Hi, I'm trying to create a flow that looks like this:
I have a frameset with two frames:
Left - for menu
main window - for viewing of pages.
? As a result of a link, page1.html is viewed in the main-frame.
? A link on page1.html creates a new window in front of it (page2.html -
size specified, pretty small) Not in the main frame.
? A link from page2.html loads a new page in the main-frame, and should stay
in front of the frameset so that you can continue to explore the links (loading
in the main-frame)
Q: Is it possible to keep a window (page2) in front of everything all the time
- even if the main-frame is activated? Then...how do I go about to do so?
/K:confused;