Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
0

Troubleshooting Mac Extension Javascript errors

New Here ,
Dec 22, 2008 Dec 22, 2008
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. http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_19105

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

Thanks.
TOPICS
Extensions
545
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Dec 22, 2008 Dec 22, 2008
LATEST
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.
> http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_19105
>
> Anybody tried moving extensions from Windows to Mac before who might have some
> hints?
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines