Good evening,
Using localhost.
I placed this on a VERY simple test page:
<form method = "link" action = "http://www.google.com"
<input type = "submit" />
</form>
Click on the submit button and it works!
BUT, when I place the same code on a page in a website I'm working on, it doesn't work. Nothing happens. Is it obvious as to why this should be the case?
Thanks!