Click to See Complete Forum and Search --> : please help - always on top stuff


ankurchanga
01-27-2003, 11:28 AM
Hi,

in making a current site i need to have a browser-window that stays always on top, but here are the requirements:-

1. must always be on top
2. must allow access (i.e. scrolling/typing) to the window beneath it, whilst always staying on top
3. must be able to type into the always on top window and access it as normal
4. must not have a parent/child relationship with the window beneath it, as the window beneath it must be dynamic and can change etc.

I have already tried self.focus etc. and modal stuff doesnt fit the requirements.

Any ideas would be phenomenally appreciated.

yours

Ankur
ankurlives@hotmail.com

Stefan
01-27-2003, 04:46 PM
Your requirements leave the area that is possible with web technology and webbrowsers.

You are looking at creating a custom application to read you data.

Jona
01-27-2003, 07:52 PM
Try Java..