[solved]HTML works in firefox but not IE

All about creating websites!
Post Reply
User avatar
ayu
Staff
Staff
Posts: 8109
Joined: 27 Aug 2005, 16:00
18
Contact:

[solved]HTML works in firefox but not IE

Post by ayu »

I have run into a really strange error on my site.

When using the login page it works like a charm in firefox, but not in IE

When I press "login", nothing happens, as if IE ignores it =/

it works in both browsers if i use <input type="submit" name="login" value="login">

But it only works in firefox if i use <input type="image" src="images/login.png" name="login" value="login">

Anyone have a clue what the problem is? =/


yeah b_b you were right..... it's a pain ^^ i just installed IE again and had totally forgot how really "micro" and "soft" it really was : / (that was taken from bash btw ^^)
Last edited by ayu on 27 Oct 2007, 17:23, edited 1 time in total.
"The best place to hide a tree, is in a forest"

User avatar
ayu
Staff
Staff
Posts: 8109
Joined: 27 Aug 2005, 16:00
18
Contact:

Post by ayu »

With a lot of googling and some help from Bad_Brain, I got it solved =)

Apparently there is a bug in IE which sends the text of the button instead of the value.

So by adding <input type="hidden" name="login" value="login"> it worked with IE as well ^^
"The best place to hide a tree, is in a forest"

Post Reply