Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
Frigg #1
Run time errors in ASP pages
Now that I have uploaded my asp pages to my server, I am receiving 2 run time
errors and I am not sure what they mean. The first one I get is
Line 22
Error: 'menu' is undefined
next one is: Line 87
Error: Object expected
I get these on all of my pages and I am not sure how to fix. Below is code
for both.
Lines 21 - 23
function mmLoadMenus() {
if (window.mm_menu_0302142537_0) return;
window.mm_menu_0302142537_0 = new Menu("root",270,16,"Verdana, Arial,
Helvetica,
sans-serif",10,"#FFFFFF","#FFFFFF","#000000","#0000CC", "left","middle",3,0,200,-
5,7,true,false,true,0,true,true);
Lines 87-90
<tr>
<td width="172" height="286" valign="top"><a href="index.htm"><img
src="assets/templateinterface_nopic_02.gif" alt="Home" name="home" width="169"
height="59" border="0" id="home" /></a><img
src="assets/templateinterface_nopic_04.gif" alt="Apply Online"
name="applyonline" width="169" height="24" id="applyonline"
onmouseover="MM_showMenu(window.mm_menu_0302142537 _0,0,24,null,'applyonline')"
onmouseout="MM_startTimeout();" /><a href="faqs.asp"><img
src="assets/templateinterface_nopic_05.gif" alt="FAQS" name="faqs" width="169"
height="22" border="0" id="faqs" /></a><a href="partners.asp"><img
src="assets/templateinterface_nopic_06.gif" alt="Partners" name="partners"
width="169" height="20" border="0" id="partners" /></a><img
src="assets/templateinterface_nopic_07.gif" alt="About Us" name="aboutus"
width="169" height="22" id="aboutus"
onmouseover="MM_showMenu(window.mm_menu_0302154616 _0,0,22,null,'aboutus')"
onmouseout="MM_startTimeout();" /><img
src="assets/templateinterface_nopic_08.gif" width="169" height="139" /></td>
<td width="628"> </td>
</tr>
Thanks!
Frigg Guest
-
errors on pages
I am using a popmenu magic nav bar. I have two issues. In IE I get 'error on page' on all my pages and it points me to spot where I define a text.... -
How to view run-time errors
Re the example in my last post June 21. I have moved the code into a class so that I can use the returned data instead of just displaying it in a... -
'getting around' maximum time out errors
I am writing quite an involved mathematics program using PHP at the moment, and quite often the calculations get so lengthy that the computer... -
Time Service errors
Hello: We have only 1 NT domain and put the first Windows Server 2003 AD DC in this past weekend. Everything seems to be working fine except the... -
Errors in browsing ASP.NET pages
I've get a problem in browsing .aspx pages locally. I'm using Windows 2000 Advanced Server with IIS enabled and .NET framework SDK installed, as...



Reply With Quote

