Click to See Complete Forum and Search --> : accessing functions outside of the browsers scope


michelle
09-10-2003, 09:34 AM
I have a few questions regarding javascript's possibility to access tasks not related to one web-page/browser-window nad may be out of the browsers scope.

Feel free to answer any of the questions

1.
When you are in "Fullscreen"-mode in IE, you can't access the windows "Start"-button. Is there some way I can bring it up using Javascript? onFocus(startbutton)

2.
Can I get the names and/or URLs from all open browser-windows, even if they are not opened and named by my script?

3.
Is there some way I can access the favorites and get the information, like URL, into an array for example, and print it to my page?

Any thoughts?
// Michelle

Khalid Ali
09-10-2003, 10:16 AM
Answers in my opinion

1. Yes,
CTRL + Esc

or a little key usually onwindows machines that has windows image on it.

2. No

3. I don't think so