View Full Version : looking for a floating window script
JaeSun
01-10-2006, 01:06 AM
I am looking for a floating window script, that can have multiple windows that you can float around, move around...resizing doesnt matter, just as long as I can move it around at all.
I used to know of one (i think at http://www.dhtmlcentral.com/ , but site is alwys down to me it seems)
anyone know of any scripts like this?
_Aerospace_Eng_
01-10-2006, 01:10 AM
http://www.dynamicdrive.com/dynamicindex8/dhtmlwindow.htm
JaeSun
01-12-2006, 12:45 PM
yea, i saw this, but it doesn't look like it could have multiple windows open at the same time.
videotoys
01-12-2006, 12:52 PM
not sure exactly what your talking about but if I am understanding you maybe you just need to make your scripts different, so 1 pop up script could look like this:
<SCRIPT language="JavaScript">
<!--hide
function newwindow1()
{
window.open('pop1.html','pop1','scrollbars,resizable,status,width=500,height=600,top=100,left=500');
}
//-->
</SCRIPT>
the next one may look like this:
<SCRIPT language="JavaScript">
<!--hide
function newwindow2()
{
window.open('pop2.html','pop2','scrollbars,resizable,status,width=500,height=600,top=100,left=500');
}
//-->
</SCRIPT>
And so on.. that way if your opening a new window it wont try to use the same one you used before, Now I havent tried this yet but Im pretty sure it would work for what your trying to do.
vBulletin® v3.6.7, Copyright ©2000-2009, Jelsoft Enterprises Ltd.