T
T²
I have just design a new site using Frontpage 2003 and Server Extension 2002
on a windows 2003 server. I have a few users saying they are getting the
following error
Line: 36
Char: 1
Error: “MSFPhover†is undefined
Code: 0
URL: http://www.troop294.org
If they suppress the message the site works fine and so do the links. Below
is the code, can someone point out the error in the code? Thanks in advance.
DEFAULT.ASP
<html>
<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="Microsoft Theme" content="troop294-org 1011, default">
</head>
<body topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0">
<table border="0" width="1024" id="table1" cellspacing="0" cellpadding="0">
<!--#include virtual="/_private/templates/header.asp" -->
<tr>
<td width="180"><img border="0" src="images/tb294-005.gif" width="180"
height="30"></td>
<td >
<p><b>HOME</b>
</td>
<td>
<%If session("username") &""<> "" then%>
<p><b>Welcome
<%=session("x_firstname")%> <%=session("x_lastname")%></b>
<%end if%>
</td>
<td><img border="0" src="images/tb294-006.gif" width="68"
height="30"></td>
</tr>
<tr>
<td width="180" background=images/tb294-007.gif valign=top>
<%If session("username") &""<> "" then%>
<!--webbot bot="Navigation" S-Type="sequence" S-Orientation="vertical"
S-Rendering="graphics" S-Theme="troop294-org 0010" B-Include-Home="TRUE"
B-Include-Up="FALSE" U-Page="sid:1004" -->
<%If session("admin") = True then%>
<!--webbot bot="Navigation" S-Type="sequence"
S-Orientation="vertical" S-Rendering="graphics" S-Theme="troop294-org 0010"
B-Include-Home="FALSE" B-Include-Up="FALSE" U-Page="sid:1024" -->
<%end if%>
<%else%>
<!--webbot bot="Navigation" S-Orientation="vertical"
S-Rendering="graphics" S-Theme="troop294-org 0010" S-Type="children"
B-Include-Home="TRUE" B-Include-Up="FALSE" --><p>
<%end if%>
</td>
<td valign="top">
<%If session("username") &""<> "" then%>
<!--#include virtual="/_sercure/_scalendar/upcoming_events.html" -->
<%else%>
<!--#include virtual="/calendar/upcoming_events.html" -->
<%end if%>
</td>
<td>
<!--#include virtual="/photoalbum/randompic_inc.asp" -->
</td>
<td width="68" background=images/tb294-008.gif> </td>
</tr>
<tr>
<td width="180"><img border="0" src="images/tb294-009.gif" width="180"
height="30"></td>
<td > </td>
<td> </td>
<td><img border="0" src="images/tb294-010.gif" width="68"
height="30"></td>
</tr>
<!--#include virtual="/_private/templates/footer.asp" -->
</table>
</body>
</html>
HEADER.ASP
<tr>
<td width="180"><img border="0" src="../../images/tb294-001.gif"></td>
<td background=../../images/tb294-003.gif>
<img border="0" src="../../images/tb294-002.gif" width="205"
height="105"></td>
<td background=../../images/tb294-003.gif> </td>
<td>
<img border="0" src="../../images/tb294-004.gif" width="68"
height="105"></td>
</td>
FOOTER.ASP
<tr>
<td width="180"><img border="0" src="../../images/tb294-011.gif"
width="180" height="32"></td>
<td background=../../images/tb294-013.gif><img border="0"
src="../../images/tb294-012.gif" width="205" height="32"></td>
<td background=../../images/tb294-013.gif> </td>
<td><img border="0" src="../../images/tb294-014.gif" width="68"
height="32"></td>
</tr>
on a windows 2003 server. I have a few users saying they are getting the
following error
Line: 36
Char: 1
Error: “MSFPhover†is undefined
Code: 0
URL: http://www.troop294.org
If they suppress the message the site works fine and so do the links. Below
is the code, can someone point out the error in the code? Thanks in advance.
DEFAULT.ASP
<html>
<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="Microsoft Theme" content="troop294-org 1011, default">
</head>
<body topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0">
<table border="0" width="1024" id="table1" cellspacing="0" cellpadding="0">
<!--#include virtual="/_private/templates/header.asp" -->
<tr>
<td width="180"><img border="0" src="images/tb294-005.gif" width="180"
height="30"></td>
<td >
<p><b>HOME</b>
</td>
<td>
<%If session("username") &""<> "" then%>
<p><b>Welcome
<%=session("x_firstname")%> <%=session("x_lastname")%></b>
<%end if%>
</td>
<td><img border="0" src="images/tb294-006.gif" width="68"
height="30"></td>
</tr>
<tr>
<td width="180" background=images/tb294-007.gif valign=top>
<%If session("username") &""<> "" then%>
<!--webbot bot="Navigation" S-Type="sequence" S-Orientation="vertical"
S-Rendering="graphics" S-Theme="troop294-org 0010" B-Include-Home="TRUE"
B-Include-Up="FALSE" U-Page="sid:1004" -->
<%If session("admin") = True then%>
<!--webbot bot="Navigation" S-Type="sequence"
S-Orientation="vertical" S-Rendering="graphics" S-Theme="troop294-org 0010"
B-Include-Home="FALSE" B-Include-Up="FALSE" U-Page="sid:1024" -->
<%end if%>
<%else%>
<!--webbot bot="Navigation" S-Orientation="vertical"
S-Rendering="graphics" S-Theme="troop294-org 0010" S-Type="children"
B-Include-Home="TRUE" B-Include-Up="FALSE" --><p>
<%end if%>
</td>
<td valign="top">
<%If session("username") &""<> "" then%>
<!--#include virtual="/_sercure/_scalendar/upcoming_events.html" -->
<%else%>
<!--#include virtual="/calendar/upcoming_events.html" -->
<%end if%>
</td>
<td>
<!--#include virtual="/photoalbum/randompic_inc.asp" -->
</td>
<td width="68" background=images/tb294-008.gif> </td>
</tr>
<tr>
<td width="180"><img border="0" src="images/tb294-009.gif" width="180"
height="30"></td>
<td > </td>
<td> </td>
<td><img border="0" src="images/tb294-010.gif" width="68"
height="30"></td>
</tr>
<!--#include virtual="/_private/templates/footer.asp" -->
</table>
</body>
</html>
HEADER.ASP
<tr>
<td width="180"><img border="0" src="../../images/tb294-001.gif"></td>
<td background=../../images/tb294-003.gif>
<img border="0" src="../../images/tb294-002.gif" width="205"
height="105"></td>
<td background=../../images/tb294-003.gif> </td>
<td>
<img border="0" src="../../images/tb294-004.gif" width="68"
height="105"></td>
</td>
FOOTER.ASP
<tr>
<td width="180"><img border="0" src="../../images/tb294-011.gif"
width="180" height="32"></td>
<td background=../../images/tb294-013.gif><img border="0"
src="../../images/tb294-012.gif" width="205" height="32"></td>
<td background=../../images/tb294-013.gif> </td>
<td><img border="0" src="../../images/tb294-014.gif" width="68"
height="32"></td>
</tr>