Fixing Internet Explorer & AJAX
A few weeks ago, as developers are wont to do, I rewrote our online gameroom. Version 1 was getting crusty, and I'd written all the AJAX handlers manually and wanted to clean up the code by using Pro...
Published Jun 26, 2008
Version 1.0Lori_MacVittie
Employee
Joined October 17, 2006
Lori_MacVittie
Employee
Joined October 17, 2006
Lori_MacVittie
Dec 17, 2008Employee
@Josh
Looks like I have a typo in the code (will fix after replying to you):
if [string tolower [HTTP::header "User-Agent"]] contains "msie"} {
Is missing an opening brace... should be:
if {[string tolower [HTTP::header "User-Agent"]] contains "msie"} {