Thread: Automatic linking
Results 1 to 4 of 4
Related
-
Automatic Mail (subscribing) Forum: Website Scripts Forum
Replies: 5 -
Automatic Links Forum: HTML Forum
Replies: 1 -
automatic download pdf Forum: HTML Forum
Replies: 4 -
Linking to Geocities Images (NOT REMOTE LINKING) Forum: HTML Forum
Replies: 8
-
08-18-2004, 11:34 AM #1
Automatic linking
hey i was wondering how to make it so that when you go onto a page that page automaticly links you to another page.
E.G
http://www.neopets.com/refer.phtml?username=purplemonkeysno1
Thanks!!
-
08-18-2004, 12:01 PM #2
Couple different ways...
I can't see the site you're referencing (blocked by our firewall), but there are a few ways to redirect users:
If you're using META tags, you can just do:
Code:<meta http-equiv="refresh" content="SEC;URL=URL">
Second, there is a way in ASP 3.0 you can do this:
Code:response.redirect "pagename.asp"
Code:<SCRIPT LANGUAGE="JavaScript"> window.location="http://www.yourdomainorpage.com/"; // --> </script>
-David
-
08-19-2004, 10:54 AM #3
-
04-17-2007, 10:01 AM #4
Re: Automatic linking
I know this is an old thread but it told me exactly what I needed to know so it seemed only fair to say thanks!
Cloudjiffy- PaaS for Developers
10-05-2020, 12:30 AM in Web Hosting Forum