My url is http://www.natureboybeats.com/welcome.html
Be forewarned if you click the link music will start playing so turn down/turn off your speakers!
My problem is the 'add to cart' button url works properly in Firefox and Safari, in that it gives me a 'continue shopping' button that closes my shopping cart when clicked. However in Internet Explorer 6,7,and 8, I get a 'go back' button instead of a 'continue shopping' button and the 'go back' button does not close the cart or do anything for that matter.
I am selling music downloads and am still setting up/testing my site.
I am using wimpy player to display my music and in order to integrate my 'add to cart' code to the music player i have to paste the url of the 'add to cart' code into the 'comments' section of the ID3 tag of my .mp3s.
Since I have to paste a url in the comments of the ID3, I can't paste the entire HTML anchor tag. For example, the 'add to cart' button code for one of my music files is:
<a href="http://www.e-junkie.com/ecom/gb.php?c=cart;i=itemno_for_test_beat;cl=84503;ejc=2" target="ej_ejc" class="ec_ejc_thkbx"><img src="http://www.e-junkie.com/ej/ejadd_to_cart.gif" border="0" alt="Add to Cart"/></a>
However, since I can only paste a URL in the comments section of the ID3 tag of the .mp3, I can only paste the following:
http://www.e-junkie.com/ecom/gb.php?c=cart;i=itemno_for_test_beat;cl=84503;ejc=2
without the target="ej_ejc" and class="ec_ejc_thkbx" attributes.
When I do this and click the 'go back' button in Explorer I get the problem described above. However the 'continue shopping' in Firefox and Safari works fine.
Thanks for your help