E-Junkie Forum http://www.e-junkie.com/bb/ E-Junkie Forum RSS en-us Copyright 2013, 19.5 Degrees. All rights reserved. webmaster@e-junkie.com webmaster@e-junkie.com Sat, 9 Oct 2010 15:12:20 GMT Wed, 22 May 2013 16:30:58 GMT 681 E-JUNKIE 5 E-Junkie Forum http://www.e-junkie.com/bb/ http://www.e-junkie.com/ej/logo.gif 290 104 Post #3 http://www.e-junkie.com/bb/topic/4722/pg/0#post15802 http://www.e-junkie.com/bb/topic/4722/pg/0#post15802 Sat, 9 Oct 2010 15:12:20 GMT
Thanks for the help!]]>
E-junkie Discussions; MyCollegeCoaches
Post #2 http://www.e-junkie.com/bb/topic/4722/pg/0#post15802 http://www.e-junkie.com/bb/topic/4722/pg/0#post15802 Wed, 6 Oct 2010 00:46:36 GMT
You can continue to use iWeb for the "heavy lifting" of overall page design and layout, but you will need to find a way of pasting the javascript we recommend directly into the raw source code of the page itself, rather than using iWeb to paste that in.

See this related forum discussion for some iWeb tips; the methods described for pasting in our cart button code will also work fine for pasting in the javascript that adds our download links to your custom thank-you page:
http://www.e-junkie.com/bb/topic/3164]]>
E-junkie Discussions; E-junkieGuru
Post #1 http://www.e-junkie.com/bb/topic/4722/pg/0#post15802 http://www.e-junkie.com/bb/topic/4722/pg/0#post15802 Tue, 5 Oct 2010 16:33:15 GMT
I have followed the directions included in E-Junkie's website about this matter (http://www.e-junkie.com/ej/tips.redirection.download-link.htm) and chose to use the javascript method, which I have included my script below as well.

Let me know if you have any ideas. At this point I am pretty clueless.


MESSAGE FROM CUSTOM THANK YOU PAGE

The payment processor has not yet informed us about your payment. Your order will be processed as soon as they inform us about the payment.

If required, any information related to this order will be emailed to you. If you do not see the email in your inbox, please check your spam filter or bulk email folder.

Please contact mycollegecoaches@gmail.com for any questions.



JAVASCRIPT USED IN CUSTOM THANK YOU PAGE

<script type="text/javascript">
<!--
function gup( name )
{
name = name.replace(/[\[]/,"\\\[").replace(/[\]]/,"\\\]");
var regexS = "[\\?&]"+name+"=([^&#]*)";
var regex = new RegExp( regexS );
var results = regex.exec( window.location.href );
if( results == null )
return "";
else
return results[1];
}
document.write("<iframe \
src=http://www.e-junkie.com/ecom/rp.php?noredirect=true&client_id=134255&txn_id="
+gup('txn_id')+" style='width:100%;'></iframe>");
// -->
</script><noscript>This page requires JavaScript to display your download link. You can either enable JavaScript in your browser and reload this page, or contact the seller to get a direct link to a download page that will work without JavaScript.</noscript>]]>
E-junkie Discussions; MyCollegeCoaches