J
john_woo
Hi,
I'm wondering whether the following is possible:
function getName()
return "a name";
<input type=button onclick="a_function();" value="getName();" />
what I want is to assign the button's name value from calling a
function.
I'm wondering whether the following is possible:
function getName()
return "a name";
<input type=button onclick="a_function();" value="getName();" />
what I want is to assign the button's name value from calling a
function.