Heya
This window im working on isn?t doing the same for both functions
1) When I open window #1 and close the main screen at the top of the page NOT the small window the small window remains on my desktop yet when I open window #2 and do the same thing everything closes which is what I want to happen
2) Also when I click anywhere on the back page around the small window when either window # is open the small window minimizes to my taskbar even when i resize the main screen
Anyway of making window#1 the same as I want like with window#2
And
Stopping either windows shrinking to my taskbar when the back page is clicked or resized
cheers
sorry about the size of this thing my sites not running yet
<body bgcolor="#ffffff">
<script language="JavaScript">
var winheight=1;
var winwidth=1;
var TW=null;
var speed=4;
function testWindow(name,width,height,title) {
if (!document.layers&&!document.all&&!document.getElementById) {
paramstp="height="+height+",width="+width+",top=0"+",left=0,scrollbars=no"
TW=window.open("","TW",paramstp);
}
LeftPosition=(screen.width)?(screen.width-width)/2:0;
TopPosition=(screen.height)?(screen.height-height)/2:0;
if (document.layers){paramstp="height="+",width="+",top="+TopPosition+",left="+LeftPosition+",scrollbars=no"
} else {
paramstp="height="+winheight+",width="+winwidth+",top="+TopPosition+",left="+LeftPosition+",scrollbars=no"
}
TW=window.open("","TW",paramstp);
if (document.all) {string="<html><title>"+title+"</title><body topmargin=0 leftmargin=0>"+'<IFRAME src=TEST.htm width=250 height=250></IFRAME>'+'</body></html>';
}
if (document.getElementById&&!document.all) {
toppos=height/2-0;
leftpos=width/2-0;
string="<html><title>"+title+"</title><IFRAME src=TEST.htm width=250 height=250></IFRAME>"+"</body></html>";
x=y=speed;
while (x