In my webpage i just want to send the details to mail for the owner and user ,so for that reason i am using "mailto", but it is not at all working.The code i am using is given below,i also want to know whether the code i used is correct or not,if it is wrong suggest me the correct code.
<form name=PPMiniCart action="mailto:info@domain.com" method="post" enctype="text/plain">
<fieldset>
<input type="hidden" name="business" value="info@domain.com" />
<input type="hidden" name="cmd" value="_cart" />
<input type="hidden" name="display" value="1" />
<input type="hidden" name="return" value="http://www.minicartjs.com/?success" />
<input type="hidden" name="cancel_return" value="http://www.minicartjs.com/?cancel" />
<input type="image" name="submit" value="Click here to edit / cancel Items in your cart" onClick="submitform()" class="button" style="margin-left: 800px;"/>
</fieldset>
</form>