Template:L1 Systems on Tour: Difference between revisions
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= | theWindow=window.open(URL,'theWindow','scrollbars=yes,width=512,height=300'); | ||
theWindow.focus(); | theWindow.focus(); | ||
} | } | ||
Revision as of 19:53, 30 January 2016
<html>
<script>
function showFile(URL){
// open(URL, windowName[, windowFeatures])
// --------------------------------------
theWindow=window.open(URL,'theWindow','scrollbars=yes,width=512,height=300');
theWindow.focus();
}
</script>
<a href="#" onclick='showFile("http://share.bose.com/services/player/bcpid3855503691001?bckey=AQ~~,AAABIKMQ3ok~,EGcfgWRfXHK0r1syud3q_9TaF1gLTm-l&bclid=3857764027001&bctid=4722612323001");return false;'>L1® Systems on Tour
<img class="inline_image" src="
" title="click to view the video" width= "250">
</a>
Please follow the link and then view it full screen.
</html>