Javascript Error 45, repairs are futile

Hello, I have had the same issue as this guy: http://forums.adobe.com/message/1313096
Javascript error 45, oject invalid, line 387, and then 428. The program then crashes if I click on anything.
I am running CS3 on Windows Vista.
Have tried a system restore to a point before InD was crashing; deleting recovery data; reinstalled the software; then deleted program entirely and resinstalled... Also tried searching for "jsx" files within "startup scripts" as in here: http://forums.adobe.com/message/3415159 however, there is no Startup Scripts folder: the Scripts folder has an empty folder in it called Scripts Panel.  (All hidden files are shown). When I remove that folder, another is created upon launching the application.
I also searched for this guy: OEBExportMenuItemLoader.jsx and it did not show up in a search.
The only thing allowing me to run InD is creating a new user. What should I do now? All my stuff is under the old user account. so...is there any way to run InD "as myself" anymore?
Thanks,
Caroline

Try emptying the recovery folder again, then trash your prefs (see Replace Your Preferences) and restart.
If that doesn't work, you'll probably need to uninstall again and remove prefs when asked, then reboot, run the clean script (see Resolve installation problems with CS5 Cleaner Tool which should also work for CS3), reboot, run MSConfig and turn off all unnecessary startup programs and services, reboot, run the installer, and run MSConfig again to restore normal boot.

Similar Messages

  • Aperture Help gives Javascript error

    I just tried to open "Help" in Aperture and got this message:
    "The Help Library requires JavaScript. If JavaScript is not enabled, you will not be able to view all the content."
    How do I enable JavaSript?
    Thanks

    I have also been having Javascript issues since 10.6.5 but only on my MBP. My MBA and iMac seem fine. My problem manifests itself on various websites where javascript actions on buttons just don't happen. I have been on the same sites on my MBA and iMac and these same buttons are working OK. Every time I repair permissions, there are screeds of java and javascript errors and repairs. If I then do a restart, javascript works for a short period of a minute or so and then stops. I get the same issue on Safari and Firefox. Java and javascript are turned on at both browsers. I had no javascript issues prior to 10.6.5.
    I just know if I phone up Applecare, I will get the same old fatuous and lazy answer: "Have you done a clean re-install and if not, we suggest you do." Yea right, with the amount of apps I have, that will only take me 2+ days! Back in the good old days, Applecare folks knew what they were talking about and were not just reading off a list.
    Wilson

  • Javascript error on launching application from portal

    When we launch  BW reports from our portal (Netweaver 7.0) , it gives a javascript error  and the reports would not launch  for some users. The launch pad is using WEBDYNPRO-ABAP . The javascript error that we are getting  is - u2018Childnodes.lengthu2019  is Null or Not an Object .  This happens on all versions of Internet Explorer. Has any one encountered this issue ?

    Hi,
    When we launch BW reports from our portal (Netweaver 7.0) , it gives a javascript error and the reports would not launch for some users. The launch pad is using WEBDYNPRO-ABAP
    Check whether user who are facing problem are using FQDN in URL. ( FQDN of portal )
    FQDN --> http://<portalhost.<domian>.com:5nn00/irj/portal
    Thanks
    Anil

  • On my iPad 2 I can nolonger view maps.  It says there are JavaScript errors.  How can I fix this problem?

    On my iPad 2 I can nolonger view maps.  It says there are JavaScript errors.  How can I fix this problem?

    First, try a system reset.  It cures many ills and it's quick, easy and harmless...
    Hold down the on/off switch and the Home button simultaneously until the screen blacks out or you see the Apple logo.  Ignore the "Slide to power off" text if it appears.  You will not lose any apps, data, music, movies, settings, etc.
    If the Reset doesn't work, try a Restore.  Note that it's nowhere near as quick as a Reset.  Connect via cable to the computer that you use for sync.  From iTunes, select the iPad/iPod and then select the Summary tab.  Follow directions for Restore and be sure to say "yes" to the backup.  You will be warned that all data (apps, music, movies, etc.) will be erased but, as the Restore finishes, you will be asked if you wish the contents of the backup to be copied to the iPad/iPod.  Again, say "yes."

  • JAVASCRIPT ERROR WHEN DISABLED THE WELCOME AREA

    Hi sdn,
    I have modified our portal design. I set the welcome area and the logo area to the value none. Now I am always getting a javascript error when I call the side in my browser.
    I get the message that an object is missing and the browser can not set the focus to an element ==> because I have disabled two areas of the portal header.
    I have recognized this problem in all portal releases from EP6SP2 to EP6SP9.
    What can I do to prevent these error messages?

    I think this issue is fixed by this note : 798647. Suggested to go with latest hotfix.

  • Javascript errors when iView is running in Portal Content Area

    We have URL based iView which is running flex application. If this iView is running in separate window (by preview, link or setting "Launch in new Window" option) everything is fine.
    However, if iView is running inside Portal Content Area there are bunch of JavaScript errors (missing object, permission denied). The iView itself is still running fine, but those errors are annoying and could be a problem for customers.
    Are there any ways to fix it?
    Thanks.

    Hi,
    So after a few days I managed to finally get a workable solution:
    Whenever you are referring to a script file in your main page, you will not be able to open the file when in normal mode, even with relaxing the domain and all the other hints posted.
    What you need to do is to include the actual content of the *.js file in the main html page.
    For example, if you have a page called index.html that refers to a file AC_RunActiveContent.js which is located in your scripts directory, you will need to change the code in the index.html file as follows:
    Initial HTML File:*
    < HTML>
    < HEAD>
    < TITLE>Test Page</TITLE>
    <!-- Collapsible Panel Java Script -->
    < s c r i p t  s r c="../scripts/collapsiblepanel. j s" type="text/ j a v a s c r i p t"></ s c r i p t>
    <!-- Collapsible Panel Java Script -->
    < /HEAD>
    < BODY>
    < /BODY>
    < /HTML>
    New HTML File:
    < HTML>
    < HEAD>
    < TITLE>Executive Committee - Balance Sheets</TITLE>
    <!-- Collapsible Panel Java Script -->
    < s c r i p t t y p e="t e x t / j a v a s c r i p t ">
    your actual javascript code
    < / s c r i p t >
    <!-- Collapsible Panel Java Script -->
    < /HEAD>
    < BODY>
    < /BODY>
    < /HTML>
    By doing this:
    You will be able to use java scripts in your html file and applications without experiencing the problems mentioned. Keep in mind though that you will now have all your script file code in your actual html file and the number of lines in the files will increase dramatically.
    The increase in size of the actual html files are not too bad, a normal 2Kb html file may increase to 70Kb if not more, depending on the code contained in the initial *.js file.
    I have played around with this and have been able to include Macromedia Flash objects in my html files too, by pasting the actual code content in the html files as opposed to refereincing the script in the relevant directory.
    I hope this helps.
    Regards,
    Freddie Botha.

  • What are the reasons for following Javascript error in Report Viewer

    Post Author: dhuka
    CA Forum: Crystal Reports
    Hello Everybody!
    I am using Crystal Reports 10 in my web application. But unfortunately I am surrounded with strange problem related to it because of which I have been unable to deploy is on client-side. In my application the error given below is displayed as javascript error in Report Viewer and report is not displayed. But more frustrating part is that I am getting the same error due to different problem with reporting and I am stuck with it as I am unable to figure out what's causing the error now. Earlier this error appeared due to problem with parameter passing to stored procedure which I resolved it and error vanished but once again it has shown up. Moreover this error now appears less frequently and randomly therefore it is even difficult to trace the cause.
    Problem with this Web page might prevent it from being displayed properly or functioning properly. In the future, you can display this message by double-clicking the warning icon displayed in the status bar.
    Line: 40Char: 12Error: Expected ')'Code: 0URL: http://myServer/myApp/myForms/myReports/ReportViewer.aspx
    So can anybody tell me what factors might be causing this errors as the error text is very vague in nature and gives no idea about the actual error.
    Guys, I hope for your kind co-operation.
    Regards,

    Post Author: dhuka
    CA Forum: Crystal Reports
    Thanks for you reply Krishna.
    But this syntax error is the one that is creating problem for me as I cannot trace it. The form ReportViewer.aspx contains only a report viewer object which remains un-binded to any ReportDocument even at runtime.
    At code behind ReportViewer.aspx I have code below that associates SQL Stored Procedure Parameter and Report Filter along with report name. Once all above is associated with ReportDocument, I export ReportDocument to PDF file format and display the report. Here I dont' even bind ReportDocument with my ReportViewer. Moreover, as I mentioned previously this error is encountered randomly (with no reasonable explanation so far) on client PC (while browsing through application).
    I hope below code give you good idea of the way I am implementing my reporting.
    Looking forward to you solution. Please note that I am only passing the ReportFileName and Parameter and Filter Criteria to this form while dataTable by itself using the connection information.
    <<<<<<<<<<<<<<<<<CODE BEHIND of REPORTVIEWER.ASPX>>>>>>>>>>>
    Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
    Dim strKeys() As String
    Dim strReportFilter As String
    Dim strReportName As String
    Dim strError As structError
    Try
    ReDim strKeys(0)
    If strReportName = "" Then
    strReportName = Context.Session("ReportName").ToString()
    If Not Session("ReportParameters") = Nothing Then
    Dim char_Delimiter() As Char = ";".ToCharArray()
    strKeys = Session("ReportParameters").ToString().Split(char_Delimiter)
    End If
    If Not Session("ReportFilter") = Nothing Then
    strReportFilter = Session("ReportFilter").ToString()
    End If
    Else
    Session("DataTable") = Nothing
    End If
    If Not ViewParameterReport(strReportName, strKeys, strReportFilter, strError) Then
    ASPNET_DisplayErrorMessageBox(strError.strMsg, Me)
    Exit Sub
    End If
    Catch ex As Exception
    strError.strMsg = Err.Description
    ASPNET_DisplayErrorMessageBox(strError.strMsg, Me)
    Finally
    End Try
    End Sub
    Private Function ViewParameterReport(ByVal str_ReportName As String, ByVal str_ReportParameters() As String, ByVal strReportFilter As String, ByRef strError As structError) As Boolean
    Dim str_ReportPath As String = CStr(ConfigurationSettings.AppSettings.Get("ReportPath"))
    Dim crLogInfo As TableLogOnInfo
    Dim crConnectionInfo As ConnectionInfo
    Try
    str_ReportPath = CStr(ConfigurationSettings.AppSettings.Get("ReportPath"))
    o_Rpt = New CrystalDecisions.CrystalReports.Engine.ReportDocument
    o_Rpt.Load(str_ReportPath & "\rpts\" & str_ReportName)
    If Context.Session("DataTable") = "" Then
    crLogInfo = New TableLogOnInfo()
    crConnectionInfo = New ConnectionInfo()
    crLogInfo = o_Rpt.Database.Tables(0).LogOnInfo
    crConnectionInfo = o_Rpt.Database.Tables(0).LogOnInfo.ConnectionInfo
    clsDbCnn.SetDBProperties()
    crConnectionInfo.ServerName = clsDbCnn.Server
    crConnectionInfo.DatabaseName = clsDbCnn.Database
    crConnectionInfo.UserID = clsDbCnn.UserID
    crConnectionInfo.Password = clsDbCnn.Password
    crLogInfo.ConnectionInfo = crConnectionInfo
    o_Rpt.Database.Tables(0).ApplyLogOnInfo(crLogInfo)
    Else
    ds_MISReports = New DataSet()
    ds_MISReports = CType(Session("DataTable"), DataSet)
    o_Rpt.SetDataSource(ds_MISReports)
    End If
    If Not IsPostBack Then
    Dim param_Fields As CrystalDecisions.Shared.ParameterFields = New ParameterFields()
    Dim iCount As Integer
    If str_ReportParameters.GetUpperBound(0) <> 0 Then
    For iCount = 0 To str_ReportParameters.Length - 1 Step 2
    o_Rpt.SetParameterValue(CStr(str_ReportParameters(iCount).ToString()), CStr(str_ReportParameters(iCount + 1).ToString()))
    Next
    o_Rpt.RecordSelectionFormula = strReportFilter
    End If
    End If
    'crViewer.DisplayGroupTree = False
    'crViewer.ReportSource = o_Rpt
    SetDBLogonForReport(crConnectionInfo, o_Rpt)
    Dim TargetFileName As String
    Dim fs As System.IO.FileStream
    Dim FileSize As Long
    Dim GenDS As DataSet
    'Dim oRD As New ReportDocument()
    Dim crReportObject As CrystalDecisions.CrystalReports.Engine.ReportObject()
    Dim oExO As ExportOptions
    Dim oExDo As New DiskFileDestinationOptions()
    'Build Target Filename
    TargetFileName = str_ReportPath & "\Pdfs\" & Session.SessionID & ".pdf"
    'Export to PDF
    oExDo.DiskFileName = TargetFileName
    oExO = o_Rpt.ExportOptions
    oExO.ExportDestinationType = ExportDestinationType.DiskFile
    oExO.ExportFormatType = ExportFormatType.PortableDocFormat
    oExO.DestinationOptions = oExDo
    o_Rpt.Export()
    o_Rpt.Close()
    'Send the file to the user that made the request
    Response.Clear()
    Response.Buffer = True
    Response.AddHeader("Content-Type", "application/pdf")
    Response.AddHeader("Content-Disposition", "attachment;filename=MyReport.pdf;")
    fs = New System.IO.FileStream(TargetFileName, IO.FileMode.Open)
    FileSize = fs.Length
    Dim bBuffer(CInt(FileSize)) As Byte
    fs.Read(bBuffer, 0, CInt(FileSize))
    fs.Close()
    Response.BinaryWrite(bBuffer)
    Response.Flush()
    Response.Close()
    o_Rpt = Nothing
    Return True
    Catch ex As Exception
    strError.strMsg = Err.Description
    Return False
    Finally
    crConnectionInfo = Nothing
    crLogInfo = Nothing
    End Try
    End Function
    Private Sub SetDBLogonForReport(ByVal myConnectionInfo As ConnectionInfo, _
    ByVal myReportDocument As ReportDocument)
    Dim myTables As Tables = myReportDocument.Database.Tables
    Dim count As Integer
    For count = 0 To myTables.Count - 1
    Dim myTableLogonInfo As TableLogOnInfo = myTables(count).LogOnInfo
    myTableLogonInfo.ConnectionInfo = myConnectionInfo
    myTables(count).ApplyLogOnInfo(myTableLogonInfo)
    myTables(count).Location = myConnectionInfo.DatabaseName & ".dbo." & myTables(count).Location.Substring(myTables(count).Location.LastIndexOf(".") + 1)
    myTables(count).LogOnInfo.ConnectionInfo.ServerName = myConnectionInfo.ServerName()
    Next
    End Sub

  • Javascript error when opening CS3 on pc..?

    I cannot open ID on my CS3 package using my pc. The error appears twice in a box on screen stating
    'JavaScript Error'
    'Error Number 45'
    'Error string :Object is Invalid'
    'Line 387'
    also
    'JavaScript Error'
    'Error Number 45'
    'Error String; Object is Invalid'
    'Line 428'
    there was a problem initially due to program plug-ins reported missing so i tried going onto 'Help' and clicking on 'Configure Plug-Ins' from the drop down menu.
    Not sure what i did.. but now i cannot use ID as it shuts down after the javascript errors are reported.
    Anyone help?

    hi
    thanks for all the helpful info
    i tried to reinstall INDESIGN only... didnt work same problem.
    i tried by uninstalling INDESIGN and then reinstalling it only.... didnt work same problem.
    I guess im going to have to do a full reinstall.. not a problem, do i need to contact yourselves to get clearance for a reinstallation?
    I had a hard drive crash about 6 months ago and had to reinstall, had to phone Adobe and get an online clearance as id exceeded my sole installation for my CS3 hard copies.
    thanks again
    Date: Sat, 2 Jan 2010 09:50:57 -0700
    From: [email protected]
    To: [email protected]
    Subject: Javascript error when opening CS3 on pc..?
    I'd bet the original scenario was something like you tried to open a file and saw a message that you were missing plugins, or they were out of date, and that you should update or upgrade. That's the typical message you get when you try to open a file saved from a newer version of ID. Unfortunately it's quite misleading -- nothing you do to the plugins will help you in that case, and trying to use newer versions would be disastrous.
    You should be able to selectively reinstall just ID. If you have the DVD you can run the installer and do a "Repair" installation, and if that doesn't work, you should be able to uninstall ID, then reinstall without removing the whole suite. If that still doesn't work, bite the bullet, uninstall everything and run the clean script (http://kb.adobe.com/selfservice/viewContent.do?externalId=kb402767&sliceId=1), then reinstall. I'm not sure what happens with a downloaded installer, but I suspect it works the same. I'm pretty sure I read somewhere that to uninstall from a download you need to have it in the same location as was originally used for the installation.
    Peter
    >

  • JavaScript Error on Line 35

    For some reason my iphone Safari will not navigate to certain pages that it previously did. Tonight I turned on the debug console and when I try to navigate to those pages it tells me that I have a JavaScript Error on Line 35.
    How can I fix this error so that I can navigate to these pages? Is there a way to restore the Safari settings?

    So, something has changed and I'm just looking for the best way to repair the browser. Any one have any ideas?
    It's more likely that something has changed on the server you are connecting to rather than something in the Safari browser, and unless it is your own website you won't be able to fix it yourself.
    Try clearing the Safari browser caches and cookies though. The JavaScript error may be unrelated.
    http://support.apple.com/kb/TA38613

  • Javascript error preventing software install

    I'm a Pro Tools user and I'm getting a Javascript error when I attempt to install an update for an AVID/Digidesign virtual instrument plugin called Transfuser. I downloaded the software directly to my Mac Pro got the error so I ran software updater and it brought the machine right up to date including Java but I'm still getting this:
    "There was an error while evaluating Javascript for the package"
    So AVID support asked me if I updated Javascript but I can't find a proper download link for it. I did an internet search for this error and found that it's quite common but nothing that helps me directly. I understand that Java and Javascript are not the same thing but AVID support mentioned that updating Java on my Mac would probably update both....though this is not clear. How can I fix this issue? I've never encountered it before and could use some help. You can see the DUC support thread I've got going here: http://duc.digidesign.com/showthread.php?t=278422
    I tried an experiment: Booting into my cloned drive and installing and it worked. But still no way to install from there onto another volume....and I can't use Time machine because I've had it turned off since I've been using Carbon Copy Cloner. Time Machine has known issues with Pro Tools.
    Seems to me it has something to do with the HD??? Any help on the matter would be most welcome.

    I don't see why you can't restore.
    Ideal is to do a walk-thru and test what a restore is and does and such - when you have time and things are working.
    When I restore, I format and then restore. Or you can erase.
    with enough drives, there is almost no need unless there may be structural errors, or you want to move the system to a new larger or faster drive.
    HELP menu in programs like Disk Utility plus it is quite easy
    I am not audio or protools, more system maintenance type, and I have no idea why or what is different. But I do know that if I have a system that works, I would make a copy (clone) of it and keep it safe (and off line).
    Having spare drives handy is a must, along with SuperDuper and Disk Warrior.
    Clone with SuperDuper doesn't copy temp files, log and caches, which is great, those can be problematic and just take up space, and are best recreated fresh.
    I would never say a drive is working 100% okay without also using Disk Warrior, maybe even TechTool Pro 5.
    Just DO NOT rely on only Apple First Aid to tell you or keep a drive in tip top shape and working order - it doesn't and won't.
    A newly formatted drive insures a number of things. You can also write zeros over the drive. A drive used by 10.6.3+ really should be formatted by Snow Leopard, especially system drives. Yes you can just install over Leopard and update, but it really isn't the same.
    I buy a lot of drives, but I trust all 4 systems I have to WD VelociRaptors for the most part, built like SCSI drives use to with good low seeks and latency, and run cold but fast.
    Also nice to have 4 systems so one can be used for testing or something or a job that takes a lot of time and leave me free.
    I'd take your problem system, use SuperDuper (free for full clone, inexpensive $29 for "Smart Update" feature) and clone it to a newly initialized drive; plus run Disk Warrior 4.2 against it first. Then run from that.
    I've had three WD drives out of 30 fail, all WD Caviar, two were "Black" series, one was repaired and works fine now thanks to WD's Windows utility. But I won't use Caviar drives except for storage and triple backups now.
    I was worried that going back and forth with different versions of AVID apps might handle data files differently, like how Microsoft changes Excel/Word .docx files.
    About CCC and other issues:
    http://macperformanceguide.com
    How to clone with CCC
    http://macperformanceguide.com/Mac-HowToClone.html
    Even for non-RAID (but definitely for use with RAID) nothing beats SoftRAID for reliable and easy to setup partitions.
    http://macperformanceguide.com/Mac-DiglloydHardware.html
    http://macperformanceguide.com/Storage-SoftRAID.html

  • Getting javascript error while selecting the Recipients in OBIEE delivers.

    Hi All,
    I am working on OBIEE from quite a long time, but recently I came across a error while selecting the Recipients in Recipients list of OBIEE delivers.
    Making it more comprehensive, when I try to create an ibot , after entering all necessary information when I select Recipients in Recipients list and click on ok. I get a JavaScript error "null" is null or an object. The surprising thing is when i select cancel it works as ok.
    Any help will be highly appreciated
    Thanks,
    Jyoti
    Message was edited by:
    user616430

    I think you dont have a field named /BIC/XXXXXX in the table from which you are trying to fetch the data. Chech the spelling of the field name and table name.

  • Dreamweaver 6 launch error - JavaScript error bcinit

    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

  • 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;
    > }
    >
    >

  • Javascript error when opening Tag editor

    I have been using dreamweaver 8 for the last month or so. all
    of a sudden a couple of days a go it started to give me the same
    error every time i right clicked an input element and clicked the
    'Tag Edit <Input>'.
    The error reads
    "While executing onLoad in input.htm, a JavaScript error
    occurred."
    Any ideas?
    I have already tried the repair option in Add/Remove
    Programs, and that didnt work
    I then tried the Remove option, and then completely
    reinstalled it to no prevail
    Thankyou for any suggestions you may have

    See if this helps:
    Troubleshooting JavaScript errors in Dreamweaver
    http://www.adobe.com/go/19105
    Nadia
    Adobe® Community Expert : Dreamweaver
    CSS Templates |Tutorials |SEO Articles
    http://www.DreamweaverResources.com
    ~ Customisation Service Available ~
    http://www.csstemplates.com.au
    CSS Tutorials for Dreamweaver
    http://www.adobe.com/devnet/dreamweaver/css.html
    "Jay6390" <[email protected]> wrote in
    message
    news:esqm83$if1$[email protected]..
    >I have been using dreamweaver 8 for the last month or so.
    all of a sudden a
    > couple of days a go it started to give me the same error
    every time i
    > right
    > clicked an input element and clicked the 'Tag Edit
    <Input>'.
    >
    > The error reads
    > "While executing onLoad in input.htm, a JavaScript error
    occurred."
    >
    > Any ideas?
    > I have already tried the repair option in Add/Remove
    Programs, and that
    > didnt
    > work
    > I then tried the Remove option, and then completely
    reinstalled it to no
    > prevail
    >
    > Thankyou for any suggestions you may have
    >

  • OnClick JavaScript error

    I have made several changes to my nav bar through Fireworks
    and exported, which I have done a million times, but this time when
    I inser Fireworkd HTML image it gives me the following message:
    While executing onClick in Fireworks HTML.htm, the following
    JavaScript error occurred:
    At line 438 of File C:\Program Files\Macromedia\Dreamweaver
    MX 2004\Configuration\Shared\MM\Scripts\InsertFireworksHTML.js":
    TypeError: menuFn.match(searchPatt)has no properties.
    I should tell you we have two sites we are putting this in.
    One to test pages and one that is live.
    Any help would be great!
    BigD

    Don't use FW menus.
    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)
    or on Mac -
    Library/Application Support/Macromedia/Dreamweaver
    8/Configuration/MacFileCache-*.dat
    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
    ==================
    "BigD05" <[email protected]> wrote in
    message
    news:es6jpt$551$[email protected]..
    >I have made several changes to my nav bar through
    Fireworks and exported,
    >which
    > I have done a million times, but this time when I inser
    Fireworkd HTML
    > image it
    > gives me the following message:
    >
    > While executing onClick in Fireworks HTML.htm, the
    following JavaScript
    > error
    > occurred:
    > At line 438 of File C:\Program
    Files\Macromedia\Dreamweaver MX
    >
    2004\Configuration\Shared\MM\Scripts\InsertFireworksHTML.js":
    TypeError:
    > menuFn.match(searchPatt)has no properties.
    >
    > I should tell you we have two sites we are putting this
    in. One to test
    > pages
    > and one that is live.
    >
    > Any help would be great!
    >
    > BigD
    >
    >

Maybe you are looking for

  • Error-IM258-This refers to an error in central status management.

    Dear All We have used the enhancement "MCI10001" for triggering the external E mail while scheduling the maintenance plan using T code IP10. System will fetch the E mail ID from the equipment master -partner function either Vendor or User responsible

  • **** WARNING: FCPeopleTableHelper vCardImage is nil

    Hi all,What do I do to get the console to stop issuing warnings like below: 23/05/2012 12:07:06.473 System Preferences **** WARNING: FCPeopleTableHelper vCardImage is nil 23/05/2012 12:31:14.634 UserEventAgent CalAlarmAgent :: WARNING: could not laun

  • Ksh in solaris 10 behave strange

    when use ksh from ksh the soft link (directory) will return physical path instead of symbolic link path. on solaris 10 $ ksh $ ln -s /var/tmp testlink $ ls -l lrwxrwxrwx 1 user1 group1 8 Nov 30 15:05 testlink -> /var/tmp $ cd testlink $ pwd /tmp/test

  • Problems opening my indd files

    I have been working with Indesing in several days and now suddently I can't open the file I have used? A message says tht I shal controle the fileallianses. But what is that?

  • Table structure changes when using 'create table X as ( select * from X@remote_server )'

    I need to create and copy data from a remote Oracle server to a local server. The command I use is create table X as ( select * from X@remote_server ) with remote_server is the tns name of the remote Oracle server. The local table is created and popu