Hi,
below is the code that i used for multiple java scripts on a single button. but only any one is working when i disable the second one. please let me know how do i change me code to make it to work fine.
and the html is as below
Thanks
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
6
posted
0
So you are submitting the form and than expecting some other action to occur. Not going to happen.
Also use a switch case.
Eric
Rakesh Keerthi
Ranch Hand
Joined: Jul 16, 2012
Posts: 103
posted
0
@Eric: thank you Eric switch worked.
@Bear: sorry for the way i posted.