WOW!
Do you actually think you can *FIND* a browser, today, that will make use of this code:
Code:
if (!document.getElementById) {
Out ='';
Out+='<p class="notice">\n';
Out+=' Your browser does not support the "document.getElementById" ';
Out+=' function. Sorry.\n';
Out+='<\/p>\n';
document.write(Out);
}
That's a real question. I don't know that I could find one (except in some "antiquities archive"). I know of a text only browser, but it doesn't support JavaScript so the lack of document.getElementById is a moot point.
????