Azazel 0 Posted November 30, 2006 Hello, I'm in front a profesional web page witch is written only in Java. Unfortunatly, i can't give you a link because it's professional with password and so on. I need to read the forms and send it back some datas. It's seems that no _Ie management can read this page. Do you know a solution without "send" and "Tab" to play with Please let me know... Thx Share this post Link to post Share on other sites
LxP 5 Posted December 1, 2006 My understanding is that Java applets and applications paint images of their controls directly to the screen, rather than using native Windows controls (the Swing framework functions this way at the very least). This means that you will not have any luck reading the text from the form without keyboard manipulation and use of the clipboard. Share this post Link to post Share on other sites
DaleHohm 64 Posted December 1, 2006 Applets may as well allow some level of interaction with JavaScipt on a page, which in turn would allow access for AutoIt -- what can be done and how it works is entirely specific to the applet however - there are no generalized solutions. Dale Hide DaleHohm's signature Hide all signatures Free Internet Tools: DebugBar, AutoIt IE Builder, HTTP UDF, MODIV2, IE Developer Toolbar, IEDocMon, Fiddler, HTML Validator, WGet, curlMSDN docs: InternetExplorer Object, Document Object, Overviews and Tutorials, DHTML Objects, DHTML Events, WinHttpRequest, XmlHttpRequest, Cross-Frame Scripting, Office object modelAutomate input type=file (Related)Alternative to _IECreateEmbedded? better: _IECreatePseudoEmbedded Better Better?IE.au3 issues with Vista - WorkaroundsSciTe 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 Share this post Link to post Share on other sites
Azazel 0 Posted December 1, 2006 Applets may as well allow some level of interaction with JavaScipt on a page, which in turn would allow access for AutoIt -- what can be done and how it works is entirely specific to the applet however - there are no generalized solutions.DaleSo no solution :"> Thx for your help Share this post Link to post Share on other sites