Jump to content

html question


explorer

Recommended Posts

This my Code

 

<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_xclick">
<input type="hidden" name="business" value="[email protected]">
<input type="hidden" name="item_name" value="XXName">
<input type="hidden" name="item_number" value="Thank you for your generous donation. Your Donation Will Be Used To Pay For our ever increasing bandwidth costs, our hosting Se">
<input type="hidden" name="no_shipping" value="2">
<input type="hidden" name="no_note" value="1">
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="tax" value="0">
<input type="hidden" name="lc" value="US">
<input type="hidden" name="bn" value="PP-DonationsBF">
<div align="center"><input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but21.gif" alt="Donate money to keep the site up."/>
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">

 

hi plz how can change the Fonction (name="item_number" value="Thank you for your generous donation.... ) with a text Box and  the (<"><input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but21.gif") with call Botton like this

 

<FORM class=mencellover method=post>Your Text:  <INPUT type=hidden

        value=1 name=item_number> <INPUT style="WIDTH: 240px" maxLength=32

        name=k>  <INPUT type=submit value="Make a Donation!">

 

thx :)

 

 

 

Link to comment
https://forums.phpfreaks.com/topic/49574-html-question/
Share on other sites

I don't really get what you're saying...

 

So for your first question, you want the "Thank You message" in a textarea? Why did you mark it as "hidden" in the first place?

<textarea name="item_number">Thank you for your generous donation. Your donation will be used to pay for  our ever increasing bandwidth costs, our hosting Se</textarea>

 

But your second question makes no sense to me. Care to elaborate?

Link to comment
https://forums.phpfreaks.com/topic/49574-html-question/#findComment-243118
Share on other sites

no i want to change this

 

<input type="hidden" name="item_number" value="Thank you for your generous donation. Your Donation Will Be Used To Pay For our ever increasing bandwidth costs, our hosting Se">

 

With This ps: that mean i can change my text any time

 

<FORM class=mencellover method=post>Your Text:  
<INPUT type=hidden value=1 name=item_number> 
<INPUT style="WIDTH: 240px" maxLength=32 name=k>  

 

and

 

<div align="center"><input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but21.gif" alt="Donate money to keep the site up."/>
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">

 

with a botton like this

 

<INPUT type=submit value="Make a Donation!">

 

plz you can fix that  :)

 

 

 

Link to comment
https://forums.phpfreaks.com/topic/49574-html-question/#findComment-243312
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.