SitePoint Sponsor |
|
User Tag List
Results 1 to 3 of 3
Thread: Clicking on image
Threaded View
-
Oct 5, 2002, 22:45 #1
- Join Date
- Feb 2002
- Location
- NZ
- Posts
- 620
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Clicking on image
Can anybody help me with making Javascript simulate clicking on an image in a form? (EG: <input type=image>)
I already know how to make it simulate clicking on a "submit" button in a form.
window.document.forms[0].elements["submit"].click();
Input type "submit" supports this click() method, but it appears that input type "image" does not.
Thanks guys.
Bookmarks