getting no scrollbars after window.open 
Author Message
 getting no scrollbars after window.open

this script creates 6 windows - which for some reason, do not get a
scroll bar even though I specified the scrollbars=yes.

How can I fix this?  Thanks, les Caudle

<script language="JavaScript">
<!--

 function openWin() {

var w1 =
window.open("","main","resizable=yes,menubar=yes,location=yes,personal=yes,directories=yes,
scrollbars=yes,status=yes,toolbar=yes,height=1035,width=785,left=0,top=0");

w1.focus();

var w2 =
window.open(" http://www.*-*-*.com/ ;,"main2","resizable=yes,location=yes,personal=yes,directories=yes,
scrollbars=yes,status=yes,toolbar=yes,height=1055,width=785,left=800,top=0");

w2.focus();
var w3 =
window.open(" http://www.*-*-*.com/ ;,"main3","resizable=yes,location=yes,personal=yes,directories=yes,
scrollbars=yes,status=yes,toolbar=yes,height=1055,width=785,left=1600,top=0");

w3.focus();
var w4 =
window.open(" http://www.*-*-*.com/ ,"main4","resizable=yes,location=yes,personal=yes,directories=yes,
scrollbars=yes,status=yes,toolbar=yes,height=1055,width=785,left=2400,top=0");

w4.focus();

var w5 =
window.open(" http://www.*-*-*.com/ ","main5","resizable=yes,location=yes,personal=yes,directories=yes,
scrollbars=yes,status=yes,toolbar=yes,height=1055,width=785,left=3200,top=0");

w5.focus();

var w6 =
window.open(" http://www.*-*-*.com/ ","main6","resizable=yes,location=yes,personal=yes,directories=yes,
scrollbars=yes,status=yes,toolbar=yes,height=1055,width=785,left=4000,top=0");

w6.focus();

w1.focus();

 return true;

Quote:
}

 // -->
 </script>
 <HTML>
<HEAD>
<META NAME="GENERATOR" Content="Microsoft Visual Studio 6.0">
<TITLE></TITLE>
</HEAD>

<body TEXT="#808080" BGCOLOR="#000000"
onLoad="openWin();return true;">

</BODY>
</HTML>

--



Sat, 04 Aug 2001 03:00:00 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. window.open with scrollbars=yes not working for NS

2. Scrollbars: Hiding only the Horizontal or Vertical Scrollbars

3. Getting data from server without opening a new window

4. getting sporadic errors with window.open()

5. window.open only opens 1 window

6. how do I open the current window again without opening a new window

7. Problem with window opened with window.open method in IE

8. Closing a window that was opened with the window.open method

9. Main window Browser without Scrollbars ?How?

10. turning scrollbars off in existing window

11. Invisible Scrollbars in IE-Window

12. Using Window.Open to open HTML page

 

 
Powered by phpBB® Forum Software