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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Why won't this work?

Status
Not open for further replies.

tleish

Programmer
Jan 17, 2001
619
US
I'm trying to figure out how this works, and I don't get it:

These don't work:
<A HREF=&quot;JavaScript:void(0)&quot; ONCLICK=&quot;location.href = '<A HREF=&quot;JavaScript:void(0)&quot; ONMOUSEUP=&quot;location.href = '
These work:
<A HREF=&quot;JavaScript:void(0)&quot; ONMOUSEDOWN=&quot;location.href = '<A HREF=&quot;JavaScript:void(0)&quot; ONMOUSEOVER=&quot;location.href = '

WHY?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top