Difference between revisions of "Template:ShowFile"
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 15: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: