Forum Moderators: open

Message Too Old, No Replies

Problem in click event on flash button

in asp

         

rpshah1208

2:16 pm on Apr 21, 2006 (gmt 0)

10+ Year Member



i have a problem asp.
problem is that i have a flash button of login and it's click event is not fired.

my code is:

<a href="javascript:submitForm('Login', '', 'Login');" onclick="javascript:submitForm('Login', '', 'Login');"><embed src="images\btnLogin.swf" width="88" height="20"></a>

mrMister

2:09 pm on May 8, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Wrong forum for a start.

You'll have to fire an event from within the flash file, you can't wrap anchors around plugins to turn them in to links.