W
WhiskeyRomeo
Is it not possible to call a JS function from an ASP.Net button.
In the HTML I assign the onClick="JS_Function()"
But when page is rendered I get the error:
JS_Function() is not a member of MyPage.aspx.
It appears the onClick is the same as the Click event, because all the
examples I saw show VB.Net, C# or JScript sever side code.
I am try to use a webimage button because it give me the look I want to call
a client side JavaScript.
WR
In the HTML I assign the onClick="JS_Function()"
But when page is rendered I get the error:
JS_Function() is not a member of MyPage.aspx.
It appears the onClick is the same as the Click event, because all the
examples I saw show VB.Net, C# or JScript sever side code.
I am try to use a webimage button because it give me the look I want to call
a client side JavaScript.
WR