IFrame scripting

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to access the IFrame style properties from a DHTML script. I get
an undefined reference for <iframe id>.style. Has anyone run into or
corrected such behaviour.

Thanks

Don Davis
 
Never mind read the docs a little further and found out you have to access
the IFrame ID as document.all.<iframeid> or things do not work right.
 
Back
Top