Page 1 of 1

Strange Form action.

Posted: Sat Mar 31, 2012 3:50 pm
by wmarcy
I have a piece of code at the bottom of a page it is:

Code: Select all

</p><br><p align=center><a href="map.php" class="start">Start</a></p></div>
</body></html>
Instead of going to map.php when clicked, it is going to a totally different page, that is not referenced in any php or html file.

Is there a cause fo this?

Re: Strange Form action.

Posted: Sat Mar 31, 2012 4:31 pm
by requinix
Yes, but that little bit of code isn't enough to know why.

Have you checked map.php itself for redirections?

Re: Strange Form action.

Posted: Sat Apr 07, 2012 9:34 am
by Dale
Or if you've got anything jQuery/JavaScript running on the page, it maybe overtaking the link due to the class="start" section. :)