<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>innerHTML</TITLE>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META content="MSHTML 5.00.2614.3500" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Its DHTML</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><A 
href="http://msdn.microsoft.com/workshop/author/dhtml/reference/properties/innerHTML.asp?frame=true">http://msdn.microsoft.com/workshop/author/dhtml/reference/properties/innerHTML.asp?frame=true</A></FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>it allows you to change your html code after it has 
been loaded using javascript. e.g. you can change the text displayed on your 
page when the user onmouseovers a link.... very cool.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>If you want to get really fancy you can write very 
complicated functionality using innerHTML.... I've just written something that 
behaves just like Windows Explorer with expanding folders etc.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>have fun with it</FONT></DIV>
<DIV><FONT face=Arial size=2>Lau</FONT></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:hormuz.maloo@kotak.com" title=hormuz.maloo@kotak.com>hormuz 
  maloo</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> Thursday, August 23, 2001 2:41 
  PM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> [Javascript] innerHTML</DIV>
  <DIV><BR></DIV><BR>
  <P><FONT size=2>Can somebody please elaborate a little on "innerHTML". I have 
  heard it mentioned at various places. What does it do exactly? Is it part of 
  JavaScript, CSS, or what? Will appreciate a short summary or some good links 
  on the topic.</FONT></P>
  <P><FONT size=2>Thanks in advance,</FONT> <BR><FONT size=2>Hormuz</FONT> </P>
  <P><FONT size=2>Date: Mon, 20 Aug 2001 08:44:36 -0700</FONT> <BR><FONT 
  size=2>Subject: Re: [Javascript] getting text from another page</FONT> 
  <BR><FONT size=2>From: Ben Curtis &lt;Quixote@LaMancha.org&gt;</FONT> 
  <BR><FONT size=2>To: &lt;javascript@latech.edu&gt;</FONT> <BR><FONT 
  size=2>Reply-To: javascript@LaTech.edu</FONT> </P><BR>
  <P><FONT size=2>&gt; I need to grab some text from one HTML page and put it on 
  another.</FONT> <BR><FONT size=2>&gt; </FONT><BR><FONT size=2>&gt; The text 
  conveniently sits inbetween some tags called &lt;!--</FONT> <BR><FONT 
  size=2>&gt; lymmtemp --&gt; &lt;!-- lymmtempend --&gt;</FONT> <BR><FONT 
  size=2>&gt; </FONT><BR><FONT size=2>&gt; How do I go about getting this text 
  on another html page?</FONT> </P><BR>
  <P><FONT size=2>&gt;I would suggest going server-side with this; PHP, Perl, 
  ASP, or ColdFusion</FONT> <BR><FONT size=2>&gt;would do nicely. If, for some 
  reason, you *need* to do this clientside, then</FONT> <BR><FONT size=2>&gt;you 
  will need to make sure the two pages are in the same domain. With IE or</FONT> 
  <BR><FONT size=2>&gt;N6 you can then get the innerHTML of the page, and use a 
  regular expression</FONT> <BR><FONT size=2>&gt;to find the relevant string. 
  Could be a lot of work or piece of cake. Good</FONT> <BR><FONT 
  size=2>&gt;luck.</FONT> </P>
  <P><FONT size=2>&gt;--</FONT> <BR><FONT size=2>&gt;+Ben Curtis</FONT> </P>
  <P><FONT size=2>&gt;"One of the symptoms of an approaching nervous 
  breakdown</FONT> <BR><FONT size=2>&gt;is the belief that one's work is 
  terribly important."</FONT> <BR><FONT size=2>&gt;- Bertrand Russell 
  (1872-1970)</FONT> </P></BLOCKQUOTE></BODY></HTML>