我将我的页面链接到贝宝,我这样编码
<div class="paypal">
<h1><?php __('Please wait while we transfering you to the payment gateway.');?></h1>
<?php echo $paypal->submit(__('Click here if this page appears for more than 5 seconds', true), $paypalData); ?>
<script type="text/javascript">
document.getElementById('frmPaypal').submit();
</script>
</div>
我需要放置一个动画 gif 等待图标而不是按钮....