How not to go to another page when using HTML forms with the action method:
<form method="post" action="http://api.forismatic.com/api/1.0/"> POST: <input type="text" name="method" value="getQuote"> <input type="text" name="key" value="457653"> <input type="text" name="format" value="text"> <input type="text" name="lang" value="en"> <input type="submit" name="sub"> </form>