Quote:
Originally Posted by goitalia
if i execute under firefox the post and the result of $_POST['Btn_index'] is what i expect. if i execute under IE the $_POST['Btn_index'] is not what i excpect. Did somebody can help me to know why ?
|
Don't know if you resolved, but IE 6, IE 7 and IE 8 behaves sometimes differently among them and others browser. IE 8 has a "compatibility" flag to activate...

Differences are often in rendering (the "margin" bug) and sometimes in the default order of event execution and scripting language.
Maybe there are updates in some public domain library that helps.