05-12-2009, 07:05 AM
Hi guys...ive been away a while now im back needing your help
Is it possible to have a dialog load a html source code.......i want to incorporate paypal buy now buttons feature in to the dialog without actually having to load a website...is this possible?
basicly a dialog with buttons that will load the payment pages?
so instead of my clients loggin on to the site to pay all the time they can pay offline from an exe macro...
heres an example of the html code i need to load ......
<form target="PayPal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_xclick">
<input type="hidden" name="business" value="My PAYPAL eMAIL">
<input type="hidden" name="item_name" value="PRODUCT 1">
<input type="hidden" name="item_number" value="">
<input type="hidden" name="amount" value="4.99">
<input type="hidden" name="currency_code" value="GBP">
<input type="hidden" name="shipping" value="0">
<input type="hidden" name="shipping2" value="0">
<input type="hidden" name="handling" value="0">
<input type="hidden" name="image_url" value="">
<input type="hidden" name="return" value="">
<input type="hidden" name="cancel_return" value="">
<input type="hidden" name="undefined_quantity" value="0">
<input type="hidden" name="receiver_email" value="MY PAYPAL eMAIL">
<input type="hidden" name="no_shipping" value="1">
<input type="hidden" name="no_note" value="0">
<input type="image" name="submit" src="http://images.paypal.com/images/x-click-butcc.gif" alt="Make payments with PayPal, it's fast, free, and secure!">
</form>
feedback guys?
Thanks

basicly a dialog with buttons that will load the payment pages?
so instead of my clients loggin on to the site to pay all the time they can pay offline from an exe macro...
heres an example of the html code i need to load ......
<form target="PayPal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_xclick">
<input type="hidden" name="business" value="My PAYPAL eMAIL">
<input type="hidden" name="item_name" value="PRODUCT 1">
<input type="hidden" name="item_number" value="">
<input type="hidden" name="amount" value="4.99">
<input type="hidden" name="currency_code" value="GBP">
<input type="hidden" name="shipping" value="0">
<input type="hidden" name="shipping2" value="0">
<input type="hidden" name="handling" value="0">
<input type="hidden" name="image_url" value="">
<input type="hidden" name="return" value="">
<input type="hidden" name="cancel_return" value="">
<input type="hidden" name="undefined_quantity" value="0">
<input type="hidden" name="receiver_email" value="MY PAYPAL eMAIL">
<input type="hidden" name="no_shipping" value="1">
<input type="hidden" name="no_note" value="0">
<input type="image" name="submit" src="http://images.paypal.com/images/x-click-butcc.gif" alt="Make payments with PayPal, it's fast, free, and secure!">
</form>
feedback guys?
Thanks