Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
codeaholic #1
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
-
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... -
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... -
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... -
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... -
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... -
Randy Edmunds #2
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



Reply With Quote

