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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top