Troubleshooting Mac Extension Javascript errors

Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.

  1. #1

    Default Troubleshooting Mac Extension Javascript errors

    I am trying to move a Dreamweaver extension that works without issue on Windows
    to the Mac platform. We are getting a very 'vague' Javascript error:
    While executing onLoad in myprogram.htm, a JavaScript error occurred.

    Any ideas on how to effectively troubleshoot such an error. There is no hint
    to the syntax of the error causing the problem, the approximate specific error,
    or even the line # of the offending error. I found this Tech note....but its
    not much more helpful.
    [url]http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_19105[/url]

    Anybody tried moving extensions from Windows to Mac before who might have some
    hints?

    Thanks.

    codeaholic Guest

  2. Similar Questions and Discussions

    1. Javascript Errors
      Hello, I created a template in Dreamweaver that cfincludes a template-based document. The template is an article and the template-based document...
    2. javascript errors while using C3
      Hello, I am experiencing an annoying problem, I cannot edit my webite because, along the way Contribute3 throws up errors to do with javascript. I...
    3. Errors on Yahoo Extension with DW 8.0
      Hi, I was using Yahoo! Merchant Solutions Dreamweaver Extension with MX2004. I got a new PC(WinXP) and recently installed Studio 8. I'm having...
    4. Javascript errors -- on extension?
      Hi, I understand the insertbar.xml is part of the extension management system. I am getting two different javascript errors referencing the...
    5. Javascript errors on MAC os9 IE 5
      Hi all, hope you may be able to shed some light on this. I am having problems writing some simple javascript functions to work on both PCs and...
  3. #2

    Default Re: Troubleshooting Mac Extension Javascript errors

    codeaholic,

    Start by performing step #4 from the TechNote to make sure it's a real
    code error.

    After that, start putting alert() statements in your onLoad() function
    to narrow the error down to a particular line.

    HTH,
    Randy

    > I am trying to move a Dreamweaver extension that works without issue on Windows
    > to the Mac platform. We are getting a very 'vague' Javascript error:
    > While executing onLoad in myprogram.htm, a JavaScript error occurred.
    >
    > Any ideas on how to effectively troubleshoot such an error. There is no hint
    > to the syntax of the error causing the problem, the approximate specific error,
    > or even the line # of the offending error. I found this Tech note....but its
    > not much more helpful.
    > [url]http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_19105[/url]
    >
    > Anybody tried moving extensions from Windows to Mac before who might have some
    > hints?
    Randy Edmunds 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