faqts : Computers : Programming : Languages : JavaScript : Applets/Java

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

14 of 15 people (93%) answered Yes
Recently 5 of 6 people (83%) answered Yes

Entry

How can I reference an applet when it is in a layer?

Feb 26th, 2000 08:20
Martin Honnen, Flemming V. Larsen,


With IE4/5 and NN6 it is still
  document.appletName
NN4 layers however have their own document so you reference the layer 
first
  document.layerName
and then its document with the applet inside
  document.layerName.document.appletName