Lid |
|
:-)
knop_btn.onRelease = function() {
getURL("javascript:openNewWindow('http://www.google.com','thewin','height=500,width=620, toolbar=no,scrollbars=yes') ");
};
knop_btn.onRelease = function() { getURL("javascript:openNewWindow('http://www.google.com','thewin','height=500,width=620, toolbar=no,scrollbars=yes') "); };
In de head van je HTML
<SCRIPT LANGUAGE=JavaScript> function openNewWindow(URLtoOpen, windowName, windowFeatures) { newWindow=window.open(URLtoOpen, windowName, windowFeatures); } </SCRIPT>
<SCRIPT LANGUAGE=JavaScript> function openNewWindow(URLtoOpen, windowName, windowFeatures) { newWindow=window.open(URLtoOpen, windowName, windowFeatures); } </SCRIPT>
|