¡@

Home 

php Programming Glossary: ie6

Am I correctly supporting UTF-8 in my PHP apps?

http://stackoverflow.com/questions/1317152/am-i-correctly-supporting-utf-8-in-my-php-apps

interpret the byte sequence ˜\xC0 xBC as a lt up until IE6 Service Pack 1. Opera also got it wrong up to about I think..

PHP Script in IFRAME Blocks Other Code

http://stackoverflow.com/questions/19692282/php-script-in-iframe-blocks-other-code

Opera Safari xmlhttp new XMLHttpRequest else code for IE6 IE5 xmlhttp new ActiveXObject Microsoft.XMLHTTP xmlhttp.onreadystatechange.. Opera Safari xmlhttp new XMLHttpRequest else code for IE6 IE5 xmlhttp new ActiveXObject Microsoft.XMLHTTP xmlhttp.onreadystatechange..

Maximum number of cookies allowed

http://stackoverflow.com/questions/283774/maximum-number-of-cookies-allowed

host or domain name Those are minimum requirements. The IE6 team didn't get that. Everything else is highly browser specific...

File download in IE6 gets the wrong filename

http://stackoverflow.com/questions/2868976/file-download-in-ie6-gets-the-wrong-filename

download in IE6 gets the wrong filename I have a PHP script being served over.. or CA1OCVTX.pdf If I un comment out the Content type line IE6 gives me an error and tries to download the file inline with.. registry key see Q303750. This was fixed with IE6.0SP1. EDIT Here's the code I use directly copied from my application's..

PHP session doesn't work with IE

http://stackoverflow.com/questions/306132/php-session-doesnt-work-with-ie

Opera Chrome Safari all work as they are supposed to. But IE6 and IE7 are having problems on the pages that require special..

How to write specific CSS for mozilla, chrome and IE

http://stackoverflow.com/questions/4332117/how-to-write-specific-css-for-mozilla-chrome-and-ie

detected browser Here is a CSS Hacks list Selector Hacks IE6 and below html #uno color red IE7 first child html #dos color.. Opera 9.25 html xmlns #catorce color red Everything but IE6 8 root #quince color red IE7 html #dieciocho color red Firefox.. x moz any link x default color red Attribute Hacks IE6 #once _color blue IE6 IE7 #doce color blue or #color blue Everything..

Gzip compression through .htaccess not working

http://stackoverflow.com/questions/5846376/gzip-compression-through-htaccess-not-working

is one gotcha regarding gzipping .js and .css files on IE6 to watch out for. I think it is only applicable to IE6 SP1 users...

Can I detect IE6 with PHP?

http://stackoverflow.com/questions/671890/can-i-detect-ie6-with-php

I detect IE6 with PHP Is there a way to use PHP to detect if the page is.. way to use PHP to detect if the page is being loaded using IE6 php internet explorer 6 cross browser share improve this..

PHP: Download file script not working on iPad

http://stackoverflow.com/questions/8849197/php-download-file-script-not-working-on-ipad

on PC Mac and Linux machines in multiple browsers FF Opera IE6 9 Chrome Safari and all seem to work fine so it must be something..

destroy session on window close?

http://stackoverflow.com/questions/959655/destroy-session-on-window-close

figured out some sort of solution but it's not working in IE6 don't know about other IE version. The below snippet keeps track..