How to get add to cart URL in Magento?
For add to cart button there is a function setLocation called on click in which URL, product id and quantity passed.
<input type="button" title="<?php echo $this->__('Add to Cart') ?>" class="addtocart" onclick="setLocation('<?php echo Mage::getUrl('checkout/cart/add', array('product'=>$product_id,'qty'=>1)) ?>')" />