Feb 22, 2004 #1 sparc20 Programmer Mar 13, 2002 56 GB Hey guys I need somehow to retreive the URL address of the web browser to use it somewhere in the webpage which is being displayed. Anyone knows how to ?
Hey guys I need somehow to retreive the URL address of the web browser to use it somewhere in the webpage which is being displayed. Anyone knows how to ?
Feb 22, 2004 #2 manarth Programmer Jul 2, 1999 1,705 GB what language? asp? jsp? php? <marc> i wonder what will happen if i press this...[ul][li]please tell us if our suggestion has helped[/li][li]need some help? faq581-3339[/li][/ul] Upvote 0 Downvote
what language? asp? jsp? php? <marc> i wonder what will happen if i press this...[ul][li]please tell us if our suggestion has helped[/li][li]need some help? faq581-3339[/li][/ul]
Feb 22, 2004 #3 jammer1221 Programmer Jul 30, 2003 352 US I know for javascript you can use Code: <script> document.write(location.href); </script> That will get you what ever the current address in the URL address bar is. Hope that helps Jammer1221 Upvote 0 Downvote
I know for javascript you can use Code: <script> document.write(location.href); </script> That will get you what ever the current address in the URL address bar is. Hope that helps Jammer1221