As a StoneEdge user, we used their order status system instead of the built in NS one.
Customers could check their order status by filling in a form that on submit would launch a popup window and display data from the Stoneedge servers.
For some reason, I cannot get the form to launch a popup on submission of the form on v7.
This line is included in our header
<script language="JavaScript" type="text/javascript" src="popup.js"></script>
Popup.js contains a few other functions that all work, including a separate popup function which works, so I know its not that.
The form uses this onSubmit - onSubmit="popupform(this, 'join')"
I'm using this script -
http://www.htmlcodetutorial.com/linking/li...famsupp_73.htmlCurrently, clicking on submit won't launch a popup.
Can ideas?