[Javascript] innerHTML

Esther_Strom at hmco.com Esther_Strom at hmco.com
Thu Aug 23 09:18:09 CDT 2001


Actually innerHTML has been around since IE4, not 5.



                                                                                                                       
                    "Cutter Bl"                                                                                        
                    <cutterbl at hotmail        To:     javascript at LaTech.edu                                             
                    .com>                    cc:                                                                       
                    Sent by:                 Subject:     Re: [Javascript] innerHTML                                   
                    javascript-admin@                                                                                  
                    LaTech.edu                                                                                         
                                                                                                                       
                                                                                                                       
                    08/23/01 07:35 AM                                                                                  
                    Please respond to                                                                                  
                    javascript                                                                                         
                                                                                                                       
                                                                                                                       




innerHTML is a property first accessable within IE5, so if you need
backwards compatability it might not be the route to go. I'm not sure how
well it's supported by NN. NN6 might handle it, I've heard it can be
extremely buggy in NN4.x. A nice source of information can be found on the
Microsoft site. There is also a stellar example explanation on fellow
lister Peter-Paul Koch's site.


Cutter
Falcon Knives


----Original Message Follows----
From: hormuz maloo
Reply-To: javascript at LaTech.edu
To: "'javascript at LaTech.edu'"
Subject: [Javascript] innerHTML
Date: Thu, 23 Aug 2001 10:11:28 +0530


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.
Thanks in advance,
Hormuz

Date: Mon, 20 Aug 2001 08:44:36 -0700
Subject: Re: [Javascript] getting text from another page
From: Ben Curtis
To:
Reply-To: javascript at LaTech.edu


> I need to grab some text from one HTML page and put it on another.
>
> The text conveniently sits inbetween some tags called
>
> How do I go about getting this text on another html page?


>I would suggest going server-side with this; PHP, Perl, ASP, or ColdFusion

>would do nicely. If, for some reason, you *need* to do this clientside,
then
>you will need to make sure the two pages are in the same domain. With IE
or
>N6 you can then get the innerHTML of the page, and use a regular
expression
>to find the relevant string. Could be a lot of work or piece of cake. Good

>luck.

>--
>+Ben Curtis

>"One of the symptoms of an approaching nervous breakdown
>is the belief that one's work is terribly important."
>- Bertrand Russell (1872-1970)

Get your FREE download of MSN Explorer at http://explorer.msn.com
_______________________________________________ Javascript mailing list
Javascript at LaTech.edu http://www.LaTech.edu/mailman/listinfo/javascript






More information about the Javascript mailing list