Hi,
During our "test mode" of using Secure Trading, when the user reaches the page prior to being transferred to ST's site it would sit there until "Next" was pressed.
Now, for some reason, it simply directs straight to it.
Looking at the source code of the test site and the live one I see that the live one has the following JS placed at the top of the page:
<SCRIPT LANGUAGE="JavaScript">
<!--
function onLoad()
{
document.formOCC.submit();
}
// -->
</SCRIPT>
...which of course means it will submit the form with the <Next> button on it straight away.
Is there any way to get rid of this? I've hunted through the knowledge base and these forums but to no avail.
It's somewhat of an issue, as I feel customers should be told they will be transferred off-site, and unless they're quick they will miss it.
During our "test mode" of using Secure Trading, when the user reaches the page prior to being transferred to ST's site it would sit there until "Next" was pressed.
Now, for some reason, it simply directs straight to it.
Looking at the source code of the test site and the live one I see that the live one has the following JS placed at the top of the page:
<SCRIPT LANGUAGE="JavaScript">
<!--
function onLoad()
{
document.formOCC.submit();
}
// -->
</SCRIPT>
...which of course means it will submit the form with the <Next> button on it straight away.
Is there any way to get rid of this? I've hunted through the knowledge base and these forums but to no avail.
It's somewhat of an issue, as I feel customers should be told they will be transferred off-site, and unless they're quick they will miss it.
Comment