Advertisement

10.08.2008 at 11:48AM PDT, ID: 23798574 | Points: 500
[x]
Attachment Details

Perlcal calendar displays information in the wrong frame

Asked by brenda44 in Perl Programming Language

Tags: , , ,

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>></TITLE>
<<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>></TITLE>
<<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.gif' 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>>>&#160;<<TITLE_META>></FONT></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></TD>
 <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_search_blueround2.gif' ALT='Search'
 WIDTH=59 HEIGHT=24 BORDER=0></A><A
HREF='<<LAYOUT>>' TARGET='_parent'><IMG
SRC='<<IMG_DIR>>button_update_blueround2.gif' ALT='Update'
 WIDTH=59 HEIGHT=24 BORDER=0></A><A
HREF='<<HELP>>' TARGET='view'><IMG
SRC='<<IMG_DIR>>button_help_blueround2.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
 
Loading Advertisement...
 
[+][-]10.08.2008 at 01:52PM PDT, ID: 22673277

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]10.08.2008 at 01:52PM PDT, ID: 22673285

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]10.08.2008 at 01:58PM PDT, ID: 22673358

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]10.08.2008 at 03:01PM PDT, ID: 22673952

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]10.08.2008 at 04:01PM PDT, ID: 22674315

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]10.08.2008 at 08:42PM PDT, ID: 22675517

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]10.14.2008 at 09:22AM PDT, ID: 22712861

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]10.14.2008 at 09:29AM PDT, ID: 22712941

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]10.14.2008 at 10:34AM PDT, ID: 22713654

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]10.17.2008 at 12:25PM PDT, ID: 22744333

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32 - Hierarchy / EE_QW_2_20070628