» Forums
» DynarchMenu forum
» Bug reports
» iFrame/Frame issues in IE 6 (SP2)
» Re: iFrame/Frame issues in IE 6 (SP2), PROBLEM SOLVED
Re: iFrame/Frame issues in IE 6 (SP2), PROBLEM SOLVED
2006/04/16 00:33
Viewed 10066 times
Replies: 1/2

I seem to have isolated the iFrame jumping issue and interestingly enough, it is related to the question I asked.

It seems you MUST delare a XHTML doctype on the pages within the iFrame. You were using index.html which did not have a doctype declaration.

Use either of these on the index.html page, validate what is on the page, and voila!
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-OR-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

This resolves the iFrame jumpiness.

If you could get the menu to operate in the first, Strict mode, it would virtually guarantee it works across browsers...

Derek

Re[2]: iFrame/Frame issues in IE 6 (SP2), PROBLEM SOLVED
2006/06/01 01:03
Viewed 10819 times
Replies: 1/1
by JCH2

I'm seeing the same "freed script" error but I am not using IFRAMES. It occurs in a two frame layout, and when I select a link in the menu generated, the first document that loads to the popup frame generates this error and the menus cease to function any more.

I have already checked all DOCTYPES and tag formatting in Dreamweaver 8 ... it's all perfect... and now I'm baffled.

last
Re[3]: iFrame/Frame issues in IE 6 (SP2), PROBLEM SOLVED
2006/06/01 01:13
Viewed 12858 times
Replies: 0/0
by JCH2

I should add that the error exists in one site I'm authoring and not in another... more confussion.

last
Google