E-Junkie Forum http://www.e-junkie.com/bb/ E-Junkie Forum RSS en-us Copyright 2012, 19.5 Degrees. All rights reserved. webmaster@e-junkie.com webmaster@e-junkie.com Mon, 19 Nov 2007 13:05:49 GMT Fri, 10 Feb 2012 15:04:17 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 #2 http://www.e-junkie.com/bb/topic/738/pg/0#post1853 http://www.e-junkie.com/bb/topic/738/pg/0#post1853 Mon, 19 Nov 2007 13:05:49 GMT
I am not sure what you are trying to achieve with your code .. but I'll be glad tohelp if you can explain that and also that whether you want to use our buy now buttons or cart buttons.

Examples of functionality for both kind are given at http://www.e-junkie.com/ej/demo.php]]>
E-junkie Discussions; E-junkieChef
Post #1 http://www.e-junkie.com/bb/topic/738/pg/0#post1853 http://www.e-junkie.com/bb/topic/738/pg/0#post1853 Sat, 17 Nov 2007 20:27:44 GMT In the near future I will be making an attempt to sell digital content online, taking advantage of e-Junkie's wonderful web hosting together with a Paypal Premier account.

My question is about Buy Now buttons. I was thinking of using input buttons.

An example:

var salesHtm='https://www.e-junkie.com/ecom/gb.php?c=cart&i=1&cl=37&ejc=2'

function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}

function buyIMG() {MM_openBrWindow(salesHtm,'',
'toolbar=yes,directories=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=520,height=320')}

function shop() {
document.write('<table width="100%" cellpadding="0" cellspacing="0"><tr class="height40"><td align="left" valign="top">'
+'<form action="#"><div><input type="reset" name="G0" value="For Sale" onclick="buyIMG()"><\/div><\/form>'
+'<\/td><\/tr><\/table>')
}

Would that be possible? The example is based on the 1 Cent Product sample:

<a href="https://www.e-junkie.com/ecom/gb.php?c=cart&i=1&cl=37&ejc=2" target="ej_ejc" class="ec_ejc_thkbx" onClick="javascript:return EJEJC_lc(this);"><img src="https://www.e-junkie.com/ej/ej_add_to_cart.gif" border="0"></a>

Sorry for my ignorance. As you can probably tell, I'm new at this. Can anyone help?

Thank you.]]>
E-junkie Discussions; bnicer