I have an edit form that opens on a new window. I have added a cancel button which i want to close the form. I have tried the following code variations for the button, but nothing works. Any suggestions? Thanks.
Code:
<input type="button" value="cancel" onclick="javascript:close()"/>
<input type="button" value="cancel" onclick="javascript:this.close()"/>