Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

layers & netscape

Status
Not open for further replies.

fretn

Programmer
Jan 10, 2002
6
BE
is it possible to put text who's in a layer in a variable ...

<layer id=&quot;layerID&quot;>this text should be in a variable</layer>

in explorer it's like this:

<div id=&quot;divID&quot;>text.....</div>

var text;
text = document.all.divID.innerHTML;

but how can i do this in netscape ????

thank you very much

fretn
 
webfx.eae.net has an example of doing this in Mozilla... I don't think(!) you can do it in Netsux 4.* jared@aauser.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top