<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;"><br>form.html:<br><form action="p.py" method="post"><br> <input type="text" id="id_text" name="name_text" /><br> <input type="submit" id="id_submit" name="name_submit" /><br></form><br><br>p.py:<br>#!/usr/bin/python<br><br>#what to write here...<br><br>Both files are put in /var/www/ , now from http://localhost/form.html, if i click the submit button would i execute the p.py  and how can i get the value of textbox?<br><br>Any answer will be highly appreciated.<br>Thanks in advanced.<br><br></td></tr></table>