Posts

Showing posts from November, 2012

Basic paypal form (sample)

<form action="https://www.paypal.com/cgi-bin/webscr" method="post">     <!-- Identify your business so that you can collect the payments. -->     <input type="hidden" name="business" value="<ur payapal account>">     <!-- Specify a Buy Now button. -->     <input type="hidden" name="cmd" value="_xclick">     <!-- Specify details about the item that buyers will purchase. -->     <input type="hidden" name="item_name" value="Hot Sauce-12 oz. Bottle">     <input type="hidden" name="amount" value="5.95">     <input type="hidden" name="currency_code" value="USD">     <!-- Display the payment button. -->    <input type="submit" > </form> You can get all button code from below link 1) https://cms.paypal.com/us/cgi-bin/?c

How to enable developer toolbar in safari browser..?

Steps :         - Click on right side Icon.         - Select Prefrences (or press CTRL + ,) - One popup will be open , mark on "Show Develop menu in menubar". - Now Check on Second icon in right side of browser , it will disply developer option - Enjoy.....