HighDots Forums  

Re: BASE HREF tag

Javascript JavaScript language (comp.lang.javascript)


Discuss Re: BASE HREF tag in the Javascript forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Lee
 
Posts: n/a

Default Re: BASE HREF tag - 06-26-2003 , 11:44 PM






John said:
Quote:
Is there a way to get Javascript to obey the <BASE HREF=""> tag? I
have some code that redirects a user to a template on a different
domain, but it keeps taking me to the current domain.

Code sample:
base href="http://www.example.com"
Off the top of my head, that's not a valid base href value.
Try:

<base href="http://www.example.com/">



Reply With Quote
Reply




Thread Tools
Display Modes

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



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.