Jump to content

Java problem


Azazel
 Share

Recommended Posts

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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

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

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

So no solution :">

Thx for your help

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...