Using JavaScript in ASP

  • Thread starter Thread starter AMontagu
  • Start date Start date
A

AMontagu

Problem: I need to add a button to an ASP form and populate it with
JavaScript code.. the button needs to change from fuzzy to clear when
hovering over it. There is to be another button added to the form and
when hovered over, it needs to be populated with an image. If someone
could please help me with this problem it would be much appreciated.
Thank you.
 
Try posting this message to the microsoft.public.inetpub.asp.general
newsgroup. This is the ASP.Net newsgroup.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
What You Seek Is What You Get.

AMontagu said:
Problem: I need to add a button to an ASP form and populate it with
JavaScript code.. the button needs to change from fuzzy to clear when
hovering over it. There is to be another button added to the form and
when hovered over, it needs to be populated with an image. If someone
could please help me with this problem it would be much appreciated.
Thank you.
 
ok... and what part of that is the issue? The fact that you arent sure how
to add this to and asp:Button or that you dont know how to use clientside
events?

--
Curt Christianson
Site & Scripts: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com


AMontagu said:
Problem: I need to add a button to an ASP form and populate it with
JavaScript code.. the button needs to change from fuzzy to clear when
hovering over it. There is to be another button added to the form and
when hovered over, it needs to be populated with an image. If someone
could please help me with this problem it would be much appreciated.
Thank you.
 
Here's an example that may help:
http://SteveOrr.net/articles/InheritAndExtend.aspx

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net


AMontagu said:
Problem: I need to add a button to an ASP form and populate it with
JavaScript code.. the button needs to change from fuzzy to clear when
hovering over it. There is to be another button added to the form and
when hovered over, it needs to be populated with an image. If someone
could please help me with this problem it would be much appreciated.
Thank you.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top