IanN1990 Posted October 1, 2016 Share Posted October 1, 2016 I found myself reaching a limitation of IE and am spending the day rewriting it for Firefox, to see how it turns out $oIE.document.parentwindow.execScript('javascript:submitLink(document.Form0,"search");') How would perform execScript using FF.au3? Link to comment Share on other sites More sharing options...
IanN1990 Posted October 1, 2016 Author Share Posted October 1, 2016 I found this way by try and error. _FFOpenURL('javascript:submitLink(document.Form0,"search");') You will need to turn off the error check in the UDF as its not a real url Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now