blank 0 Posted July 2, 2011 hello all, i was trying to find out if there was a way to perform this function [ javascript:pressButton(document.getElementById(‘submit’)) ] without pressing a button, or perhaps using the GUI. this script is embedded in a webpage that has Java-script elements mixed in with html on and off. if there a way to do this, or would i have to resort to writing in Java-script itself to accomplish this? Share this post Link to post Share on other sites
JohnOne 1,603 Posted July 2, 2011 I believe the IE.au3 UDFs would be up to the task. The first function you would want to look at is _IEGetObjById() <- helpfile And perhaps _IEAction() AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Share this post Link to post Share on other sites