Template:ShowFile: Difference between revisions

From Bose Portable PA Knowledge
Jump to navigation Jump to search
m first ed
 
m pop in / out of html to do parameters
 
Line 28: Line 28:
// window.open(URL, windowName[, windowFeatures])
// window.open(URL, windowName[, windowFeatures])
// --------------------------------------
// --------------------------------------
theWindow=window.open(URL,'theWindow','scrollbars=no,width={{{width|250}}},height={{{height|30}}}');
theWindow=window.open(URL,'theWindow','scrollbars=no,width=</html>{{{width|250}}}<html>,height=</html>{{{height|30}}}<html>');
theWindow.focus();
theWindow.focus();
}
}

Latest revision as of 20:45, 27 December 2008

This is a javascript library that allows you to popup windows - typically for media player files

Usage: (defaults in italics work fine for mp3 files)


Inline in your text use:

Zimboom 1