- It sounds like you are making two separate type of Skype calls. Skype to Skype is free but Skype to a regular phone or cell phone requires $$$ in the form of “Skype credit”. That is most likely the reason you are able to call the son’s macbook pro with no problem but run into problems when you are trying to call the friend.
- That'd be a great idea considering Optus is expanding their 3G network everyday. Unless they offer some kind of wholesale offering for it, that works on a level that Internode can hook into, it's a bit of a moot point.
Hi
I have DW6 latest version running on Win XP SP3 and am all of a sudden getting the strangest bug (I have reported it), but I am wondering if anyone else has seen it or has any ideas how to fix it?
FYI I have already tried completely uninstalling Creative Cloud, rebooting, running the Creative Clean utility to remove all traces of any suite and then reinstalling Creative Cloud (takes hours ) and still have the same problem which is as follows below (FWIW I have never used BusinessCatalyst, either):
I launch DW and get the following error message 'While executing onLoad in BusinessCatalyst.htm, the following JavaScript error(s) occurred: In file 'BusinessCatalyst': bcinit is not defined'
When I try to open a file I get the following error message 'The following translators were no loaded due to errors: ASP.NET: has configuration information that is invalid. BCDynamicTranslator.html: has configuration data that is invalid. BCStaticTranslator.html has configuration information that is invalid. XSLTransform.htm: has configuration data that is invalid'
Once I clear the dialog DW loads. However, when I attempt to save a file I then get the message 'While executing onLoad in _beforeSave.htm, the following JavaScript error(s) occurred: In file '_beforeSave': beforeSave is not defined'
In addition, the space in the Help menu for Updates is simply blank and there is no Edit > Paste item either (just an empty space).
One other clue is that after I reinstalled Creative Cloud and BEFORE I applied the latest updates it seemed DW ran OK (it was a quick check, so I might be wrong).
The problems above are rendering DW unuseable to me at the moment, and it is totally bizarre they remain after a complete reinstall, so any clues on what has happened/how to fix it would be greatfully received!
Thanks!
6-bytes encoding of MAC addresses or 4-bytes encoding of IPv4 addresses). The Echo Brick reads an environment v ariable 1 at load time and publishes its “probes.
Hi John
So many thanks for that. I tried step 4 and deleted 2 WinFileCache files (neither of which were called what they said they were) and restarted DW and it now (so far!) seems to work again.
I have no idea what went wrong, but I am up and running again, so MUCHOS thanks again for your swift repsonse!
atb
Similar Messages
Skype
When switching between open tabs a sequence of javascript
errors occurs. I had not used Dreamweaver for about 2 weeks, and
last time I used it with no problems.
I have tried uninstalling it, OKing removal of all files when
asked, re-installing it and updating with dwmx61_updater.exe, but I
still get the same errors.
This has rendered the software virtually unuseable, so any
help would be greatly appreciated, as I'm working to a
rapidly-approaching deadline.
'While executing Browse_Back enabled in toolbars.xml, a
JavaScript error occurred'
followed by
'While executing Browse_Forward enabled in toolbars.xml, a
JavaScript error occurred'
followed by
'While executing Browse_Stop enabled in toolbars.xml, a
JavaScript error occurred'
The relevant code seems to be :
<!-- Browser nav toolbar -->
<toolbar platform='win'
label='Browser Navigation' container='document'
initiallyVisible='false'>
<button
image='Toolbars/images/MM/back.gif'
disabledImage='Toolbars/images/MM/back_dis.gif'
tooltip='Back'
label='Back'
enabled='dw.getDocumentDOM().browser.isCmdEnabled('back')'
command='dw.getDocumentDOM().browser.backPage()'
update='onEveryIdle'/>
<button
image='Toolbars/images/MM/forward.gif'
disabledImage='Toolbars/images/MM/forward_dis.gif'
tooltip='Forward'
label='Forward'
enabled='dw.getDocumentDOM().browser.isCmdEnabled('forward')'
command='dw.getDocumentDOM().browser.forwardPage()'
update='onEveryIdle'/>
<button
image='Toolbars/images/MM/stop.gif'
disabledImage='Toolbars/images/MM/stop_dis.gif'
tooltip='Stop'
label='Stop'
enabled='dw.getDocumentDOM().browser.getPageBusy()'
command='dw.getDocumentDOM().browser.stopPage()'
update='onBrowserPageBusyChange'/>
<button
image='Toolbars/images/MM/browserRefresh.gif'
tooltip='Refresh'
label='Refresh'
enabled='true'
command='dw.getDocumentDOM().browser.refreshPage()'/>
presumably the next error is caused by the previous ones
failing :
'While executing getCurrentValue in AddressURL.htm, a
JavaScript error occurred'
the relevan tcode :
function getCurrentValue()
var dom = dw.getDocumentDOM();
var value = dom.browser.getURL();
if (value && value.length)
//check if is it not a temp file
//extract the tail of the url
var filename = value;
var slashIndex = filename.lastIndexOf('/');
filename = filename.substring(slashIndex+1);
var tempIndex = filename.indexOf('TMP');
if (tempIndex != 0)
addRecentAddress(value);
return value;You can try this simple fix -
Quit DW.
Find this folder -
C:Documents and Settings<username>Application
DataMacromediaDreamweaver
8ConfigurationWinFileCache-*.dat
(these folders are normally hidden - you may have to use
Explorer > Tools >
Folder Options to unhide them)
and delete it.
Restart DW. Works better?
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
http://www.dreamweavermx-templates.com
- Template Triage!
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
http://www.macromedia.com/support/search/
- Macromedia (MM) Technotes
'earthdoctor' <[email protected]> wrote in
message
news:[email protected]
> When switching between open tabs a sequence of
javascript errors occurs. I
> had
> not used Dreamweaver for about 2 weeks, and last time I
used it with no
> problems.
>
> I have tried uninstalling it, OKing removal of all files
when asked,
> re-installing it and updating with dwmx61_updater.exe,
but I still get the
> same
> errors.
>
> This has rendered the software virtually unuseable, so
any help would be
> greatly appreciated, as I'm working to a
rapidly-approaching deadline.
>
>
> 'While executing Browse_Back enabled in toolbars.xml, a
JavaScript error
> occurred'
> followed by
> 'While executing Browse_Forward enabled in toolbars.xml,
a JavaScript
> error
> occurred'
> followed by
> 'While executing Browse_Stop enabled in toolbars.xml, a
JavaScript error
> occurred'
>
> The relevant code seems to be :
>
> <!-- Browser nav toolbar -->
>
> <toolbar platform='win'
label='Browser
> Navigation'
> container='document' initiallyVisible='false'>
>
> <button
> image='Toolbars/images/MM/back.gif'
> disabledImage='Toolbars/images/MM/back_dis.gif'
> tooltip='Back'
> label='Back'
>
enabled='dw.getDocumentDOM().browser.isCmdEnabled('back')'
> command='dw.getDocumentDOM().browser.backPage()'
> update='onEveryIdle'/>
>
> <button
> image='Toolbars/images/MM/forward.gif'
> disabledImage='Toolbars/images/MM/forward_dis.gif'
> tooltip='Forward'
> label='Forward'
>
enabled='dw.getDocumentDOM().browser.isCmdEnabled('forward')'
> command='dw.getDocumentDOM().browser.forwardPage()'
> update='onEveryIdle'/>
>
> <button
> image='Toolbars/images/MM/stop.gif'
> disabledImage='Toolbars/images/MM/stop_dis.gif'
> tooltip='Stop'
> label='Stop'
> enabled='dw.getDocumentDOM().browser.getPageBusy()'
> command='dw.getDocumentDOM().browser.stopPage()'
> update='onBrowserPageBusyChange'/>
>
> <button
> image='Toolbars/images/MM/browserRefresh.gif'
> tooltip='Refresh'
> label='Refresh'
> enabled='true'
> command='dw.getDocumentDOM().browser.refreshPage()'/>
>
>
>
> presumably the next error is caused by the previous ones
failing :
>
> 'While executing getCurrentValue in AddressURL.htm, a
JavaScript error
> occurred'
> the relevan tcode :
>
>
> function getCurrentValue()
> {
> var dom = dw.getDocumentDOM();
> var value = dom.browser.getURL();
> if (value && value.length)
> {
> //check if is it not a temp file
> //extract the tail of the url
> var filename = value;
> var slashIndex = filename.lastIndexOf('/');
> filename = filename.substring(slashIndex+1);
> var tempIndex = filename.indexOf('TMP');
> if (tempIndex != 0)
> {
> addRecentAddress(value);
> }
> }
> return value;
> }
>
>Hello, I am having trouble with JavaScript in multiscreen and Live View. When I add the following script to my site to redirect to my mobile site
<script type='text/javascript'>
<!--
if (screen.width <= 720) {
document.location = '/mysite.html';
//-->
</script>
it works as expected in the in the browser, redirecting only phones, but in Dreamweaver, the redirect is triggered every time I enter live view or multiscreen preview, regardless of the viewport size I have set. Is there something I am doing wrong?Probably not.
DW's Live View really isn't a true browser, it's 'most' of a Webkit browser. Live View really doesn't offer much more than an approximation of a Webkit rendering.
If it acts correctly in the actual browsers when you hit Preview In Browser, you're likely in the clear.Very recently upgraded to CS6 from CS5.5. Every now and then, I have to run the Clean up Word HTML Commands function for a client. Never had a problem before. This time, I got this message:
While executing onClick in Clean Up Word HTML.htm, the following JavaScript error(s) occurred:
At line 2012 of the 'Macintosh HD:Applications:Adobe Dreamweaver CS6:Configuration:commans:Clean Up Word HTML.js'
The object is not currently contained in a document.
I searched through the Discussions and found refernce to deleting MacFileCache-###.dat file in the Library Configuration folder for Dreamweaver CS 6. Did that, same thing. It also mentioned deleted the entire Configuration folder. Same result.
I called tech support and was directed to go through the (count 'em) 14 steps on the Troubleshoot JavaScript page -- http://helpx.adobe.com/dreamweaver/kb/troubleshoot-javascript-errors-dreamweaver-cs4.html. Still no luck.
Anyone else out there having this problem? What am I missing? Help!
Thanks, TimHi SnakEyes02,
That could be. Let me know when you have grabbed these. They were Word docs that I saved the same way I always have done (Save As, Format: Web Page (.htm)), creating .htm files that work in CS5.5 Dreamweaver and earlier versions.
http://test.babysneaks.com/WordHTML1.htm
http://test.babysneaks.com/WordHTML2.htm
Thanks for your help. TimHellop
When opening dreamweaver, it says
javascript error occured : can 't open the script file :'C:programfiles(x86)...DesignTimeEditingUtils.js (error2)
In fact, the file EditingUtils.js si missing
how can i solve this ?http://helpx.adobe.com/dreamweaver/kb/troubleshoot-javascript-errors-dreamweaver-cs4.html
This just started withing the last few days. It might be due to a restore I did on my Mac from a time capsule. It's the only thing I can think of.
'Unable to open script file' Macintosh HD:Applications:Adobe Dreamweaver CC:Configuration:Shared:MM:Scripts:CMN:...' and a number of .js files within this folder like string.js, TemplateUtils.js and others because they are missing. the folder is empty...
I can't use the program because these notices pop up non-stop.
I looked at this help article 'http://helpx.adobe.com/dreamweaver/kb/troubleshoot-javascript-errors-dreamweaver-cs4.html# main_special_char' but it doesn't seem to apply to CC, at least the locations seem to be different.
How can I get these files?
ThanksIt applies to CC, the locations are the same you have to turn on hidden files to see the folder you need to access.
#4 from that list usually takes care of Javascript errors when opening the program.
Here's a better page for that info: http://forums.adobe.com/thread/494811
Turning on hidden files is a bit trickier on a Mac I guess, but one of these should work for you...
http://www.mikesel.info/show-hidden-files-mac-os-x-10-7-lion/
http://guides.macrumors.com/Viewing_hidden_files_on_a_MacI'm getting multiple JavaScript
errors Dreamweaver CC 2014 How to [email protected]https://helpx.adobe.com/dreamweaver/kb/troubleshoot-javascript-errors-dreamweaver-cs4.html
Start with #12 & #4 and go through the rest only if necessary.I am using Dreamweaver CC on Windows 7, 64-bit. Starting with the last CC update to Dreamweaver, I get a javascript error at DW startup, file open and DW shutdown. The application seems to work fine, but the errors happen everytime and are always the same. At startup, it complains that a variable bcinit does not exist in file 'BusinessCatalyst.' At file open, the error is in file '_onOpen' onOpen is not defined and at shutdown, in file 'TeamAdminTempDelete' delTempFile is not defined.
I have no idea what is going on. Any suggestions?
ThanksHAve you tried troubleshooting the Javascript errors :http://helpx.adobe.com/dreamweaver/kb/troubleshoot-javascript-errors-d reamweaver-cs4.html
when opening Dreamweaver I get the following error dialog boxes appear
On DW startup;
error dialog says: While executing onLoad in BusinessCatalyst.htm, the following JavaScript error(s) occurred:
In file “BusinessCatalyst”:
bcinit is not defined
As the interface finishes loading;
error dialog says: The Following JavaScript error(s) occurred:
At line 17 of file “C:Program Files (x86)AdobeAbode Dreamweaver CS6ConfigurationSharedBCJSbc_ui_utilis.js”:
MM.BC has no Prpoerties
After DW loads opeing a file gives this error;
error dialog says: While executing onLoad in bc_onOpen.htm, the following JavaScript error(s) occurred:
in File “bc_onOpen”:
onLoad is not defined
thank for any assistance, I have uninstalled and reinstalled both Java and DW6Nothing to do with Java.
Javascript is entirely different and Dreamweaver relies heavily on it.
Try steps #4 and #12 here
http://helpx.adobe.com/dreamweaver/kb/troubleshoot-javascript-errors-dreamweaver-cs4.htmlWhat should be a simple web update is turning into a nightmare. I can't select any of my images to apply onMouseOver Swap Image behaviors, and I keep getting the message above.
Can I just say right now that I hate Dreamweaver CS6 and what it's doing to this project?
Ugh!Is this a plea for help or a rant?
Javascript Errors in CS4, CS5, CS6 (the whole enchilada of trouble shooting)
http://helpx.adobe.com/dreamweaver/kb/troubleshoot-javascript-errors-dreamweaver-cs4.html
Start with #4, #10 and #12
Nancy O.Hi all,
I try to create a dynamic table using the created recordset,
but I get the javascript error message 'While executing insertObject in DynamicTable.htm, a Javascript error occurred.'
How to fix it? I tried to delete the cache file in Configuration folder but it is not work..
Any idea? Thanks a lot!http://helpx.adobe.com/dreamweaver/kb/troubleshoot-javascript-errors-dreamweaver-cs4.html
Try 12 & 4 and then go through the rest.Hi everyone
Just wondering if you can help. I am getting 2 javascript errors in dreamweaver when I try to enter a delete record using server behaviour.
They are (in order they appear)
While executing onblur in DeleteRecord.htm, the following javascript error(s) occured:
In file 'DeleteRecord':
updateUI is not defined
Then when I click OK, i get the following
While executing onblur in DeleteRecord.htm, the following javascript error(s) occured:
In file 'DeleteRecord':
initializeUI is not defined
This is happening in all sites and pages.
I have rebuilt the local configeration files and recreated DAT file etc but am now out of ideas.
Anyone know of a solution for this??
Much thanks in advance.Here's the full KB article. Start with 12 & 4 and then go through the rest. One of those is always the answer:
http://helpx.adobe.com/dreamweaver/kb/troubleshoot-javascript-errors-dreamweaver-cs4.htmlDoes anyone know how to fix this:
In CS6, when I right-click a new snippet and select Edit Keyboard Shortcuts, I just get a javascript error, the same error I get if I try to create a keyboard shortcut directly from the menu at the top of the screen, Edit -> Keyboard Shortcuts.
The error is 'At line 321 of <path>Keyboard Shortcuts.js getMenuTree: Argument number 1 is invalid.'
After that, where the list of standard shortcuts should appear, the list is blank. All the other built-in shortcuts also are blank, and trying to duplicate the standard set just creates a blank set and doesn't let me add anything. Deleting Dreamweaver's cache file, the blahblah.dat thing, doesn't fix it.Troubleshoot JavaScript errors. Start with steps 10 & 12.
http://helpx.adobe.com/dreamweaver/kb/troubleshoot-javascript-errors-dreamweaver-cs4.html
Nancy O.Hello,
I have searched the Internet and the Adobe Community but have yet resolved a problem.
Everytime I go to Server Behaviours and choose Insert Record I get this error:
I have never had this error before and I have used the function many times. Some people are saying it is corrupt configuration files, which I have deleted and still the error persists.
I am now stuck and cannot do any more work until I have fixed this problem. Any help would be greatly recieved.
Just so you know I am running Dreamweaver CS5 on Windows 8.1 Enterprise.
Many thanksBelow is the whole enchilada on JS Errors. Start with #6 and #10.
http://helpx.adobe.com/dreamweaver/kb/troubleshoot-javascript-errors-dreamweaver-cs4.html
Nancy O.I update my message5.2 to Patch 2 have a javaScript error .
My user send mail useing address book Entries and have a 'in18.INC_REC_CERTS is null' java Script error .
The error like this Link
http://tw.pg.photos.yahoo.com/ph/victorsuekimo/detail?.dir=/f745&.dnm=3f74.jpg&.src=ph
How can I re.solve this error ???
Tks!!when I send msg , this address account not in ladp or some strange vocabulary in alias will show this 'in18.INC_REC_CERTS is null' java Script error javascript error .
How can I modify or chang this javaScript alert message ?
The mail user will confuse by this javascript error after get this javascript error .
TKS!
Maybe you are looking for
Hi , I have smartform whihc i have to conver into pdf and send by mail. nay inputs is higghly appreciated
I've tried everything in order to downgrade IOS 7 back to IOS 6.1.4 for my Iphone 5 but apparently this is just not an option for a public user. (It seems that beta testers were able to restore IOS 6 until IOS 7 was released to the public but not now
Hi. Since yesterday mi itunes stopped working. It won't run at all. I have done the basics (re install etc) and stills a no go. Everytime I try to open i get the microsoft box about 'itunes has encountered a problem and needs to close' - send a repor
Hi, please we need your help to resolve an issue when we lunch online brbackup. please find out the backup log: orafrp:/oracle/FRP/sapbackup$ brbackup -c -t online_split -m SYSTEM -u system/kidam01 BR0051I BRBACKUP 7.00 (40) BR0169I Value 'util_file_
Will Airport Extreme units play well with third party routers? I have Verizon FIOS and would like to use my Airport Extreme base station and Airport Express unit on my home network. I have successfully set up Airport Express in my office as a WDS. Ca
Skype For Os 10.7.5
Hi
I have DW6 latest version running on Win XP SP3 and am all of a sudden getting the strangest bug (I have reported it), but I am wondering if anyone else has seen it or has any ideas how to fix it?
FYI I have already tried completely uninstalling Creative Cloud, rebooting, running the Creative Clean utility to remove all traces of any suite and then reinstalling Creative Cloud (takes hours ) and still have the same problem which is as follows below (FWIW I have never used BusinessCatalyst, either):
I launch DW and get the following error message 'While executing onLoad in BusinessCatalyst.htm, the following JavaScript error(s) occurred: In file 'BusinessCatalyst': bcinit is not defined'
When I try to open a file I get the following error message 'The following translators were no loaded due to errors: ASP.NET: has configuration information that is invalid. BCDynamicTranslator.html: has configuration data that is invalid. BCStaticTranslator.html has configuration information that is invalid. XSLTransform.htm: has configuration data that is invalid'
Once I clear the dialog DW loads. However, when I attempt to save a file I then get the message 'While executing onLoad in _beforeSave.htm, the following JavaScript error(s) occurred: In file '_beforeSave': beforeSave is not defined'
In addition, the space in the Help menu for Updates is simply blank and there is no Edit > Paste item either (just an empty space).
One other clue is that after I reinstalled Creative Cloud and BEFORE I applied the latest updates it seemed DW ran OK (it was a quick check, so I might be wrong).
The problems above are rendering DW unuseable to me at the moment, and it is totally bizarre they remain after a complete reinstall, so any clues on what has happened/how to fix it would be greatfully received!
Thanks!
Hi John
So many thanks for that. I tried step 4 and deleted 2 WinFileCache files (neither of which were called what they said they were) and restarted DW and it now (so far!) seems to work again.
I have no idea what went wrong, but I am up and running again, so MUCHOS thanks again for your swift repsonse!
atb
Similar Messages
When switching between open tabs a sequence of javascript
errors occurs. I had not used Dreamweaver for about 2 weeks, and
last time I used it with no problems.
I have tried uninstalling it, OKing removal of all files when
asked, re-installing it and updating with dwmx61_updater.exe, but I
still get the same errors.
This has rendered the software virtually unuseable, so any
help would be greatly appreciated, as I'm working to a
rapidly-approaching deadline.
'While executing Browse_Back enabled in toolbars.xml, a
JavaScript error occurred'
followed by
'While executing Browse_Forward enabled in toolbars.xml, a
JavaScript error occurred'
followed by
'While executing Browse_Stop enabled in toolbars.xml, a
JavaScript error occurred'
The relevant code seems to be :
<!-- Browser nav toolbar -->
<toolbar platform='win'
label='Browser Navigation' container='document'
initiallyVisible='false'>
<button
image='Toolbars/images/MM/back.gif'
disabledImage='Toolbars/images/MM/back_dis.gif'
tooltip='Back'
label='Back'
enabled='dw.getDocumentDOM().browser.isCmdEnabled('back')'
command='dw.getDocumentDOM().browser.backPage()'
update='onEveryIdle'/>
<button
image='Toolbars/images/MM/forward.gif'
disabledImage='Toolbars/images/MM/forward_dis.gif'
tooltip='Forward'
label='Forward'
enabled='dw.getDocumentDOM().browser.isCmdEnabled('forward')'
command='dw.getDocumentDOM().browser.forwardPage()'
update='onEveryIdle'/>
<button
image='Toolbars/images/MM/stop.gif'
disabledImage='Toolbars/images/MM/stop_dis.gif'
tooltip='Stop'
label='Stop'
enabled='dw.getDocumentDOM().browser.getPageBusy()'
command='dw.getDocumentDOM().browser.stopPage()'
update='onBrowserPageBusyChange'/>
<button
image='Toolbars/images/MM/browserRefresh.gif'
tooltip='Refresh'
label='Refresh'
enabled='true'
command='dw.getDocumentDOM().browser.refreshPage()'/>
presumably the next error is caused by the previous ones
failing :
'While executing getCurrentValue in AddressURL.htm, a
JavaScript error occurred'
the relevan tcode :
function getCurrentValue()
var dom = dw.getDocumentDOM();
var value = dom.browser.getURL();
if (value && value.length)
//check if is it not a temp file
//extract the tail of the url
var filename = value;
var slashIndex = filename.lastIndexOf('/');
filename = filename.substring(slashIndex+1);
var tempIndex = filename.indexOf('TMP');
if (tempIndex != 0)
addRecentAddress(value);
return value;You can try this simple fix -
Quit DW.
Find this folder -
C:Documents and Settings<username>Application
DataMacromediaDreamweaver
8ConfigurationWinFileCache-*.dat
(these folders are normally hidden - you may have to use
Explorer > Tools >
Folder Options to unhide them)
and delete it.
Restart DW. Works better?
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
http://www.dreamweavermx-templates.com
- Template Triage!
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
http://www.macromedia.com/support/search/
- Macromedia (MM) Technotes
'earthdoctor' <[email protected]> wrote in
message
news:[email protected]
> When switching between open tabs a sequence of
javascript errors occurs. I
> had
> not used Dreamweaver for about 2 weeks, and last time I
used it with no
> problems.
>
> I have tried uninstalling it, OKing removal of all files
when asked,
> re-installing it and updating with dwmx61_updater.exe,
but I still get the
> same
> errors.
>
> This has rendered the software virtually unuseable, so
any help would be
> greatly appreciated, as I'm working to a
rapidly-approaching deadline.
>
>
> 'While executing Browse_Back enabled in toolbars.xml, a
JavaScript error
> occurred'
> followed by
> 'While executing Browse_Forward enabled in toolbars.xml,
a JavaScript
> error
> occurred'
> followed by
> 'While executing Browse_Stop enabled in toolbars.xml, a
JavaScript error
> occurred'
>
> The relevant code seems to be :
>
> <!-- Browser nav toolbar -->
>
> <toolbar platform='win'
label='Browser
> Navigation'
> container='document' initiallyVisible='false'>
>
> <button
> image='Toolbars/images/MM/back.gif'
> disabledImage='Toolbars/images/MM/back_dis.gif'
> tooltip='Back'
> label='Back'
>
enabled='dw.getDocumentDOM().browser.isCmdEnabled('back')'
> command='dw.getDocumentDOM().browser.backPage()'
> update='onEveryIdle'/>
>
> <button
> image='Toolbars/images/MM/forward.gif'
> disabledImage='Toolbars/images/MM/forward_dis.gif'
> tooltip='Forward'
> label='Forward'
>
enabled='dw.getDocumentDOM().browser.isCmdEnabled('forward')'
> command='dw.getDocumentDOM().browser.forwardPage()'
> update='onEveryIdle'/>
>
> <button
> image='Toolbars/images/MM/stop.gif'
> disabledImage='Toolbars/images/MM/stop_dis.gif'
> tooltip='Stop'
> label='Stop'
> enabled='dw.getDocumentDOM().browser.getPageBusy()'
> command='dw.getDocumentDOM().browser.stopPage()'
> update='onBrowserPageBusyChange'/>
>
> <button
> image='Toolbars/images/MM/browserRefresh.gif'
> tooltip='Refresh'
> label='Refresh'
> enabled='true'
> command='dw.getDocumentDOM().browser.refreshPage()'/>
>
>
>
> presumably the next error is caused by the previous ones
failing :
>
> 'While executing getCurrentValue in AddressURL.htm, a
JavaScript error
> occurred'
> the relevan tcode :
>
>
> function getCurrentValue()
> {
> var dom = dw.getDocumentDOM();
> var value = dom.browser.getURL();
> if (value && value.length)
> {
> //check if is it not a temp file
> //extract the tail of the url
> var filename = value;
> var slashIndex = filename.lastIndexOf('/');
> filename = filename.substring(slashIndex+1);
> var tempIndex = filename.indexOf('TMP');
> if (tempIndex != 0)
> {
> addRecentAddress(value);
> }
> }
> return value;
> }
>
>Hello, I am having trouble with JavaScript in multiscreen and Live View. When I add the following script to my site to redirect to my mobile site
<script type='text/javascript'>
<!--
if (screen.width <= 720) {
document.location = '/mysite.html';
//-->
</script>
it works as expected in the in the browser, redirecting only phones, but in Dreamweaver, the redirect is triggered every time I enter live view or multiscreen preview, regardless of the viewport size I have set. Is there something I am doing wrong?Probably not.
DW's Live View really isn't a true browser, it's 'most' of a Webkit browser. Live View really doesn't offer much more than an approximation of a Webkit rendering.
If it acts correctly in the actual browsers when you hit Preview In Browser, you're likely in the clear.Very recently upgraded to CS6 from CS5.5. Every now and then, I have to run the Clean up Word HTML Commands function for a client. Never had a problem before. This time, I got this message:
While executing onClick in Clean Up Word HTML.htm, the following JavaScript error(s) occurred:
At line 2012 of the 'Macintosh HD:Applications:Adobe Dreamweaver CS6:Configuration:commans:Clean Up Word HTML.js'
The object is not currently contained in a document.
I searched through the Discussions and found refernce to deleting MacFileCache-###.dat file in the Library Configuration folder for Dreamweaver CS 6. Did that, same thing. It also mentioned deleted the entire Configuration folder. Same result.
I called tech support and was directed to go through the (count 'em) 14 steps on the Troubleshoot JavaScript page -- http://helpx.adobe.com/dreamweaver/kb/troubleshoot-javascript-errors-dreamweaver-cs4.html. Still no luck.
Anyone else out there having this problem? What am I missing? Help!
Thanks, TimHi SnakEyes02,
That could be. Let me know when you have grabbed these. They were Word docs that I saved the same way I always have done (Save As, Format: Web Page (.htm)), creating .htm files that work in CS5.5 Dreamweaver and earlier versions.
http://test.babysneaks.com/WordHTML1.htm
http://test.babysneaks.com/WordHTML2.htm
Thanks for your help. TimHellop
When opening dreamweaver, it says
javascript error occured : can 't open the script file :'C:programfiles(x86)...DesignTimeEditingUtils.js (error2)
In fact, the file EditingUtils.js si missing
how can i solve this ?http://helpx.adobe.com/dreamweaver/kb/troubleshoot-javascript-errors-dreamweaver-cs4.html
This just started withing the last few days. It might be due to a restore I did on my Mac from a time capsule. It's the only thing I can think of.
'Unable to open script file' Macintosh HD:Applications:Adobe Dreamweaver CC:Configuration:Shared:MM:Scripts:CMN:...' and a number of .js files within this folder like string.js, TemplateUtils.js and others because they are missing. the folder is empty...
I can't use the program because these notices pop up non-stop.
I looked at this help article 'http://helpx.adobe.com/dreamweaver/kb/troubleshoot-javascript-errors-dreamweaver-cs4.html# main_special_char' but it doesn't seem to apply to CC, at least the locations seem to be different.
How can I get these files?
ThanksIt applies to CC, the locations are the same you have to turn on hidden files to see the folder you need to access.
#4 from that list usually takes care of Javascript errors when opening the program.
Here's a better page for that info: http://forums.adobe.com/thread/494811
Turning on hidden files is a bit trickier on a Mac I guess, but one of these should work for you...
http://www.mikesel.info/show-hidden-files-mac-os-x-10-7-lion/
http://guides.macrumors.com/Viewing_hidden_files_on_a_MacI'm getting multiple JavaScript
errors Dreamweaver CC 2014 How to [email protected]https://helpx.adobe.com/dreamweaver/kb/troubleshoot-javascript-errors-dreamweaver-cs4.html
Start with #12 & #4 and go through the rest only if necessary.I am using Dreamweaver CC on Windows 7, 64-bit. Starting with the last CC update to Dreamweaver, I get a javascript error at DW startup, file open and DW shutdown. The application seems to work fine, but the errors happen everytime and are always the same. At startup, it complains that a variable bcinit does not exist in file 'BusinessCatalyst.' At file open, the error is in file '_onOpen' onOpen is not defined and at shutdown, in file 'TeamAdminTempDelete' delTempFile is not defined.
I have no idea what is going on. Any suggestions?
ThanksHAve you tried troubleshooting the Javascript errors :http://helpx.adobe.com/dreamweaver/kb/troubleshoot-javascript-errors-d reamweaver-cs4.html
when opening Dreamweaver I get the following error dialog boxes appear
On DW startup;
error dialog says: While executing onLoad in BusinessCatalyst.htm, the following JavaScript error(s) occurred:
In file “BusinessCatalyst”:
bcinit is not defined
As the interface finishes loading;
error dialog says: The Following JavaScript error(s) occurred:
At line 17 of file “C:Program Files (x86)AdobeAbode Dreamweaver CS6ConfigurationSharedBCJSbc_ui_utilis.js”:
MM.BC has no Prpoerties
After DW loads opeing a file gives this error;
error dialog says: While executing onLoad in bc_onOpen.htm, the following JavaScript error(s) occurred:
in File “bc_onOpen”:
onLoad is not defined
thank for any assistance, I have uninstalled and reinstalled both Java and DW6Nothing to do with Java.
Javascript is entirely different and Dreamweaver relies heavily on it.
Try steps #4 and #12 here
http://helpx.adobe.com/dreamweaver/kb/troubleshoot-javascript-errors-dreamweaver-cs4.htmlWhat should be a simple web update is turning into a nightmare. I can't select any of my images to apply onMouseOver Swap Image behaviors, and I keep getting the message above.
Can I just say right now that I hate Dreamweaver CS6 and what it's doing to this project?
Ugh!Is this a plea for help or a rant?
Javascript Errors in CS4, CS5, CS6 (the whole enchilada of trouble shooting)
http://helpx.adobe.com/dreamweaver/kb/troubleshoot-javascript-errors-dreamweaver-cs4.html
Start with #4, #10 and #12
Nancy O.Hi all,
I try to create a dynamic table using the created recordset,
but I get the javascript error message 'While executing insertObject in DynamicTable.htm, a Javascript error occurred.'
How to fix it? I tried to delete the cache file in Configuration folder but it is not work..
Any idea? Thanks a lot!http://helpx.adobe.com/dreamweaver/kb/troubleshoot-javascript-errors-dreamweaver-cs4.html
Try 12 & 4 and then go through the rest.Hi everyone
Just wondering if you can help. I am getting 2 javascript errors in dreamweaver when I try to enter a delete record using server behaviour.
They are (in order they appear)
While executing onblur in DeleteRecord.htm, the following javascript error(s) occured:
In file 'DeleteRecord':
updateUI is not defined
Then when I click OK, i get the following
While executing onblur in DeleteRecord.htm, the following javascript error(s) occured:
In file 'DeleteRecord':
initializeUI is not defined
This is happening in all sites and pages.
I have rebuilt the local configeration files and recreated DAT file etc but am now out of ideas.
Anyone know of a solution for this??
Much thanks in advance.Here's the full KB article. Start with 12 & 4 and then go through the rest. One of those is always the answer:
http://helpx.adobe.com/dreamweaver/kb/troubleshoot-javascript-errors-dreamweaver-cs4.htmlDoes anyone know how to fix this:
In CS6, when I right-click a new snippet and select Edit Keyboard Shortcuts, I just get a javascript error, the same error I get if I try to create a keyboard shortcut directly from the menu at the top of the screen, Edit -> Keyboard Shortcuts.
The error is 'At line 321 of <path>Keyboard Shortcuts.js getMenuTree: Argument number 1 is invalid.'
After that, where the list of standard shortcuts should appear, the list is blank. All the other built-in shortcuts also are blank, and trying to duplicate the standard set just creates a blank set and doesn't let me add anything. Deleting Dreamweaver's cache file, the blahblah.dat thing, doesn't fix it.Troubleshoot JavaScript errors. Start with steps 10 & 12.
http://helpx.adobe.com/dreamweaver/kb/troubleshoot-javascript-errors-dreamweaver-cs4.html
Nancy O.Hello,
I have searched the Internet and the Adobe Community but have yet resolved a problem.
Everytime I go to Server Behaviours and choose Insert Record I get this error:
I have never had this error before and I have used the function many times. Some people are saying it is corrupt configuration files, which I have deleted and still the error persists.
I am now stuck and cannot do any more work until I have fixed this problem. Any help would be greatly recieved.
Just so you know I am running Dreamweaver CS5 on Windows 8.1 Enterprise.
Many thanksBelow is the whole enchilada on JS Errors. Start with #6 and #10.
http://helpx.adobe.com/dreamweaver/kb/troubleshoot-javascript-errors-dreamweaver-cs4.html
Nancy O.I update my message5.2 to Patch 2 have a javaScript error .
My user send mail useing address book Entries and have a 'in18.INC_REC_CERTS is null' java Script error .
The error like this Link
http://tw.pg.photos.yahoo.com/ph/victorsuekimo/detail?.dir=/f745&.dnm=3f74.jpg&.src=ph
How can I re.solve this error ???
Tks!!when I send msg , this address account not in ladp or some strange vocabulary in alias will show this 'in18.INC_REC_CERTS is null' java Script error javascript error .
How can I modify or chang this javaScript alert message ?
The mail user will confuse by this javascript error after get this javascript error .
TKS!
Skype For Mac 10.7.5everye App
Maybe you are looking for
Hi , I have smartform whihc i have to conver into pdf and send by mail. nay inputs is higghly appreciated
I've tried everything in order to downgrade IOS 7 back to IOS 6.1.4 for my Iphone 5 but apparently this is just not an option for a public user. (It seems that beta testers were able to restore IOS 6 until IOS 7 was released to the public but not now
Hi. Since yesterday mi itunes stopped working. It won't run at all. I have done the basics (re install etc) and stills a no go. Everytime I try to open i get the microsoft box about 'itunes has encountered a problem and needs to close' - send a repor
Hi, please we need your help to resolve an issue when we lunch online brbackup. please find out the backup log: orafrp:/oracle/FRP/sapbackup$ brbackup -c -t online_split -m SYSTEM -u system/kidam01 BR0051I BRBACKUP 7.00 (40) BR0169I Value 'util_file_
Will Airport Extreme units play well with third party routers? I have Verizon FIOS and would like to use my Airport Extreme base station and Airport Express unit on my home network. I have successfully set up Airport Express in my office as a WDS. Ca