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
Post a Comment