php - Firefox automatically adding closing form tag too early - IE and Chrome OK -


can tell me why firefox close form adding </form>? closes form before submit button - form won't submit.

the whole code form bit long post here. works fine in chrome , ie, firefox seems close form , removes later </form>.

the html being output php. not sure if make difference?

editing in firebug doesn't work either. ideas appreciated.

thanks

when browser closes form or div unexpectedly, it's because there's kind of mistake in code - closing div instead of opening one.

i suggest feed code w3c validator, , fix errors.


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -