:
Originally posted by Reese Charles
Its not javascript, thats html isnt it? HTML hyperlink references or "href"...
|
Oh yeah, I did use HTML for the link. BUT I used Javascript to change the window location upon clicking the link, and not going to the address specified in the href attribute.
This is what I used:
<a href="http://www.oddworlduniverse.com" onClick="window.location = 'member.php?s=&action=logout'; return false;">Do not click here!</a>
Alcar...