Click to See Complete Forum and Search --> : How can I made a simple Onclick Javascripts!!


mmlug
10-21-2003, 09:46 AM
Dear Developer,

I want to make a simple java scripts Onclick Function..
How can i made it?
For this link....
<img src="_gfx/page_01_n.gif" width="21" height="18" alt="" border="0" onmouseover="this.src='_gfx/page_01_a.gif'" onmouseout="this.src='_gfx/page_01_n.gif'">

<img src="_gfx/page_02_n.gif" width="21" height="18" alt="" border="0" onmouseover="this.src='_gfx/page_02_a.gif'" onmouseout="this.src='_gfx/page_02_n.gif'">


best regards,
mmlug

clairec666
10-21-2003, 09:56 AM
Okay, I'm understanding your script so far
But what is it you want to do in response to the onclick event?