D
Dennis M. Marks
Go to page http://www.dcs-chico.com/~denmarks/amtrak.html
Select California Zephyr
In the window that opens there are scroll bars in IE but not in
Navigtor. This is on a Mac. Mayby it works on a PC. What is wrong?
The window is created with a call to this function:
function createWindow() {
winStats='toolbar=no,location=no,directories=no,menubar=no,scrollbars=ye
s,resizable=yes,width=625,height=600';
if (navigator.appName.indexOf("Microsoft")>=0) {
winStats+=',left=10,top=10'
}else{
winStats+=',screenX=10,screenY=10'
};
TheWindow=window.open("","",winStats);
};
Select California Zephyr
In the window that opens there are scroll bars in IE but not in
Navigtor. This is on a Mac. Mayby it works on a PC. What is wrong?
The window is created with a call to this function:
function createWindow() {
winStats='toolbar=no,location=no,directories=no,menubar=no,scrollbars=ye
s,resizable=yes,width=625,height=600';
if (navigator.appName.indexOf("Microsoft")>=0) {
winStats+=',left=10,top=10'
}else{
winStats+=',screenX=10,screenY=10'
};
TheWindow=window.open("","",winStats);
};