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)
You can't actually simulate a click, but you can call the submit() function via a javascript call.