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!

MouseOver for ASP??

Status
Not open for further replies.

NotrutYug

Programmer
Sep 26, 2002
2
CA
Hi,

I was wondering if there is an onmouseover event for ASP??

I can't use javascript?

Any help would be greatly appreciated!!
 
ASP is processed before its sent to the browser, another words, before the user ever sees the page asp is processed, then sent to the browser as HTML, so you will have to use Javascript, because it is client side. I don't see why you couldn't use JavaScript..

- Jason www.vzio.com
ASP WEB DEVELOPMENT



 
[tt]I think NotrutYug means that NotrutYug does not know js

<%=Tony%>
banana.gif
rockband.gif
banana.gif
 
Do use javascript mouse over.. just do something like this:




<a href=&quot;#&quot; onMouseOver=&quot;javascript:ScriptName()&quot;>Click here to run a script</a> www.vzio.com
ASP WEB DEVELOPMENT



 
Hey TonyU ....

how to make those pics as your signature ??
 
[tt] Just kidding of course.

Simply copy them to your server and use the tag provided by the good fellas at tek-tips. Click on Process TGML to learn more. [COLOR=navy]
[sup]
<%=Tony%>
[center][img]http://www.l-e.com/tony/banana.gif
rockband.gif
banana.gif
[/center]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top