Jump to content

Template:L1 Systems on Tour: Difference between revisions

From Bose Portable PA Knowledge
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=200,height=100');
theWindow=window.open(URL,'theWindow','scrollbars=yes,width=250,height=200');
theWindow.focus();
theWindow.focus();
}
}

Revision as of 19:49, 30 January 2016

L1® Systems on Tour



Please follow the link and then view it full screen.