Wilson WindowWare Tech Support

WinBatch WinBatch+Compiler WebBatch
Home | Tech Database | Tech BBS | White Papers | Purchase


Obtaining HTML Page Information

Keywords: 	 HTML Page Information

Question:

I need to make a full emulation of browsing by user.
  1. I need to know what is the size of the HTML or any other page I have download. I have treed to use WinMetrics(9/10) function in order to know according to size of scroll button what is the size of page, but it's not working.

  2. Is there any possibility to know the coordinates of links on the application. I can jump from link to link using {TAB}{ENTER} but I also need to move mouse to this place.

  3. I cann't use the exact coordinates for mouse movement, because the location of the links on HTML changed dynamically depending from Browser (IE or NetScape) and also depends from resolution. And my problem is that I am working with a Browser on the Server from RemoteClient. And resolution of both (as Server as Client) is influenced by the location of the links.

  4. Do we have any possibility to Hide Child Window at all? I use SendKey to open a new URL in OpenMenu and after WinHide function to Hide the Open Window, but it appears on the screen for a short time.

  5. How can I know if in the some Window application some of the parameters are checked or not? I do not have a posibility to read this parameters in Regestry they are not published in it.

Answer:

  1. Maybe with OLE, but I don;t have any documentation on it.

  2. Not that we know of.

  3. Sorry. No help here.

  4. You cannot "SendKey" to a hidden window.

  5. The Control Manager extender *might* help here.

Article ID:   W13355
Filename:   Obtaining HTML Page Information.txt