Actually NO ! it didnt do the trick !
The page loads fine the first time, as soon as you do a refresh it errors with the same "Object expected"
The code is now being called from a .js file from the Header_html.php
Code:function goTrackit(){ if (document.getElementById('consignment').value != "") { document.form1.action = 'http://www.interlinkexpress.com/service/tracking?consignment=' + document.getElementById('consignment').value; document.form1.submit(); } else { window.alert("You didn't type in a tracking number"); } }
It works standalone , but soon as zen gets hold of it , it errors , I have changed the code slightly again , so not using "target" anymore.
Any suggestions welcome again !
PM me if you want the URL as don't want google to spider it yet !
Cheers MARK



