<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META content="MSHTML 5.00.3315.2870" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi!</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Cool! Is there a list of JS (and DOM objects) 
implementations&nbsp;for every browser? How come I can access &lt;div&gt; 
elemets so nicely in IE, but in NN I have to use getElementById? Which one in 
right? Or otherwise, which browser follows W3C standards?</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV>Bye,</DIV>
<DIV>&nbsp;</DIV>
<DIV>Iztok</DIV>
<BLOCKQUOTE 
style="BORDER-LEFT: #000000 2px solid; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px; PADDING-LEFT: 5px; PADDING-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
  <A href="mailto:cutterbl@hotmail.com" title=cutterbl@hotmail.com>Cutter Bl</A> 
  </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A 
  href="mailto:javascript@LaTech.edu" 
  title=javascript@LaTech.edu>javascript@LaTech.edu</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Friday, November 09, 2001 
  14:25</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [Javascript] 
  &lt;div&gt;</DIV>
  <DIV><BR></DIV>
  <DIV>
  <DIV>
  <P>Something like:</P>
  <P>function MyFunction(){</P>
  <P>&nbsp;&nbsp;&nbsp;&nbsp; document.getElementById('divId').style.left = 
  120;</P>
  <P>&nbsp;&nbsp;&nbsp;&nbsp; document.getElementById('divId').style.top = 
  60;</P>
  <P>}</P>
  <P>NN 6.2 would use getElementById to access the current W3C Document Object 
  Model standards. Look at Peter-Paul's site (<A 
  href="http://www.xs4all.nl/~ppk/js/index.html?/~ppk/js/intro.html">http://www.xs4all.nl/~ppk/js/index.html?/~ppk/js/intro.html</A>) 
  under the subheading Version 5|Level 1 DOM for more info.</P></DIV>
  <DIV></DIV>
  <DIV>Cutter</DIV>
  <DIV></DIV>
  <DIV><A href="http://www.falcon-knives.com/">Falcon Knives</A></DIV>
  <DIV>&nbsp;</DIV>
  <DIV></DIV>
  <DIV></DIV>
  <DIV></DIV>----Original Message Follows---- 
  <DIV></DIV>From: "Iztok Polanic" <IZTOKP@AMIS.NET>
  <DIV></DIV>Reply-To: javascript@LaTech.edu 
  <DIV></DIV>To: <JAVASCRIPT@LATECH.EDU>
  <DIV></DIV>Subject: [Javascript] 
  <DIV></DIV>Date: Fri, 9 Nov 2001 12:42:28 +0100 
  <DIV></DIV>
  <DIV></DIV>Hi! 
  <DIV></DIV>
  <DIV></DIV>How to access 
  <DIV>tag in Netscape 6.2 thru Javascript? </DIV>
  <DIV></DIV>
  <DIV></DIV>Lep pozdrav, 
  <DIV></DIV>
  <DIV></DIV>Iztok 
  <DIV></DIV>
  <DIV></DIV>_______________________________________________ 
  <DIV></DIV>Javascript mailing list 
  <DIV></DIV>Javascript@LaTech.edu 
  <DIV></DIV>http://www.LaTech.edu/mailman/listinfo/javascript 
  <DIV></DIV></DIV><BR clear=all>
  <HR>
  Get your FREE download of MSN Explorer at <A 
  href="http://go.msn.com/bql/hmtag_itl_EN.asp">http://explorer.msn.com</A><BR>_______________________________________________ 
  Javascript mailing list Javascript@LaTech.edu 
  http://www.LaTech.edu/mailman/listinfo/javascript</BLOCKQUOTE></BODY></HTML>