Simple Popup Question
-
I looked at the archives, but only found elaborated popup things, not some unspecific help.
I just want to open a popup. This should work:
But I have *no* idea where to put this JAVA Code:
function NewWindow () {
MyWindow = window.open("bla2.htm", "secondwindow", "width=300,height=200,scrollbars");
MyWindow.focus();Thanks.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Simple Popup Question’ is closed to new replies.