Add type="text/javascript" to the <script line and removed the border="0" in the input box sense thats browser dependent.
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
This commit is contained in:
parent
ca7c42d262
commit
7d1fc2dbd3
|
@ -1,4 +1,4 @@
|
||||||
<script language="javascript">
|
<script language="javascript" type="text/javascript">
|
||||||
function showimage(sel,pic) {
|
function showimage(sel,pic) {
|
||||||
if (!document.images)
|
if (!document.images)
|
||||||
return
|
return
|
||||||
|
@ -92,7 +92,7 @@
|
||||||
<input type="hidden" name="hosted_button_id" value="7827910" />
|
<input type="hidden" name="hosted_button_id" value="7827910" />
|
||||||
<input type="image"
|
<input type="image"
|
||||||
src="https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif"
|
src="https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif"
|
||||||
border="0" name="submit" alt="PayPal - The safer, easier way to pay
|
name="submit" alt="PayPal - The safer, easier way to pay
|
||||||
online!" />
|
online!" />
|
||||||
<img alt="" border="0"
|
<img alt="" border="0"
|
||||||
src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1"
|
src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1"
|
||||||
|
|
Loading…
Reference in New Issue