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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

null or not an object

Status
Not open for further replies.

IonCurici

Programmer
Oct 29, 2002
24
MD
i have a <iframe name=&quot;main&quot;>

what i get from the browser is that parent.frames[0] (or parent.main) is null or not an object. any ideas?
 
Don't use parent.frames, because <iframe> is an inline frame. Instead, use <b>document.all.main</b>.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top