Template:L1 Systems on Tour: Difference between revisions

mNo edit summary
mNo edit summary
Line 4: Line 4:
// open(URL, windowName[, windowFeatures])
// open(URL, windowName[, windowFeatures])
// --------------------------------------
// --------------------------------------
theWindow=window.open(URL,'theWindow','scrollbars=yes,width=250,height=200');
theWindow=window.open(URL,'theWindow','scrollbars=yes,width=250,height=175');
theWindow.focus();
theWindow.focus();
}
}