hi,
i would like to know how i can evaluate the current url so that either javascript:hist ory.go(-1)'or javascript:hist ory.go(-2) is executed. I would like for the javascript:hist ory.go(-2) to be executed if the url is suffixed with the "#top"... like http://localhost...#top. I currently have:
thanks in advance,
geebee
i would like to know how i can evaluate the current url so that either javascript:hist ory.go(-1)'or javascript:hist ory.go(-2) is executed. I would like for the javascript:hist ory.go(-2) to be executed if the url is suffixed with the "#top"... like http://localhost...#top. I currently have:
Code:
echo "<A HREF='javascript:javascript:history.go(-1)'>HOME</A><br><br>";
thanks in advance,
geebee
Comment