View Single Post
Old 10-06-2012, 12:29 AM   PM User | #3
Old Pedant
Supreme Master coder!

 
Old Pedant's Avatar
 
Join Date: Feb 2009
Posts: 23,200
Thanks: 59
Thanked 3,996 Times in 3,965 Posts
Old Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to all
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 &quot;document.getElementById&quot; ';
    Out+='  function.&nbsp; 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.


????
__________________
An optimist sees the glass as half full.
A pessimist sees the glass as half empty.
A realist drinks it no matter how much there is.

Last edited by Old Pedant; 10-06-2012 at 12:36 AM..
Old Pedant is offline   Reply With Quote