I want to add a "close window" button to an html page within my site.
Not being java literate, I have searched the web which seems to come up with:
<FORM>
<INPUT TYPE="BUTTON" VALUE="CLOSE WINDOW" ONCLICK="JAVASCRIPT:WINDOW.CLOSE();">
</FORM>
I get the button but nothing else happens.
What am I missing?
Graham
Not being java literate, I have searched the web which seems to come up with:
<FORM>
<INPUT TYPE="BUTTON" VALUE="CLOSE WINDOW" ONCLICK="JAVASCRIPT:WINDOW.CLOSE();">
</FORM>
I get the button but nothing else happens.
What am I missing?
Graham
Comment