got a web site that has the follwing source
<html><form method="post">Number:<input type="text" name="number"/><br/>Message:<textarea cols="40" rows="4" name="message"></textarea><br/><input type="submit" value="send"/></form></html>
so form takes two verables and then post them to the script.
Can I format a url so that is is some thing like
http://www.page.com/post_ number = xxxxx and message = yyyyyyyy
so it is automated, rather than going to the page filling in the fields and clicking the submit button.
Cheers