Cho Cho Aung wrote:
> 
> I'd like to know how to trigger the click event of NetDynamics submit button from 
>java script.
> With ND Reset button, all it requires is to call a method -   btnSave.click(). But
         it cannot be done the same way with ND submit button.  When I view the source 
of
         HTML, for the ND Submit button it is referred to as
> 'btnSave_onWebEvent(btnSave)' instead of just 'btnSave'.
> Is there a way to trigger the click event of the ND Submit button from java script?
> 
> Cho Cho Aung

Use the ExtraHtmlText of the button to set an id and use it in the
script.

ExtraHTmlText: id=btnSave 
Script: btnSave.click()

/Adam Killander

_________________________________________________________________________

For help in using, subscribing, and unsubscribing to the discussion
forums, please go to: http://www.netdynamics.com/support/visitdevfor.html

For dire need help, email: [EMAIL PROTECTED]

Reply via email to