| Author |
Parameter Passing
|
Nicolas Flammel
Ranch Hand
Joined: May 05, 2004
Posts: 32
|
|
|
Is it possible to pass two parameter values from an onclick event of a button?
|
 |
Zeeshan Faisal
Greenhorn
Joined: Apr 21, 2004
Posts: 5
|
|
|
I don't think It is possible
|
 |
Bear Bibeault
Author and opinionated walrus
Marshal
Joined: Jan 10, 2002
Posts: 50677
|
|
|
Moving to the HTML/Javascript forum.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Yuriy Fuksenko
Ranch Hand
Joined: Feb 02, 2001
Posts: 411
|
|
<input onclick="doSomething('par1','par2',256)" name="inp1" type=button > [ May 25, 2004: Message edited by: Yuriy Fuksenko ]
|
 |
 |
|
|
subject: Parameter Passing
|
|
|