Aaron Test 5000: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:
function newPopup(url) {
function newPopup(url) {
popupWindow = window.open(
popupWindow = window.open(
url,'popUpWindow','height=400,width=800,left=0,top=10,resizable=yes,scrollbars=yes,toolbar=yes,menubar=no,location=no,directories=no,status=yes')
url,'popUpWindow','height=800,width=800,left=0,top=10,resizable=yes,scrollbars=yes,toolbar=yes,menubar=no,location=no,directories=no,status=yes')
}
}
</script>
</script>
<a href="JavaScript:newPopup('http://clipboard.com/clip/LQNaZlcAN3umAsR3LhgGpEeeZjjEyUiWV2qe');">Open a popup window</a>
<a href="JavaScript:newPopup('http://clipboard.com/clip/LQNaZlcAN3umAsR3LhgGpEeeZjjEyUiWV2qe');">Open a popup window</a>
</html>
</html>

Revision as of 18:20, 19 February 2013

Open a popup window