如何在不點擊的情況下加載另一個頁面?我已創建網站其貝寶選項there.here我的代碼我想加載沒有點擊likn選項加載到PayPal代碼?這裏是我的代碼?如何自動加載頁面?
<p><form name="form1" method="post" action="shopping_cart/paypal.php">
<input type="hidden" name="courseid" id="courseid" value="55" />
<input type="hidden" name="coursename" id="coursename" value="Video Modeling Course" />
<a href= "#" onclick="document['form1'].submit()">Buy: $50.00 <img src="images/paypal_logo2.gif" alt="PayPal" width="210" height="80" border="0" />
</a>
</form>
你的意思是你想在頁面加載後立即提交表單,而不是點擊'a'元素?如果是這樣,請立即調用'document ['form1']。submit()'。 –
請讓你的問題陳述更清楚一點,不理解它。 – Varun
VARUN在我的網頁加載貝寶如果我點擊PayPal按鈕,但我想有它的負載貝寶的功能代碼。但我想不點擊加載負荷到PayPal代碼 – Thennarasu