The programmer has disappeared so I can't go to him for help. Perlcal Calendar we have been using for the last 7 years started to malfunction with regard to frames and the information it displayed in the nav frame with latest internet explorer upgrade. Works fine in Firefox. If someone could help me fix the code so info displays properly I would be most appreciative. This calendar needs to be cross browser friendly for everyone.
Calendar is here:
http://calendar.discovermccall.com/calendar/index.html I created events in month of October. Click on a date in the calendar in the left frame and it should display details in the right frame. But it doesn't in ie. It displays details in left frame which is incorrect. You have to click on 'show calendar' link at the top of the left frame to see the small calendar again.
It didn't used to do this. Perhaps there is code that can be added to right or left frame to correct this? Frames and their codes are below. Thanks in advance for any help.
<HTML>
<HEAD>
<TITLE><<TITLE_HEAD>></TIT
LE>
<<REFRESH>>
</HEAD>
<!--
3-Frame, Top Navigation
NOTE:
'nav' is frame for navigation/title
'cal' is frame for calendar
'view' is frame for viewing entries, instructions, etc.
-->
<FRAMESET ROWS='<<CALNAVSIZE>>,*' BORDER=0 FRAMEBORDER='NO'>
<FRAME SRC='<<CALNAV>>' NAME='nav'
NORESIZE MARGINHEIGHT=0 MARGINWIDTH=0 LEFTMARGIN=0 RIGHTMARGIN=0 TOPMARGIN=0 BOTTOMMARGIN=0 SCROLLING='no'>
<FRAMESET COLS='<<CALSIZE>>,*'>
<FRAME SRC='<<CAL>>' NAME='cal'
NORESIZE MARGINHEIGHT=10 MARGINWIDTH=5>
<FRAME SRC='<<VIEW>>' NAME='view'
NORESIZE MARGINHEIGHT=7 MARGINWIDTH=7>
</FRAMESET>
</FRAMESET>
</HTML>
**************************
*********
<HTML>
<HEAD>
<TITLE><<TITLE_HEAD>></TIT
LE>
<<HEAD>>
</HEAD>
<BODY <<BGCOLOR>>>
<CENTER>
<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0>
<TR><TD align=center NOWRAP><FONT SIZE=2>
<<USERS>>
</FONT></TD></TR>
<TR><TD align=center NOWRAP><FONT SIZE=2>
<<DATE>></FONT></TD>
<TD>
<IMG SRC='<<IMG_DIR>>spacer.gif
' width=14 height=10>
</TD>
</TR>
<TR><TD align=center><FONT SIZE=2>
<<SUBJS SELECT>></FONT></TD></TR><
/TABLE><BR
>
<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0>
<TR><TD><<CALENDAR>></TD><
/TR>
<TR><TD><IMG SRC='<<IMG_DIR>>spacer.gif
' width=1 height=15></TD></TR>
<TR><TD><<SUBJS LIST>></TD></TR>
</TABLE>
</CENTER>
</BODY>
</HTML>
**************************
******
<HTML>
<HEAD>
<<HEAD>>
</HEAD>
<BODY <<BGCOLOR>>>
<BASE TARGET='_top'>
<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 height=100% width=100%><TR valign=center>
<TD align=left><TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0><TR>
<TD><IMG SRC='<<IMG_DIR>>spacer.gif
' WIDTH=5></TD>
<TD><IMG SRC='<<IMG_DIR>>calendar.g
if' ALT='<<TITLE>>' WIDTH=45 HEIGHT=32 hspace=10 border=0></TD>
<TD><IMG SRC='<<IMG_DIR>>spacer.gif
' WIDTH=10></TD>
<TD><FONT <<BASEFONT>> STYLE='font-size:20px'><B>
<<TITLE>>
</B></FONT></TD>
<TD><FONT <<BASEFONT>>> <<TITLE
_META>></F
ONT></TD>
<TD><IMG SRC='<<IMG_DIR>>spacer.gif
' WIDTH=20></TD>
<TD NOWRAP><FONT SIZE=-1><<SUBJS LIST>><<SUBJS SELECT>></FONT></TD>
<TD NOWRAP><FONT SIZE=-1><<DATE>></FONT></T
D>
<TD NOWRAP><FONT SIZE=-1><<USERS>></FONT></
TD>
</TR></TABLE></TD>
<TD align=right><TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0><TR>
<TD align=right NOWRAP><A
HREF='<<SEARCH>>' TARGET='view'><IMG
SRC='<<IMG_DIR>>button_sea
rch_bluero
und2.gif' ALT='Search'
WIDTH=59 HEIGHT=24 BORDER=0></A><A
HREF='<<LAYOUT>>' TARGET='_parent'><IMG
SRC='<<IMG_DIR>>button_upd
ate_bluero
und2.gif' ALT='Update'
WIDTH=59 HEIGHT=24 BORDER=0></A><A
HREF='<<HELP>>' TARGET='view'><IMG
SRC='<<IMG_DIR>>button_hel
p_blueroun
d2.gif' ALT='Help'
WIDTH=32 HEIGHT=24 BORDER=0></A></TD>
<TD><IMG SRC='<<IMG_DIR>>spacer.gif
' WIDTH=5></TD>
</TR></TABLE></TD>
</TR>
<TR valign=bottom><TD colspan=3><<HR>></TD>
</TR></TABLE>
</BODY>
</HTML>
Start Free Trial