Jan 17, 2002 #1 nyc2001 Programmer Jan 17, 2002 7 US Is there a way to have a variable in javascript that would display the url of the website? Such as Request.Servervariables("HTTP_HOST" in active server pages? Thanks
Is there a way to have a variable in javascript that would display the url of the website? Such as Request.Servervariables("HTTP_HOST" in active server pages? Thanks
Jan 17, 2002 #2 Quasibobo Programmer Oct 11, 2001 168 NL Are you looking for this? javascript:alert(document.location) HTH, Quasibobo *** Don't eat yellow snow! *** Upvote 0 Downvote
Are you looking for this? javascript:alert(document.location) HTH, Quasibobo *** Don't eat yellow snow! ***
Jan 17, 2002 Thread starter #3 nyc2001 Programmer Jan 17, 2002 7 US Thanks Do you know how to turn this into a variable? And get the url without the page.htm? Or is that not supported? Thanks a lot, I appreciate it Upvote 0 Downvote
Thanks Do you know how to turn this into a variable? And get the url without the page.htm? Or is that not supported? Thanks a lot, I appreciate it