[Javascript] Re: Object Expected

Bludshogun at aol.com Bludshogun at aol.com
Fri May 3 19:33:36 CDT 2002


> I am curious about the correctness of the code entries
> using textarea, ("<TEXTAREA")). There seems to be a
> missing >. Should it read ("<textarea>"))?    
    

when using innerHTML you can search for any string or string fragment that 
may be located there. I'm searching for "<TEXTAREA" because the <TEXTAREA> 
tag in the innerHTML may include attributes <TEXTAREA cols=20 rows=30 etc. . 
.>

peace, Aaron



More information about the Javascript mailing list