gerwim Posted March 16, 2011 Share Posted March 16, 2011 Hi guys, So, I have a page which loads another page into itself (through javascript). Although now AutoIt is unable to use _IEFormElementRadioSelect since the original code doesn't includes the <form> tag. Is there any way I can solve this? Thanks! Link to comment Share on other sites More sharing options...
DaleHohm Posted March 17, 2011 Share Posted March 17, 2011 Your analysis of the problem is incomplete. You'll need to provide code and more detail. Dale Free Internet Tools: DebugBar, AutoIt IE Builder, HTTP UDF, MODIV2, IE Developer Toolbar, IEDocMon, Fiddler, HTML Validator, WGet, curl MSDN docs: InternetExplorer Object, Document Object, Overviews and Tutorials, DHTML Objects, DHTML Events, WinHttpRequest, XmlHttpRequest, Cross-Frame Scripting, Office object model Automate input type=file (Related) Alternative to _IECreateEmbedded? better: _IECreatePseudoEmbedded Better Better? IE.au3 issues with Vista - Workarounds SciTe Debug mode - it's magic: #AutoIt3Wrapper_run_debug_mode=Y Doesn't work needs to be ripped out of the troubleshooting lexicon. It means that what you tried did not produce the results you expected. It begs the questions 1) what did you try?, 2) what did you expect? and 3) what happened instead? Reproducer: a small (the smallest?) piece of stand-alone code that demonstrates your trouble Link to comment Share on other sites More sharing options...
gerwim Posted March 17, 2011 Author Share Posted March 17, 2011 How do you mean? It's just if you use InetRead or _IEDocReadHTML there's no <form> tag. It's a jQuery script which includes this <form> tag (but it's not visisble in the source directly). Link to comment Share on other sites More sharing options...
gerwim Posted March 17, 2011 Author Share Posted March 17, 2011 Has been solved, had to use a Sleep(500) to make the javascript load the page. _IELoadWait is not working for this. Link to comment Share on other sites More sharing options...
DaleHohm Posted March 18, 2011 Share Posted March 18, 2011 There is more than one way to use _IELoadWait and one of the alternate approaches would likely work in your application, but if you found something that works for you, great. Dale Free Internet Tools: DebugBar, AutoIt IE Builder, HTTP UDF, MODIV2, IE Developer Toolbar, IEDocMon, Fiddler, HTML Validator, WGet, curl MSDN docs: InternetExplorer Object, Document Object, Overviews and Tutorials, DHTML Objects, DHTML Events, WinHttpRequest, XmlHttpRequest, Cross-Frame Scripting, Office object model Automate input type=file (Related) Alternative to _IECreateEmbedded? better: _IECreatePseudoEmbedded Better Better? IE.au3 issues with Vista - Workarounds SciTe Debug mode - it's magic: #AutoIt3Wrapper_run_debug_mode=Y Doesn't work needs to be ripped out of the troubleshooting lexicon. It means that what you tried did not produce the results you expected. It begs the questions 1) what did you try?, 2) what did you expect? and 3) what happened instead? Reproducer: a small (the smallest?) piece of stand-alone code that demonstrates your trouble 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