Change:
Code:
<a NAME="target">
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_oe-gift-certificate">
<input type="hidden" name="business" value="antonylambert@certificates.fsnet.co.uk">
<input type="hidden" name="amount" value="18.00">
<input type="hidden" name="no_shipping" value="2">
<input type="hidden" name="no_note" value="1">
<input type="hidden" name="currency_code" value="GBP">
<input type="hidden" name="bn" value="PP-GiftCertBF">
<input type="hidden" name="fixed_denom" value="18.00">
<input type="hidden" name="style_theme" value="WT">
<input type="hidden" name="shopping_url" value="http://www.certificates.fsnet.co.uk/c5d.htm">
<input type="image" src="https://www.paypal.com/en_GB/i/btn/btn_buyAGiftCertificate_06.gif" style="border: 0px solid" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
<img alt="" src="https://www.paypal.com/en_GB/i/scr/pixel.gif" width="1" height="1">
</form></a>
to
Code:
<div id="target">
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_oe-gift-certificate">
<input type="hidden" name="business" value="antonylambert@certificates.fsnet.co.uk">
<input type="hidden" name="amount" value="18.00">
<input type="hidden" name="no_shipping" value="2">
<input type="hidden" name="no_note" value="1">
<input type="hidden" name="currency_code" value="GBP">
<input type="hidden" name="bn" value="PP-GiftCertBF">
<input type="hidden" name="fixed_denom" value="18.00">
<input type="hidden" name="style_theme" value="WT">
<input type="hidden" name="shopping_url" value="http://www.certificates.fsnet.co.uk/c5d.htm">
<input type="image" src="https://www.paypal.com/en_GB/i/btn/btn_buyAGiftCertificate_06.gif" style="border: 0px solid" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
<img alt="" src="https://www.paypal.com/en_GB/i/scr/pixel.gif" width="1" height="1">
</form></div>
Also with your XE select list you can't have both AUD and NZD selected by default unless you add multiple to the select tag. Without the extra attribute only one will be selected and which of the two will depend on how the different browsers fix that error.
You might have to live with the errors relating to the script tag.
Bookmarks