![]() |
White page redirec JS in IE8 - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: White page redirec JS in IE8 (/showthread.php?tid=27403) |
White page redirec JS in IE8 - El Forum - 02-09-2010 [eluser]tnathos[/eluser] hi! i debug my app using firefox and safari anbd all works fine!! but today i chaek the page whit IE8 or IE7.. and have a problem... f·$%&% IE8 and Mocosoft.. So.. i search a item.. and send the data via ajax.. if the result its ok.. i redirect using location.href in the function JS i FF and all browser shome the result page.. but in IE.. show the page result in blank! no information but if i see the source code i see all code in the page!!! any!! thanks ![]() White page redirec JS in IE8 - El Forum - 02-09-2010 [eluser]tomcode[/eluser] well, that's not a solution (by elimination the failure), but it might help : try location.reload() or location.reload(true). White page redirec JS in IE8 - El Forum - 02-09-2010 [eluser]Fabdrol[/eluser] can you post your code? you could try window . location . href.. somehow browsers sometimes don't recognize a method, but a global object like window is always understood. cheers White page redirec JS in IE8 - El Forum - 02-09-2010 [eluser]tnathos[/eluser] thanks. but i use many hours for find the problem.. its asociated an include what firefox understand fine but IE dont.. ![]() |