Ask a Question related to ASP Database, Design and Development.
-
koko #1
URL redirection database
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
koko Guest
-
Web Service Redirection
I have an ASP.NET web sercice that processes a form. At the completion of processing I want to redirect to a page that contains the response (the... -
ASP redirection
Hey, I have an idea and wonder if it's possible I want to have a form page with aboot three different drop down menus. once all the options... -
redirection
Thank you for your hel my question is: How can I redirect a visitor to a HTML site if he does not have flash plugin instaled on his computer? on my... -
Redirection Help Please
I try to use PHP to redirect to other page and failed. Please give me a help. Thanks. The script is: if($rows_num>0) { session_start();... -
[PHP] Redirection Question
Hi, I'm not sure if this is going to help or not.. Since I understand your issue only barely.. If I understand correctly, regardless of whether...



Reply With Quote

