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!

onmouseover?

Status
Not open for further replies.

Javrix

Technical User
Nov 9, 2000
115
US
All of my asp pages don't let me use the onmouseover event. For example <A HREF=&quot; onMouseOver=&quot;window.status='Click here to visit Yourmom.com'; return true&quot;>

It's the ' in the code that messes it all up. Anyway to fix? ~Steve

A broken clock is correct twice per day.

A roomful of monkeys on typwriters will eventually write the great american novel.

If you gave an infinate number of rednecks, an infinate number of shotguns to shoot at an infinate number of street signs, they'd eventually recreate all of Shakespears works in braile.
 
Javrix,

I use the code below and it works fine. It looks like you need to get rid of the semicolon after your URL.

<a href=&quot;javascript:pickdate('ProdForm.DueDate1');&quot; onmouseover=&quot;window.status='Select Order Due Date';return true;&quot; onmouseout=&quot;window.status='';return true;&quot;>Select Date</a> Mise Le Meas,

Mighty :)
 
Ok, I'm going to try it. Thanks alot. ~Steve

A broken clock is correct twice per day.

A roomful of monkeys on typwriters will eventually write the great american novel.

If you gave an infinate number of rednecks, an infinate number of shotguns to shoot at an infinate number of street signs, they'd eventually recreate all of Shakespears works in braile.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top