Announcement

Collapse
No announcement yet.

Ye Olde PSP Bounce problem

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Ye Olde PSP Bounce problem

    Hi,

    Had this problem before where the sagepay bounce screen doesn't automatically go off to sagepay (or PayPal) but have managed to sort it, normally by re-applying the preloadimages ... onload(); function. But this time I can't get it going. I have checked the source of the bounce page, and everything is there OnLoad(); Javafunction, and Onload in the Body tag ...

    I have also check the configuration of SagePay - Payments Immediately - and live mode ...

    I have the next button in, so its not a huge disaster .. but I would rather it automatically went to sage ...

    Any other reason why this wouldn't work no more ?


    http://www.girlsofelegance.co.uk

    Thanks.
    Austin Harvey
    Girls Of Elegance Ltd
    http://www.girlsofelegance.co.uk

    #2
    Hi, thanks. Yes this is how I have it.
    Austin Harvey
    Girls Of Elegance Ltd
    http://www.girlsofelegance.co.uk

    Comment


      #3
      When looking at the page source HTML it looks like this

      HTML Code:
         <script language="javascript" type="text/javascript">
            <!-- 
            saveReferrer();
            // -->
         </script>
      
      	
      		<script language="JavaScript" type="text/javascript">
      		<!--
      		function onLoad()
      		{
      		document.formOCC.submit();
      		}
      		// -->
      		</script>
      	
      	
      
      
      
      
      <LINK REL="STYLESHEET" HREF="actinic.css" type="text/css">
      <LINK REL="STYLESHEET" HREF="actinic2.css" type="text/css">
      <LINK REL="STYLESHEET" HREF="MagicZoom.css" type="text/css" media="screen">
      <LINK REL="STYLESHEET" HREF="otherstyles.css" type="text/css">
      </head>
      
      <BODY text="#8c62aa" bgcolor="#8c62aa" link="#8c62aa" vlink="#8c62aa" alink="#8c62aa" Onload="onLoad();">
      Austin Harvey
      Girls Of Elegance Ltd
      http://www.girlsofelegance.co.uk

      Comment

      Working...
      X