>Your only option is an HTML Modal window - which retains focus.
>
>Search for "Modal + HTML + Window" in Google. should be loads of examples.

A couple of notes:

1) True modal windows are only available in IE in Windows. Firefox/Gecko now
has a "modal" parameter for it's window.open() command, but it works like a
traditional "modeless" window (it's attached to the browser, but you can
still put focus on the web page.)

2) A true modal window isn't the only option. There are some other options.
What I've done in the past to accomplish this is place 2 layers above the
main page. The first layer contained 50% grey transparent PNG and prevent
any interaction with the main page. The second layer above wasn't centered
on the page and looked like a modal window, but was just HTML. Unfortunately
I don't have any examples handy.

-Dan



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:229153
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to