Hi!
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="ejejc" class="ec_ejc_thkbx" onClick="javascript:return EJEJC_lc(this);"><img src="https://www.e-junkie.com/ej/ejadd_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.