View Single Post
  #2 (permalink)  
Old 11th August 2009, 16:14
u.masotti u.masotti is offline
D4PHP Guru
 
Join Date: Nov 2007
Posts: 237
u.masotti is on a distinguished road
Default

Quote:
Originally Posted by goitalia View Post
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.
Reply With Quote
Sponsored Links