I am trying to get the link.click( ) to fire the onClick event in my link. However, when I call it, it does not call the JavaScript that the onClick is attached to. Does anyone know if I need to do anything specific in order to get the onClick to run?
Thanks,
Paul
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Sorry about that. In the latest (now in cvs) version, you don't have to do anything special. In the previous versions, including the pre-release build dated Aug 5, you must call JavaScript.run( response ) on your WebResponse object before any JavaScript will work.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hey,
I am trying to get the link.click( ) to fire the onClick event in my link. However, when I call it, it does not call the JavaScript that the onClick is attached to. Does anyone know if I need to do anything specific in order to get the onClick to run?
Thanks,
Paul
Sorry about that. In the latest (now in cvs) version, you don't have to do anything special. In the previous versions, including the pre-release build dated Aug 5, you must call JavaScript.run( response ) on your WebResponse object before any JavaScript will work.