Hi
I have recently upgraded from v9 to v10 and all is well except for one small item.
Fed up with inapropriate entries into the special delivery instructions box, I have added a pop up prompt which explains what would be suitable entries.
I have tansferred the code into checkout1 and the pop up opens up fine. Problem is, when the window is closed either with the top right cross, or my "close box" input button. The window remains open with "false" returned.
I am using;
<td width="20%"><a href="javascript:ShowPopUp('Shippingnotes.html','950','660')">Click here for details</a></td>
To open the window and;
<td width="100%" align="center" valign="center"><form><input type="button" align="center" VALUE="CLOSE WINDOW" ONCLICK="javascript:window.close();"></FORM></td>
in the poped up page to close it.
I have also tried the self.close command to no avail.
All worked fine with v9.
I have recently upgraded from v9 to v10 and all is well except for one small item.
Fed up with inapropriate entries into the special delivery instructions box, I have added a pop up prompt which explains what would be suitable entries.
I have tansferred the code into checkout1 and the pop up opens up fine. Problem is, when the window is closed either with the top right cross, or my "close box" input button. The window remains open with "false" returned.
I am using;
<td width="20%"><a href="javascript:ShowPopUp('Shippingnotes.html','950','660')">Click here for details</a></td>
To open the window and;
<td width="100%" align="center" valign="center"><form><input type="button" align="center" VALUE="CLOSE WINDOW" ONCLICK="javascript:window.close();"></FORM></td>
in the poped up page to close it.
I have also tried the self.close command to no avail.
All worked fine with v9.
Comment