Template:L1 Systems on Tour: Difference between revisions

From Bose Portable PA Encyclopedia
Jump to navigation Jump to search
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=300,height=300');
theWindow=window.open(URL,'theWindow','scrollbars=yes,width=200,height=100');
theWindow.focus();
theWindow.focus();
}
}

Revision as of 14:48, 30 January 2016

L1® Systems on Tour



Please follow the link and then view it full screen.