gpt4 book ai didi

html - 具有网络标准的初始页面上的数量值

转载 作者:太空宇宙 更新时间:2023-11-03 16:35:28 25 4
gpt4 key购买 nike

我有一个非常简单的 Entry Order 页面,其中包含根据年龄和“立即付款”按钮进行的​​下拉选项。我不想更改 PayPal 页面上的数量,而是想在 DropDown 下方显示一个数量文本框(默认值为 1),然后将该值传递给 PayPal 页面。

这是我的 html:

<body style="border-style:double; text-align:center;">
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" runat="server">
<div><br />
<input type="hidden" name="cmd" value="_s-xclick"/>
<input type="hidden" name="hosted_button_id" value="WTFZKTFE95PDG"/>
<table align="center">
<tr><td><input type="hidden" name="on0" value="Registration Fees"/><b>Registration Fees</b></td></tr><tr><td><select name="os0">
<option value="14 Years and over">14 Years and over £20.00 GBP</option>
<option value="under 14 Years">under 14 Years £15.00 GBP</option>
</select> </td></tr>
</table><br /><br />
<input type="hidden" name="currency_code" value="GBP"/>
<input type="image" src="https://www.paypalobjects.com/en_US/GB/i/btn/btn_buynowCC_LG.gif" name="submit" alt="PayPal — The safer, easier way to pay online."/>
<img alt="" border="0" src="https://www.paypalobjects.com/en_GB/i/scr/pixel.gif" width="1" height="1"/>
</div>
</form>
</body>

最佳答案

您想要用来传递数量的变量是“数量”。因此,您只需添加一行类似于下面的代码即可。

Quantity: <input type="text" name="quantity" maxlength="5" value="1">

关于html - 具有网络标准的初始页面上的数量值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15569873/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com