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 Tue, 12 Jan 2010 19:55:06 GMT Sun, 26 May 2013 00:49:55 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 #5 http://www.e-junkie.com/bb/topic/2497/pg/0#post12868 http://www.e-junkie.com/bb/topic/2497/pg/0#post12868 Tue, 12 Jan 2010 19:55:06 GMT E-junkie Discussions; Bubbles82 Post #4 http://www.e-junkie.com/bb/topic/2497/pg/0#post12868 http://www.e-junkie.com/bb/topic/2497/pg/0#post12868 Tue, 12 Jan 2010 02:02:14 GMT
This will work:

<table>
<tr>
<td>
<form action="https://www.e-junkie.com/ecom/gb.php?c=cart&i=XXXXXX&cl=44474&ejc=2" target="ej_ejc" method="post" accept-charset="UTF-8">
Type:
<select name="o1">
<option value="Pick Up">Pick Up</option>
<option value="Ship">Ship</option>
</select>
<input type="hidden" name="on0" value="Date">
Date:
<select name="os0">
<option value="April 1st, Townville, AZ">April 1st, Townville, AZ</option>
</select>
<input type="image" src="http://www.e-junkie.com/ej/ej_add_to_cart.gif" onclick="javascript:return EJEJC_lc(this.parentNode);" border="0" alt="Add to Cart" class="ec_ejc_thkbx">
</form>
</td>
</tr>
</table>

This will also work:

<form action="https://www.e-junkie.com/ecom/gb.php?c=cart&i=XXXXXX&cl=44474&ejc=2" target="ej_ejc" method="post" accept-charset="UTF-8">
<table>
<tr>
<td>
Type:
<select name="o1">
<option value="Pick Up">Pick Up</option>
<option value="Ship">Ship</option>
</select>
<input type="hidden" name="on0" value="Date">
</td>
<td>
Date:
<select name="os0">
<option value="April 1st, Townville, AZ">April 1st, Townville, AZ</option>
</select>
</td>
<td>
<input type="image" src="http://www.e-junkie.com/ej/ej_add_to_cart.gif" onclick="javascript:return EJEJC_lc(this.parentNode);" border="0" alt="Add to Cart" class="ec_ejc_thkbx">
</td>
</tr>
</table>
</form>

But this will not work:

<table>
<tr>
<td>
<form action="https://www.e-junkie.com/ecom/gb.php?c=cart&i=XXXXXX&cl=44474&ejc=2" target="ej_ejc" method="post" accept-charset="UTF-8">
Type:
<select name="o1">
<option value="Pick Up">Pick Up</option>
<option value="Ship">Ship</option>
</select>
</td>
<td>
<input type="hidden" name="on0" value="Date">
</td>
<td>
Date:
<select name="os0">
<option value="April 1st, Townville, AZ">April 1st, Townville, AZ</option>
</select>
</td>
<td>
<input type="image" src="http://www.e-junkie.com/ej/ej_add_to_cart.gif" onclick="javascript:return EJEJC_lc(this.parentNode);" border="0" alt="Add to Cart" class="ec_ejc_thkbx">
</form>
</td>
</tr>
</table>]]>
E-junkie Discussions; E-junkieGuru
Post #3 http://www.e-junkie.com/bb/topic/2497/pg/0#post12868 http://www.e-junkie.com/bb/topic/2497/pg/0#post12868 Mon, 11 Jan 2010 14:39:05 GMT http://americanmusicshowcase.org/products.php

Thanks]]>
E-junkie Discussions; Bubbles82
Post #2 http://www.e-junkie.com/bb/topic/2497/pg/0#post12868 http://www.e-junkie.com/bb/topic/2497/pg/0#post12868 Sun, 6 Apr 2008 04:47:22 GMT
Can you give a link to your website?]]>
E-junkie Discussions; AvidCat
Post #1 http://www.e-junkie.com/bb/topic/2497/pg/0#post12868 http://www.e-junkie.com/bb/topic/2497/pg/0#post12868 Sun, 6 Apr 2008 01:26:24 GMT
I have the buttons all installed and working fine. When in IE 7, everything works as normal, but when in firefox, the cart opens in a new window rather than a pop-up.

Anyone have any ideas as to why ?]]>
E-junkie Discussions; 007