Strange Form action.

HTML, CSS and anything else that deals with client side capabilities.

Moderator: General Moderators

Post Reply
wmarcy
Forum Newbie
Posts: 3
Joined: Fri Mar 23, 2012 3:25 pm

Strange Form action.

Post 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?
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: Strange Form action.

Post by requinix »

Yes, but that little bit of code isn't enough to know why.

Have you checked map.php itself for redirections?
Dale
Forum Contributor
Posts: 466
Joined: Fri Jun 21, 2002 5:57 pm
Location: Atherstone, Warks

Re: Strange Form action.

Post 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. :)
Post Reply