thosecars82
01-04-2010, 05:33 PM
Hello
I have this really simple form.
<form name="cac" id="cacid" method="POST">
<input type="submit" value="Go to google"
onclick="setAction('http://www.google.es')"/>
</form>
Why doesn't it go to www.google.es when the submit button is clicked?Thanks in advance
I have this really simple form.
<form name="cac" id="cacid" method="POST">
<input type="submit" value="Go to google"
onclick="setAction('http://www.google.es')"/>
</form>
Why doesn't it go to www.google.es when the submit button is clicked?Thanks in advance