Well, I tried it in all my available browsers, on PC: IE 5.5 SP1, Opera 5.11, Mozilla 0.9, Netscape 4.7, Netscape 6 and on Mac: IE 4.5. Outside of being way too wide, it renders as I expected, the links all went somewhere, I didn't see a problem. What version of IE did you test with? Jeff.
-----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of Tim Cook Sent: Friday, June 08, 2001 2:38 PM To: Zope List Subject: [Zope] Browsers Differences Again
Someone emailed me (bashing my demo) about http://www.freepm.org:8080/FreePM/scheduling
not working.
It worked fine with NS (we try to test with IE too, but it's so painful <s>).
Anyway, I discovered that this code in the index_html (a DTML Method): ------------------------------------ <html> <head><title>FreePM Scheduling</title> </head>
<dtml-let this_year="_.DateTime().year()">
<frameset rows="50,*" marginheight="2"> <frame src="menu" name="sched_menu"> <frame src="<dtml-var this_year>" name="sched_main"> </frameset> </frameset>
</dtml-let>
<NOFRAMES> FreePM requires a frames capable browser for proper operation. </NOFRAMES>
</html>
---------------------------------
Didn't work in IE, but does in NS. this_year resolves to a OFS Folder ID.
If I explicitly point the frame sources like this it works fine in both browsers: <frame src="/FreePM/scheduling/menu" name="sched_menu"> <frame src="/FreePM/scheduling/<dtml-var this_year>/index_html" name="sched_main">
BTW: the error was Not Found in both frames.
Why does IE not resolve those objects correctly?
-- Tim Cook, President - FreePM,Inc. http://www.FreePM.com Office: (731) 884-4126 ONLINE DEMO: http://www.freepm.org:8080/FreePM
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )