Dreamweaver 6.1 - JavaScript error when switching between open tabs

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 id="Browser_Toolbar" platform="win"
label="Browser Navigation" container="document"
initiallyVisible="false">
<button id="Browse_Back"
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 id="Browse_Forward"
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 id="Browse_Stop"
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 id="Browse_Refresh"
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
Data\Macromedia\Dreamweaver
8\Configuration\WinFileCache-*.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 id="Browser_Toolbar" platform="win"
label="Browser
> Navigation"
> container="document" initiallyVisible="false">
>
> <button id="Browse_Back"
> 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 id="Browse_Forward"
> 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 id="Browse_Stop"
> 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 id="Browse_Refresh"
> 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;
> }
>
>

Similar Messages

  • Error when switching between drafts: "The instruction at "0x009f6487" ...

    Running Contribute CS3 and get this error frequently when switching between documents in the Draft Console:
    The instruction at "0x009f6487" referenced memory at "0x06bd7a24". The memory could not be "read".
    Click on OK to terminate the program
    Click on Cancel to debug the program
    I do not get this error any other time. Only when editing multiple documents and switching between them. Clicking Save for Later on the toolbar, instead of clicking directly on the document in the Draft Console does not help.
    Any help or suggestions are much appreciated.

    Can you please try clearning the Contribute preferences?
    To Clear the preference, quit Contribute, and then delete the Contribute CS3 folder in C:\Documents and Settings\<user>\Local Settings\Application Data\Adobe\ and also run the following command " reg delete "HKCU\Software\Adobe\Contribute 4.1" /f " if you are using Contribute CS3. Reconnect to the site and try the same scenario.
    Note that, if you clear the preferences then no connection will be listed in Contribute, you need to recreate the connections. It will be like a fresh installation.

  • IWork Apps Closing When Switching Between Open Applications

    I am having an issue with iWork applications shutting down when I am switching between open applications. For example, if I have Pages running, but no document open, and I use the command/tab command to switch to another program, then try to go back to Pages, I find that it has closed and must be reopened. The same thing happens with Keynote. If however, the program is open and a document or presentation is open, I can switch without the program closing. Is anyone else experiencing this? I can't find any other references to it. I am running a Macbook Pro with the latest version of Yosemite and the newest versions of Pages and Keynote.
    Thanks.

    Yokay, so no one else is experiencing this issue. Pretend you were, do any possible solutions come to mind?

  • Geting javascript error when i click personalization tab

    Hi EP Guru's,
    I installed EP 6.0 successfully. When i click personalization tab on the first page giving javascript error. Please help me how to solve and work on personalization.
    With Regards,
    Lolla Murali.
    [email protected]
    Message was edited by:
            Lolla Venkata Murali Krishna

    Hi Murali,
    Pls check this:
    Personalization link not working
    Regards,
    Shyam.

  • Javascript Error When Loading Dreamweaver CS3

    Hi,
    Thanks for taking time to read my post.
    I have Dreamweaver CS3 installed. It was running fine till tomorrow and than suddenly I started to get javascript errors when trying to open file in DM. I reinstalled DM twice but issue was not resolved.
    Below is the image of error I get:
    Please advice.
    Sincerely,
    Zeeshan

    It sounds as though you have a corrupted cache file. Instructions on how to delete it: http://forums.adobe.com/thread/494811.

  • Full screen mode: How to switch between open windows?

    Hi There,
    Is there way to get CMD + ` working in full screen mode?
    Other shortcuts like CMD + OPT [ ] to switch between open tabs and CMD + TAB to switch apps seem to work - but without the ability to switch between open windows within the same app, full screen mode is kind of useless.
    Any pointers in the right direction would be much appreciated.
    BTW I'm using Yosemite but the forums won't find a Yosemite community (not sure the community search is working properly)
    Cheers

    or:
    And some additional shurtcuts:
    OS X: Keyboard shortcuts - Apple Support
    http://www.danrodney.com/mac/
    cmscss wrote:
    Hi There,
    Is there way to get CMD + ` working in full screen mode?
    Feedback: www.apple.com/feedback/

  • Dreamweaver CS5 :: crashes when i switch between open docs

    Im running Windows 7 x64.
    When I switch between open documents that are docked Dreamweaver CS5 keeps crashing on me :-(
    In addition, after each crash when I open it back up again it looses my layout preferences ( I prefer the right nav
    docked on the left side and the code view as my defaults )
    This is hindering my productivity quite a bit....
    Please Help,
    ~Stu :-(

    Yeah pretty much and it happens fairly regualrly... Heres a copy of
    the error that it returns::
    Adobe Dreamweaver CS5 has stopped working
    Problem signature:
    Problem Event Name: APPCRASH
    Application Name: Dreamweaver.exe
    Application Version: 11.0.1.4913
    Application Timestamp: 4bebca5f
    Fault Module Name: Dreamweaver.exe
    Fault Module Version: 11.0.1.4913
    Fault Module Timestamp: 4bebca5f
    Exception Code: c0000005
    Exception Offset: 0022cd06
    OS Version: 6.1.7600.2.0.0.256.48
    Locale ID: 1033
    Additional Information 1: 0a9e
    Additional Information 2: 0a9e372d3b4ad19135b953a78882e789
    Additional Information 3: 0a9e
    Additional Information 4: 0a9e372d3b4ad19135b953a78882e789
    Read our privacy statement online:
    http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409
    If the online privacy statement is not available, please read our privacy statement offline:
    C:\Windows\system32\en-US\erofflps.txt
    Problem signature:
    Problem Event Name: APPCRASH
    Application Name: Dreamweaver.exe
    Application Version: 11.0.1.4913
    Application Timestamp: 4bebca5f
    Fault Module Name: ntdll.dll
    Fault Module Version: 6.1.7600.16385
    Fault Module Timestamp: 4a5bdb3b
    Exception Code: c0150010
    Exception Offset: 000845bb
    OS Version: 6.1.7600.2.0.0.256.48
    Locale ID: 1033
    Additional Information 1: 79e2
    Additional Information 2: 79e2c3813be91d4dcb4bf85b2aa3c09c
    Additional Information 3: 0013
    Additional Information 4: 0013ddd74cae6ef4b108927a5fd50924Read our privacy statement online:
     If the online privacy statement is not available, please read our privacy statement offline:
     C:\Windows\system32\en-US\erofflps.txt

  • How do I fix a javascript error when opening Dreamweaver?

    DW CS6 recently started having 2 JavaScript errors while opening the application and at least 1 additional JavaScript error when using the Insert Image command.  Can someone provide some advice on fixing this issue?

    This will help -
    Index to Dreamweaver FAQ
    Look at the very first issue.

  • Multiple JavaScript errors when opening aspx file in Dreamweaver

    I get multiple javascript errors when opening aspx file in Dreamweaver similar to... "While executing translateHyperLink in ExternalRenderers.htm, a JavaScript error occurred."

    Hi Steven,
    Not sure if this is related, but can  you try the solutions in Troubleshoot JavaScript errors | Dreamweaver CS4, CS5, CS5.5, CS6
    Thanks,
    Preran

  • Error while switching between DC, DTR & web dynpro perspectives

    Hi,
    I am facing the following error while switching between DC, DTR & web dynpro perspectives.
    A SWT error has occured.
    It is recommended to exit the workbench.
    Subsequent errors may happen and may terminate the workbench without warning.
    See error log for more details.
    Exit workspace?
    When I click on 'Ok' and check out the log file....
    !SESSION Nov 08, 2006 19:02:46.730 -
    java.version=1.4.2_12
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
    Command-line arguments: -os win32 -ws win32 -arch x86 -feature com.sap.java.ide C:\j2sdk\bin\javaw.exe
    -Xmx512m
    -Xms128m
    -XX:PermSize=32m
    -XX:MaxPermSize=128m
    -DallUserDir='C:\Documents and Settings\All Users\Application Data'
    -cp C:\Program Files\SAP\IDE\IDE70\eclipse\SapStartup.jar com.sap.ide.eclipse.startup.Main
    -os win32
    -ws win32
    -arch x86
    -feature com.sap.java.ide
    -showsplash C:\Program Files\SAP\IDE\IDE70\eclipse\SapIde.exe -showsplash 600 -data C:\Documents and Settings\rajabhog\Documents\SAP\workspace -install file:C:/Program Files/SAP/IDE/IDE70/eclipse/
    !ENTRY Startup 1 0 Nov 08, 2006 19:02:46.730
    !MESSAGE Sap NetWeaver Developer Studio - Unknown Sap Internal Installation
    !SESSION -
    !ENTRY org.eclipse.core.launcher 4 0 Nov 08, 2006 19:03:03.734
    !MESSAGE Exception launching the Eclipse Platform:
    !STACK
    java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at com.sap.ide.eclipse.startup.Main.basicRun(Main.java:291)
    at com.sap.ide.eclipse.startup.Main.run(Main.java:789)
    at com.sap.ide.eclipse.startup.Main.main(Main.java:607)
    Caused by: java.lang.reflect.InvocationTargetException
    at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:861)
    at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
    ... 7 more
    Caused by: org.eclipse.swt.SWTError: Item not added
    at org.eclipse.swt.SWT.error(SWT.java:2356)
    at org.eclipse.swt.SWT.error(SWT.java:2260)
    at org.eclipse.swt.widgets.Widget.error(Widget.java:385)
    at org.eclipse.swt.widgets.Menu.createItem(Menu.java:464)
    at org.eclipse.swt.widgets.MenuItem.<init>(MenuItem.java:118)
    at org.eclipse.jface.action.Separator.fill(Separator.java:48)
    at org.eclipse.jface.action.MenuManager.update(MenuManager.java:555)
    at org.eclipse.jface.action.MenuManager.update(MenuManager.java:456)
    at org.eclipse.jface.action.MenuManager.fill(MenuManager.java:209)
    at org.eclipse.jface.action.MenuManager.update(MenuManager.java:555)
    at org.eclipse.jface.action.MenuManager.update(MenuManager.java:456)
    at org.eclipse.jface.action.MenuManager.createMenuBar(MenuManager.java:146)
    at org.eclipse.jface.window.ApplicationWindow.configureShell(ApplicationWindow.java:244)
    at org.eclipse.ui.internal.WorkbenchWindow.configureShell(WorkbenchWindow.java:578)
    at org.eclipse.jface.window.Window.createShell(Window.java:350)
    at org.eclipse.jface.window.Window.create(Window.java:301)
    at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1258)
    at org.eclipse.ui.internal.Workbench.access$10(Workbench.java:1223)
    at org.eclipse.ui.internal.Workbench$12.run(Workbench.java:1141)
    at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1006)
    at org.eclipse.core.runtime.Platform.run(Platform.java:413)
    at org.eclipse.ui.internal.Workbench.openPreviousWorkbenchState(Workbench.java:1093)
    at org.eclipse.ui.internal.Workbench.init(Workbench.java:870)
    at org.eclipse.ui.internal.Workbench.run(Workbench.java:1373)
    at com.tssap.util.startup.WBLauncher.run(WBLauncher.java:79)
    at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:858)
    ... 8 more
    Please help me out...
    As I have to fix this issue as early as possible.
    Thanks & Regards,
    Raj

    Post your question in the SAP NetWeaver Technology Platform. It don't think it's JDI related...

  • CC aplications go to white screen and lock up the computer when switching between apps

    We have been successfully using CC for several months, then about 30 days ago suddenly when we tried to switch apps between dreamweaver, and Photoshop the computer went to a White screen and froze.  This problem is completely repeatable, and we are at a complete loss to correct the problem.  Any ideas? It doesnt do this when you switch withing Bridge and Photoshop, but with anythign else,,,,,,,,,,,,,,, CRASH!!

    I am unable to get into the chat.  I tried explorer and chrome and neither will allow us to access the chat.  It continues to go around and around.
    De: John T Smith 
    Enviado el: Thursday, November 20, 2014 8:41 PM
    Para: Beatriz Neto
    Asunto:  CC aplications go to white screen and lock up the computer when switching between apps
    CC aplications go to white screen and lock up the computer when switching between apps
    created by John T Smith <https://forums.adobe.com/people/JohnTSmith>  in Adobe Creative Cloud - View the full discussion <https://forums.adobe.com/message/6949285#6949285>

  • Graphic distortion when switching between external and built-in display (rMBP)

    Recently (within the past two weeks or so) I've noticed a strange issue when switching between my external display (Thunderbolt) and my built-in display on my 15" rMBP. The following issue seems to be specific to Photoshop CS6.
    Typically, I'll have a PS document open on my external display and I'll wind up taking my to another location. If I close the PS document while on my built-in and then re-open it, I get all kinds of distortion and pixellation. Closing out PS and reopining, restarting, logging on/off; none of it seems to work. It seems like the issue is with the PSD itself, but it doesn't make any sense to me. Any ideas? Screenshot: http://i.imgur.com/iCipSc7.jpg

    Do you have intel gpy as well as other graphic card?  You may be viewing document on different gpu's.  PS does not like multiple gpu's.

  • How to keep location in a table persistent when switching between pages

    Hi -
    How would I keep my last location persistent in a table when switching between pages? If I am on cell X and switch to another page, when returning to the previous page, I return to the top of the table. This can be very annoying when trying to find the same location in a large table (or even in a small one).
    Thanks.

    If by "page" you mean "sheet", you can do it. To get back to the same place you were in the other sheet, click on the sheet in the sidebar (the list of sheets/tables/charts/etc on the left). Don't click on the table, click on the sheet.

  • How can I get Firefox to display details about a JavaScript error when one occurs?

    When in Internet Explorer I can set it up to display JavaScript errors as follows. Select Tools then Internet Options… then the Advanced tab. Under Browsing, find '''Display a notification about every script error '''and be sure its box is checked.
    I cannot find out how to do this in Firefox. I would like for it to display details about JavaScript errors when they occur instead of doing nothing.

    *Web Developer: https://addons.mozilla.org/firefox/addon/60

  • Auto show/hide Plug-in when switching between patches in Mainstage 2

    Hi, I was wondering if there is a way to have Mainstage 2 automatically reveal a plug-in when switching between patches. For instance, when switching to a Clav patch, have it reveal the EVD6 plug-in. Then, if you switch to a Rhodes patch, it automatically closes the EVD6 and reveals the EVP88.

    As far as I know, no. I haven't found a way to do this. It would be useful in certain setups.

Maybe you are looking for