> I wrote a "highlight keyword" function in JavaScript where I use the
> innerHtml property to get the body content into a variable. The script
works
> fine with IE 4.x and NS 7, but NS 4.x doesn't support this property.
>
> Does anybody know an equivalent property that works in NS 4.x. ?

There isn't one I'm afraid. The only tools for dynamically manipulating page
content in NN4 are DIVs (LAYERs) unless I'm mistaken.I don't think you can
"read" what's on the page, apart from form field values, unless you've
already got it in a variable you created yourself.

Nick



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to