Hi - I have been testing using the Protx form product without any problems. I have flicked over from testing to production within the Actinic business settings.
This has removed the submit button from the bounce page as it now supposed to automatically transfer you to the Protx server - this is not happening.
I have had a look at the code for the page generated for the bounce. The differences I can see between this and the test page are:
1. Removal of all code between the NETQUOTEDEL:TESTMODE lines.
2. Modifed the name of the server to receive the form details from test to live.
3. inserted the following javascript code into the head:
<SCRIPT LANGUAGE="JavaScript">
<!--
function onLoad()
{
document.formOCC.submit();
}
//-->
</SCRIPT>
I cannot see why the automatic redirection is not working. Can anybody help?
This has removed the submit button from the bounce page as it now supposed to automatically transfer you to the Protx server - this is not happening.
I have had a look at the code for the page generated for the bounce. The differences I can see between this and the test page are:
1. Removal of all code between the NETQUOTEDEL:TESTMODE lines.
2. Modifed the name of the server to receive the form details from test to live.
3. inserted the following javascript code into the head:
<SCRIPT LANGUAGE="JavaScript">
<!--
function onLoad()
{
document.formOCC.submit();
}
//-->
</SCRIPT>
I cannot see why the automatic redirection is not working. Can anybody help?
Comment