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

Dual action button

Status
Not open for further replies.

elan

IS-IT--Management
Apr 3, 2001
24
0
0
AU
Is it possible to have a javascript button that actions on mouse over and then another action on mouse out. I know I can do it in Flash with javascript but I can't use flash this time.

An example would be great.

Brian
 
no sweat:
Code:
{input type="button" onmouseover="alert('over');" onmouseout="alert('out');" value="dual action" /}
 
Thanks for that. Is there any chance of a sample. I want to be able to call up a URL on mouseover and refresh the page onmouseout.

with thanks

Brian
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top