[Proto-Scripty] Re: Request works in IE but not Firefox, Chrome

2010-05-07 Thread hellboy1975
Ok, ignore all of that - I managed to find the problem which waiting for the message to be moderated. Turns out the problem I was using: input type=submit value=Login onclick=login_staff(); / instead of input type=button value=Login onclick=login_staff(); / Not sure why, but IE doesn't mind

[Proto-Scripty] Re: Request works in IE but not Firefox, Chrome

2010-05-07 Thread T.J. Crowder
Hi, Turns out the problem I was using: input type=submit value=Login onclick=login_staff(); / instead of input type=button value=Login onclick=login_staff(); / Not sure why, but IE doesn't mind using type='submit' on the button, but Firefox Chrome won't. Because a 'submit' button