0
Troubleshooting Mac Extension Javascript errors
New Here
,
/t5/dreamweaver-discussions/troubleshooting-mac-extension-javascript-errors/td-p/75471
Dec 22, 2008
Dec 22, 2008
Copy link to clipboard
Copied
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.
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
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
LEGEND
,
LATEST
/t5/dreamweaver-discussions/troubleshooting-mac-extension-javascript-errors/m-p/75472#M182823
Dec 22, 2008
Dec 22, 2008
Copy link to clipboard
Copied
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?
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?
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

