| Author |
Button Onclick event Not Functioning
|
Ayan Biswas
Ranch Hand
Joined: Jul 10, 2010
Posts: 95
|
|
Here is my button tag
And the javascript function is bellow
But this is not working.The javascript function is not getting called when I click on the button.
Although the same function is working properly image onclick event
(I am using Struts 1).What to do now?
|
AyanBiswas
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
|
|
Looking at serverside code never helps with clientside, what does the generated code look like? View page source, copy that code.
also javascript: label is a waste, remove it.
|
 |
 |
|
|
subject: Button Onclick event Not Functioning
|
|
|