Archive: Paypal Button


Paypal Button

<formaction="https://www.paypal.com/cgi-bin/webscr"method="post">

<
inputtype="hidden"name="cmd"value="_xclick">
<
inputtype="hidden"name="business"value="email@email.com">
<
inputtype="hidden"name="item_name"value="buy">
<
inputtype="hidden"name="item_number"value="1">
<
inputtype="hidden"name="return"value="http://www.web.com/">
<
inputtype="hidden"name="cancel_return"value="http://www.google.com/">
<
inputtype="image"src="paypal.jpg"border="0"name="submit">
</
form>

How can I add a paypal button on the finish page?
(ie make a button that will generate a html page then redirects to paypal)

Would it not be easier to include the HTML file in the installer, extract it using file command, and then display it.

Vytautas


how do you do that? im new to this.


You can extract the file during the installation, change the text of the 'Show Readme' button using a define before the MUI_LANGUAGE macro (MUI_TEXT_FINISH_SHOWREADME) and show the file when the box has been checked (define the file name using MUI_FINISHPAGE_SHOWREADME).


You can also tweak the finish page INI a bit to show a bitmap (it can't show gifs or jpgs) of the paypal button and keep the checkbox near it. Make sure it's the readme checkbox and then when the user checks that box he'll get the paypal donation page.