Hi there,
I created a JavaScript Link that opens a Pop-Up window with the relevant content. To close the window I used the following code:
<FORM>
<INPUT name="button" type=button onClick="javascript:window.close();" value="Close Window">
</FORM>
On the W3C validation service I found that each FORM tag needs to have the ACTION attribute specified. What do I specify to simply close the window?
It would be great if someone could help me out on this.
lala
Submit Your Article
Forum Rules

Reply With Quote
