Results 1 to 3 of 3
Related
-
Replies: 3
-
I want my asp form to do 2 functions? Forum: ASP Forum
Replies: 2 -
VBScript Functions Forum: Website Scripts Forum
Replies: 1 -
two functions Forum: Website Scripts Forum
Replies: 6
-
09-02-2007, 11:31 PM #1
can we call 2 functions from a single button?
can we call 2 functions from a single button using events?
for eg: <input type=submit value=submit onClick="fun1() & fun2()">
I know this is blunder, but I think u understand my requirement.
Is it possible? If it is possible send me the correct syntax....
-
09-03-2007, 06:50 PM #2
-
09-03-2007, 10:03 PM #3
Re: can we call 2 functions from a single button?
You can do it like this:
Code:<input type=submit value=submit onClick="fun1(); fun2()">
Music Around The World - Collecting tips, trade
and want lists, album reviews, & more
Cloudjiffy- PaaS for Developers
10-05-2020, 12:30 AM in Web Hosting Forum