get document.location and redirect
Posted: Tue Oct 28, 2003 8:32 am
I want to have a favorite that I can click on, that will take the page's location and register as a variable and redirect.
Like the favorite's location is:
Apparently that didn't do anything at all. I'm using Mozilla 1.5.
-Nay
Like the favorite's location is:
Code: Select all
javascript:var=document.location;document.location="http://locahost/parse.php?url="+var-Nay