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

  1. #1

    Default Java script errors

    Would one of you please assist?

    Running XP Home and Contribute 3
    I am receiveing the following error message whenever I try to cut or paste on
    the edit page using Contribute.


    Error reads: While executing DW Context_Text_Paste command in CCMenus.xml, the
    following java script error occurred.
    Type Error: MM Event has no properties.

    It also glitches with similar Java script errors when I try to publish?

    I have downloaded Contribute again but am having no joy.
    What do you suggest is the solution?
    Cheers David


    freemanart Guest

  2. Similar Questions and Discussions

    1. Dreamweaver MX 2004 has Java script errors.
      After disabling some of the extensions through "manage extensions", various javascript errors have shown up, disabling some features. For example,...
    2. Java.io errors in CFAdmin
      I was recently assisting in a database move where one of my ColdFusionMX (Windows 2000 SP4) servers was involved. When I attempted to change the...
    3. WSDL Errors with Java and CF
      hello. I'm trying to make a call to a Java WSDL service. The Java programmer says that nothing's wrong with the WSDL. Yet, I keep getting the...
    4. TRapping Errors from a Java Component
      I am using "creatObject" to use a Java Class and need to have ColdFusion trap any errors returned by this class. My code is as follows: <cftry>...
    5. 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. ...
  3. #2

    Default Re: Java script errors

    eek. The only thing I can suggest is to complete uninstall CT, then reinstall it. Not sure that will help, but my first guess is that your copy of CT has been corrupted somehow...?
    deeje Guest

  4. #3

    Default Re: Java script errors

    If thats not it, then something is a serious screw up in his code. Make sure you've got both a opening and closing <html> and <body> tags.
    mzanime.com Guest

  5. #4

    Default Java Script Errors

    Whenever I edit and then save a page on our website that contains JavaScript, I
    get a Internet Explorer Script Error and when I check the live site, the java
    script item (usually an email address) is gone. This is all very simple coding
    but Contribute doesn't seem to be able to handle it.

    What could be going on? We upgraded to the latest version of Contribute a
    while ago and the problem did not go away.

    I get an Expected ";" error.

    Any thoughts?

    javawoes Guest

  6. #5

    Default Re: Java Script Errors

    I use this script when I set external links from my site in Contribute and it
    works fine. You might be missing the ; after the closing quote in the below
    example. Hope this helps.

    <a href="javascript:Start('http://www.gastontourism.com')"; >My Site</a

    xscan 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