Forum Moderators: coopster

Message Too Old, No Replies

Simulated clicking.

         

ramoneguru

1:34 am on Feb 11, 2006 (gmt 0)

10+ Year Member



Is there a way to click a button without actually clicking it? Like, is there some function that will simulate a click of a "submit" button without someone actually clicking it? Or is this more of a javascript type of thing?

Dijkgraaf

10:47 am on Feb 11, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



You can't actually simulate a click, but you can call the submit() function via a javascript call.