^___^
02-03-2005, 03:19 PM
Hi friends,
I have website that shows frameless window.
Some call it containerless or chromless window.
It is the window that doesn't show borders or anything accept document.
Here is an example:
http://llkl.net/abeer.html
I did it using window.open("","","fullscreen")
However some popup blockers block the function of open() even for normal windows.
Can I do frameless windows using window.showModalDialog() as the blockers allow this function
to work, but I can only open normal windows not frameless by using it.
Is any body know a way to do frameless window using showModalDialog() or by any another way rather than
using window.open().
Thanks a lot in advance.
I have website that shows frameless window.
Some call it containerless or chromless window.
It is the window that doesn't show borders or anything accept document.
Here is an example:
http://llkl.net/abeer.html
I did it using window.open("","","fullscreen")
However some popup blockers block the function of open() even for normal windows.
Can I do frameless windows using window.showModalDialog() as the blockers allow this function
to work, but I can only open normal windows not frameless by using it.
Is any body know a way to do frameless window using showModalDialog() or by any another way rather than
using window.open().
Thanks a lot in advance.