creating a fixed new window without browser tool bars

liunx

Guest
I was wondering how to create a window for a .swf file that is only about 400x440 get rid of the IE tool bars and make it a fixed seperate window...<br />
<br />
i looked at the other fixed window query with the table script, i cant figure out how the tables work, and i only want one element in the centre of a small window...<br />
<br />
thanks<!--content-->You could build around it using frames or use an iframe<br />
(floating frame for IE)<iframe name=mywindow width=400 height=450></iframe><br />
Or you could have it pop up in another window and lock the window into postion I thinks it's by a command like movable=1 something like that.<!--content-->I think you should use javascript for that, you can check the window.open properties, there's one for getting rid of the scrollbars, status bar, etc.<br />
<br />
<br />
Hector.<!--content-->
 
Back
Top