I'm distributing HTML files on a CD. I'd like those
files to include URLs that point to a simple database on
my ISP IIS server, do a lookup based on a pointer, and go
there. The server support FP extensions and Access.

For example the CD/File/URL might be something
like "www.myserver.com/redirect/pointerlist.asp
ptr=12345" (I'm sure the syntax is wrong but you get the
idea.) The server would lookup the real URL
corresponding to '12345' (e.g., [url]www.microsoft.com[/url]) and
send the user there.

I could then focus on managing the link database and not
worry if the CD/File/URLs were outdated if/when the web
site URLs change.

Any ideas/suggestions?

thanks