SunQuest
 
           Web Layout
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
 
User Name:
Password:
Remember me
Go Back   ASP Free ForumsWeb DesignWeb Layout

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread ASP Free Forums Sponsor:
SlickEdit: Code in over 40 languages across 7 platforms. SlickEdit’s unmatched power, speed, and flexibility allows even the most accomplished developers to write better code faster. Download a free trial today!
  #1  
Old August 9th, 2004, 11:47 PM
phil phil is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: May 2004
Location: Gold Coast Australia
Posts: 13 phil User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Send a message via AIM to phil
redirect to another web site

Im a beginner so please understand my ignorance . Question: what is the code for a hyperlink to redirect to another web site. my home page is on my own server ie localhoast I want to redirect to a site http://www.outsidemylocalhost.com
Phil
FIXED .. it was the firewall stopping it

Reply With Quote
  #2  
Old November 10th, 2004, 02:10 AM
ASP MASTER ASP MASTER is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Nov 2004
Posts: 6 ASP MASTER User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Arrow Redirection

Well ;;;; its very easy & simple

look..

<a href="http://www.outsideyourlocalhost.com"> Your Link </a>

when u click it wil be redirect to the site.....try it

Reply With Quote
  #3  
Old December 11th, 2004, 07:36 AM
jobzy2004 jobzy2004 is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Dec 2004
Location: romford essex england
Posts: 10 jobzy2004 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 48 m 45 sec
Reputation Power: 0
Send a message via AIM to jobzy2004
Thumbs up auto redirect to page given

<script Language="JavaScript">

var browser_type=navigator.appName

var browser_version=parseInt(navigator.appVersion)

//if NS 4+

if (browser_type=="Netscape"&&browser_version>=4)

window.location.replace(http://your web address)

//if IE 4+

else if (browser_type=="Microsoft Internet Explorer"&&browser_version>=4)

window.location.replace(http://your web address)

//Default if is neither netscape or explorer 4+

else

window.location=http://your web address

</script>

this code should auto redirect you to the page given

Reply With Quote
  #4  
Old December 11th, 2004, 09:47 AM
kakarottt kakarottt is offline
Contributing User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Nov 2004
Posts: 63 kakarottt User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 5 h 6 m 9 sec
Reputation Power: 4
why get too complicated.. this will work as well..

<meta http-equiv="refresh" content="0;url=http://outsidemylocalhost.com"> put that in between <head> and </head>

Reply With Quote
Reply

Viewing: ASP Free ForumsWeb DesignWeb Layout > redirect to another web site


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 5 hosted by Hostway