I used gmail on OS 9.1 with Mozilla 1.2.1 until the other night when I deleted the ActiveX extension. After that it stopped working. But it worked last night for a few minutes. Now it doesn't. Maybe they are tweaking the code over in google HQ or something else is screwy.
And when gmail loads you get the red loading rectangle and just end up with a blank page. I checked the source on that page and found...
<title>Gmail</title><noscript>Javascript is disabled in your browser. Gmail requires Javascript to be enabled in order to operate.<p>To use Gmail, enable Javascript by changing your browser preferences.<p>After enabling Javascript, <a href=/gmail>try again</a>.</noscript><script>var fs_time=(new Date()).getTime();var testcookie = 'jscookietest=valid';document.cookie = testcookie;if (document.cookie.indexOf(testcookie) == -1) {top.location = '/gmail/html/nocookies.html';}document.cookie = testcookie + ';expires=' + new Date(0).toGMTString();var agt = navigator.userAgent.toLowerCase();if (agt.indexOf('msie')!= -1 && document.all) {var control = (agt.indexOf('msie 5') != -1) ? 'Microsoft.XMLHTTP' : 'Msxml2.XMLHTTP';try {new ActiveXObject(control);} catch (e) {top.location = '/gmail/html/noactivex.html';}}</script><frameset rows='100%,*' border=0><frame name=main src=/gmail/html/loading.html frameborder=0 noresize scrolling=no><frame name=js src=/gmail?view=page&name=js&ver=e148456b67e168 d9 frameborder=0 noresize></frameset>
With the relevent part being: {top.location = '/gmail/html/noactivex.html';}
Let me re-install IE and see if that gets back the ActiveX extension. If it does I will post it..
Oh, and javascript is enabled. I think that is my pop-up blocker at work.