With HTML like this:
<html>
<body>
<form method="post" action="/results.html">
<input type="submit" value="submit" />
</form>
</body>
</html>
If the current page is http://www.totaljobs.com
Then the url it should post to is http://www.totaljobs.com/results.html
With HTML like this:
<html>
<body>
<form method="post" action="/results.html">
<input type="submit" value="submit" />
</form>
</body>
</html>
If the current page is http://www.totaljobs.com
Then the url it should post to is http://www.totaljobs.com/results.html