Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

browser URL retrieval

Status
Not open for further replies.

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 ?
 
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]
 
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top