Java Script Error Keeps Popping Up

Ask a Question related to Macromedia Contribute General Discussion, Design and Development.

  1. #1

    Default Java Script Error Keeps Popping Up

    I haven't had this trouble before. Now when I enter Contribute, an eror
    messsage comes up-- "While executing Dynamic Content, the following JavaScript
    Error(s) occurred: At line 105 of file... Can't find file c:\program
    files\macromedia\contribute\configuration\shared\m m\cache\empty.htm." and "At
    line 105 of file c:\program
    files\macromedia\contribute\configuration\toolbars \mm\ccaddrressURL.htm
    GetDocumentDOM:Arguement number 1 is invalid"
    This or a variation of it pops up every time I hit ok and I can't work in the
    websites. I downloaded the software so I can't seem to locate the original
    install folder- doesn't seem to be there anymore, just the program. Any ideas
    appreciated! Thanks, ND

    NisseDesign Guest

  2. Similar Questions and Discussions

    1. Java Script Error
      When editing a page, I can no longer paste into a page -- I get the following error: TypeError: MM.event has no properties. I also get the...
    2. help with java script
      Hi, can someone please help me. on my page http://www.watersportsproducts.com/store2/test.htm - I can not get the java script to return the right...
    3. CF Grid / Java Script / Action Script
      Hi, Does anyone know of a good reference for the attributes CFgrid exposes in a flash form? eg. I would like to select the first row on load. ...
    4. Mac and Java Script?
      Hello. I have an asp page with java script that calls a clicked event on some radio buttons. It works as expected except for Mac users. They are...
    5. Java Script error (error 3) when trying to access Commands
      Hello folks: I have been a long time lurker/reader of this forum. As of yesterday, out of nowhere, when accessing 'Commands' from the top level...
  3. #2

    Default Re: Java Script Error Keeps Popping Up

    On Mon, 04 Sep 2006 18:18:33 +0000, NisseDesign wrote:
    > I haven't had this trouble before. Now when I enter Contribute, an eror
    > messsage comes up-- "While executing Dynamic Content, the following JavaScript
    > Error(s) occurred: At line 105 of file... Can't find file c:\program
    > files\macromedia\contribute\configuration\shared\m m\cache\empty.htm." and "At
    > line 105 of file c:\program
    > files\macromedia\contribute\configuration\toolbars \mm\ccaddrressURL.htm
    > GetDocumentDOM:Arguement number 1 is invalid"
    > This or a variation of it pops up every time I hit ok and I can't work in the
    > websites. I downloaded the software so I can't seem to locate the original
    > install folder- doesn't seem to be there anymore, just the program. Any ideas
    > appreciated! Thanks, ND
    Hi,

    Re-installing Contribute should fix the problem.
    It seems there is a problem with the configuration file of Contribute.

    -Avinash


    Avinash Guest

  4. #3

    Default Re: Java Script Error Keeps Popping Up

    I'm encountering the same problem (slightly different error message: "An error
    has occurred in the script on this page"). I close the message box, because
    the yes/no options are ineffective, and as soon as I move the cursor it pops
    back up again. I have to drag the message box to the top of the screen, close
    it, then close Contribute. BTW - I was able to edit and publish this
    particular page ONE time before the error started popping up.

    I've uninstalled and reinstalled Contribute (v3.11) three times since the
    original install. Even downloaded the updater today. Nada. At this point,
    I've asked for Windows to be reinstalled, but does anyone know if that really
    fixes the problem? Is there something else I should be trying? I'm losing my
    ever-lovin' mind over this!!

    Thanks ...
    Anita

    tnuaga Guest

  5. #4

    Default Re: Java Script Error Keeps Popping Up

    Can you post the code of your page or better still send a URL to the page that you're trying to edit.
    Tom Benjamin Guest

  6. #5

    Default Re: Java Script Error Keeps Popping Up

    Tom, I've attached the code using the "Attach Code" function here. If this
    doesn't work, I'll copy the code into a message window instead. The page is in
    a private zone right now, so you'd have to physically be on my campus to see
    it. I could possibly copy it up to our production server. A very much similar
    page is located here:
    [url]http://www.cleary.edu/testfold/halo_test2.htm[/url]

    Thanks in advance for anything you can do to help.
    Anita

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd">
    <html><!-- InstanceBegin template="/Templates/cu2v2.dwt"
    codeOutsideHTMLIsLocked="false" -->
    <!-- DW6 -->
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <!-- InstanceBeginEditable name="doctitle" -->
    <title>Cleary University - </title>
    <!-- InstanceEndEditable --><link rel="stylesheet"
    href="/cu2/emx_nav_left.css" type="text/css" media="screen">
    <meta name="description" content="Cleary University - Michigan's premier
    business school offering ABA, AAS, BBA, BS, and MBA degrees both online and on
    campus. With degree and certificate programs in accounting, entrepreneurship,
    management, finance, marketing, quality management, human resource management,
    and information systems, Cleary can address the education needs of
    traditional-aged students as well as adults returning to college. Campuses are
    located in Howell and Ann Arbor, with satellite campuses in Flint, Warren, and
    Garden City.">
    <meta name="keywords" content="business school, Michigan, business programs,
    online degree programs, online business degrees, online MBA, Ann Arbor, Howell,
    business university">
    <script type="text/javascript">
    <!--
    var time = 3000;
    var numofitems = 5;

    //menu constructor
    function menu(allitems,thisitem,startstate){
    callname= "gl"+thisitem;
    divname="subglobal"+thisitem;
    this.numberofmenuitems = 5;
    this.caller = document.getElementById(callname);
    this.thediv = document.getElementById(divname);
    this.thediv.style.visibility = startstate;
    }

    //menu methods
    function ehandler(event,theobj){
    for (var i=1; i<= theobj.numberofmenuitems; i++){
    var shutdiv =eval( "menuitem"+i+".thediv");
    shutdiv.style.visibility="hidden";
    }
    theobj.thediv.style.visibility="visible";
    }

    function closesubnav(event){
    if ((event.clientY <63)||(event.clientY > 127)){
    for (var i=1; i<= numofitems; i++){
    var shutdiv =eval('menuitem'+i+'.thediv');
    shutdiv.style.visibility='hidden';
    }
    }
    }
    // -->
    </script>
    <style type="text/css">
    <!--
    .style2 {color: #990000}
    .style3 {color: #000000}
    .style4 {
    color: #000066;
    font-size: 24px;
    font-weight: bold;
    }
    -->
    </style>
    <!-- InstanceBeginEditable name="head" --><!-- InstanceEndEditable -->
    </head>

    <body onmousemove="closesubnav(event);">
    <div class="skipLinks">skip to: <a href="#content">page content</a> | <a
    href="/testfold/pageNav">links on this page</a> | <a href="#globalNav">site
    navigation</a> | <a href="#siteInfo">footer (site information)</a> </div>
    <div id="masthead"> <div id="utility">
    <a href="#">Student Log-in</a> | <a href="#"> Faculty Log-in </a> | <a
    href="#">Staff Log-in </a>
    </div>
    <!-- InstanceBeginEditable name="heading" --><span class="style4"><a
    href="/testfold/default.shtm"><img src="/testfold/graphics/cu_br_h.gif"
    width="433" height="73" border="0"></a><img src="/CSS/spacer.gif" width="40"
    height="1"></span> <!-- InstanceEndEditable -->

    <div id="globalNav">
    <img alt="" src="/testfold/gblnav_left.gif" height="32" width="4"
    id="gnl"> <img alt="" src="/testfold/glbnav_right.gif" height="32" width="4"
    id="gnr">
    <div id="globalLink">
    <a href="/cu2/prospect/default.shtm" id="gl1" class="glink"
    onmouseover="ehandler(event,menuitem1);">Prospecti ve Students</a>
    <a href="/cu2/alumni/default.shtm" id="gl2" class="glink"
    onmouseover="ehandler(event,menuitem2);">Alumni &amp; Friends</a>
    <a href="/cu2/news/default.shtm" id="gl3" class="glink"
    onmouseover="ehandler(event,menuitem3);">In the News </a>
    <a href="/cu2/events/default.shtm" id="gl4" class="glink"
    onmouseover="ehandler(event,menuitem4);">Universit y Events </a>

    <a href="/cu2/about/default.shtm" id="gl5" class="glink"
    onmouseover="ehandler(event,menuitem5);">About Cleary</a>
    </div>
    <!--end globalLinks-->
    <form id="search" action="">
    <input name="searchFor" type="text" size="10">
    <a href="">search</a>
    </form>
    </div>
    <!-- end globalNav -->
    <div id="subglobal1" class="subglobalNav">
    <a href="/cu2/welcome.shtm"> Welcome </a> | <a
    href="/cu2/model/default.shtm"> Academic Programs Model </a> | <a
    href="/cu2/admfin/default.shtm"> Admissions &amp; Financial Aid </a> | <a
    href="/cu2/info/default.shtm"> More Information? </a> | <a
    href="/cu2/career/default.shtm"> Career Networking </a>
    </div>
    <div id="subglobal2" class="subglobalNav">
    <a href="/cu2/alumni/alumgrant.shtm"> Tuition Grants </a> | <a
    href="/cu2/alumni/update.shtm"> Updates </a> | <a
    href="/cu2/career/default.shtm"> Career Networking </a> | <a
    href="/cu2/alumni/community.shtm"> Alumni On-line Community </a> | <a
    href="/cu2/career/services.shtm"> Career Services </a> | <a
    href="/cu2/connection/default.shtm"> The <i>Cleary Connection</i> </a>

    </div>
    <div id="subglobal3" class="subglobalNav">
    <a href="/cu2/news/default.shtm"> Page 1 </a> | <a href="#"> Page 2 </a> |
    <a href="#"> August '06 </a> | <a href="#"> 2006 Archives </a> | <a href="#">
    Archives </a>

    </div>
    <div id="subglobal4" class="subglobalNav">
    <a href="/cu2/events/celebrate.shtm"> Celebrations </a> | <a
    href="/cu2/events/commprog.htm"> Community Programs </a> | <a
    href="/cu2/events/benefits.htm"> Benefit Events </a>
    </div>
    <div id="subglobal5" class="subglobalNav">
    <a href="/cu2/welcome.shtm"> Welcome </a> | <a href="/cu2/about/hlc.shtm">
    Accreditation </a> | <a href="/cu2/model/default.shtm"> Academic Programs Model
    </a> | <a href="/cu2/about/features.shtm"> Features &amp; Benefits </a> | <a
    href="/cu2/people/default.shtm"> Directories </a>

    </div>

    </div>
    <!-- end masthead -->
    <div id="pagecell1">
    <!--pagecell1-->
    <img alt="" src="/testfold/tl_curve_white.gif" height="6" width="6" id="tl">
    <img alt="" src="/testfold/tr_curve_white.gif" height="6" width="6" id="tr">

    <div id="pageNav">
    <div id="sectionLinks">
    <a href="#" class="style2"><span class="style2">Academic Programs
    </span></a><a href="#" class="style3"> &nbsp; &nbsp; Grad Programs</a><a
    href="#"> &nbsp; &nbsp; Undergrad Programs</a> </div>
    <div class="relatedLinks">
    <h3>Quick Links </h3>
    <a href="#">Apply on-line </a> <a href="#">Financial Assistance </a> <a
    href="#">Admissions Requirements</a> <a href="#">Tuition Rates &amp; Payment
    Plans </a> <a href="#">Campus &amp; Extension Site Locations </a> <a href="#">
    On-line Programs </a> <a href="#"> Prior Learning Credit </a> <a href="#">
    Features & Benefits </a> <a href="#"> Bookstore </a>
    </div>
    <div class="relatedLinks">
    <h3 style="margin-bottom: 0"> <a href="#">Information Sessions</a> </h3>
    </div>
    <div class="relatedLinks">
    <h3 style="margin-bottom: 0"><a href="#">Career Services </a></h3>
    </div>
    <div class="relatedLinks">
    <h3 style="margin-bottom: 0"> <a href="#">Leadership Livingston</a>
    </h3>
    </div>

    <div class="relatedLinks">
    <h3 style="margin-bottom: 0"> <a href="#">Livingston Economic Club</a>
    </h3>
    </div>
    <div class="relatedLinks">
    <h3 style="margin-bottom: 0"> <a href="#">Michigan Quality Council
    </a></h3>
    </div>
    <div class="relatedLinks">
    <h3 style="margin-bottom: 0"> <a href="#">Facility Rentals </a></h3>
    </div>

    <div class="relatedLinks">
    <h3 style="margin-bottom: 0"> <a href="#">Accreditation</a></h3>
    </div>
    </div>

    <!-- InstanceBeginEditable name="content" -->
    <div id="content">
    <div class="feature">
    <h3>Feature Title Goes Here </h3>
    <p> Feature article goes here - can be multiple paragraphs, but please
    do keep it brief. No &quot;War and Peace&quot; here. Testing Contribute
    CMS.&nbsp; </p>

    <p style="margin-bottom: 0;">Thanks! The Management.</p>
    </div>
    <div class="story" style="height:400px; min-height:500px">
    <table width="100%" align="left" cellpadding="0" cellspacing="0"
    summary="">
    <tr valign="top">
    <td width="49%" class="storyLeft"><p><a
    href="/FutureStudent/admissions.asp" class="capsule">Story Title </a> Story
    text. Story text. Story text. <font face="Arial, Helvetica, sans-serif"
    class="storyLeft">Story text. Story text. Story text. <font face="Arial,
    Helvetica, sans-serif" class="storyLeft"></font>Story text. Story text. Story
    text. <font face="Arial, Helvetica, sans-serif" class="storyLeft"></font>Story
    text. Story text. Story text. <font face="Arial, Helvetica, sans-serif"
    class="storyLeft"></font>Story text. Story text. Story text. <font face="Arial,
    Helvetica, sans-serif" class="storyLeft"></font>Story text. Story text. Story
    text. <font face="Arial, Helvetica, sans-serif"
    class="storyLeft"></font></font></p>

    <p>Story text. Story text. Story text. <font face="Arial, Helvetica,
    sans-serif" class="storyLeft"></font>Story text. Story text. Story text. <font
    face="Arial, Helvetica, sans-serif" class="storyLeft"></font>Story text. Story
    text. Story text. <font face="Arial, Helvetica, sans-serif"
    class="storyLeft"></font></p></td>
    <td width="51%"><p> <a href="#" class="capsule">Story Title </a>
    Story text. Story text. Story text. <font face="Arial, Helvetica, sans-serif"
    class="storyLeft">Story text. Story text. Story text. <font face="Arial,
    Helvetica, sans-serif" class="s
    tnuaga Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139