script runing error in IE

I get the following error:

'g_Logger' is undefined

Code: 0

URL: file:///C:/Program Files/Dell Support Center/sscommon/common/inc/ss_shellinclude.js

See if the information below helps you solve the problem/s you have with Internet Explorer:

http://support.Microsoft.com/default.aspx/KB/936213/?p=1

"How to optimize Internet Explorer"

Configuration in Windows Internet Explorer 7 and Windows Internet Explorer 8 settings can cause one or more of the following problems:

·    You experience performance issues in Internet Explorer.

·    You receive an error message in Internet Explorer. For example, you receive a message error "Internet Explorer cannot display the webpage".

·    Internet Explorer stops responding.

This article describes how optimize or reset Internet Explorer in Windows Vista to solve these problems.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

http://support.Microsoft.com/kb/936215

"How to solve the problems of Internet Explorer in Windows Vista and Windows XP"

This article explains how to solve any problems that you may experience when you use Windows Internet Explorer 7 or Windows Internet Explorer 8 on a computer that is running Windows Vista.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

http://support.Microsoft.com/kb/936214/

"How to solve compatibility problems that affect Internet Explorer 7 in Windows Vista"

This article describes how to troubleshoot software compatibility affecting Windows Internet Explorer 7. To help determine which program may be the cause of the problem, you can do the following:

1 use the mode safe mode with networking

2. perform a clean boot

3. use another user account

4 scan your computer against viruses and spyware

5. run Internet Explorer 7 in "no Add-ons" mode

Hope the above helps.

·                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Also try the Forum from IE:

http://social.answers.Microsoft.com/forums/en-us/InternetExplorer/threads

They will help you with your question IE in Forum Internet Explorer above.

See you soon.

Mick Murphy - Microsoft partner

Tags: Windows

Similar Questions

  • Windows Script Host error

    The following Windows Script Host error is displayed on start up

    Script: C:\Users\Sheeba\AppData\Roaming\69976\7f8.js

    Line: 1

    Char: 25183

    Error: Constant not terminated string

    Code: 800A03F7

    Source: Microsoft JScript compilation error

    See if you have something running at startup, which is the origin of the problem.  See if it occurs in Mode without failure.

    Startup options (including safe mode)
    http://Windows.Microsoft.com/en-us/Windows7/advanced-startup-options-including-safe-mode

    How to perform a clean boot for a problem in Windows Vista, Windows 7 or Windows 8
    http://support.Microsoft.com/default.aspx/KB/929135

  • beforeSave "unable to delete the target of an active script event" error

    Hello

    Can someone get to work, the extract below?

    I can't get the beforeSave event to place an image, I get the error message "cannot delete the target of an active script event.

    The same question was asked and not answered here beforeSave "unable to delete the target of an active script event" error with a snippet of applescript.

    Thank you

    Trevor

    #targetengine placeImage
    before = function (evt) {
        var doc, placeFile, newPage;
        doc = evt.target;
        if ( !(doc instanceof Document) ) return;
        placeFile = new File (File.openDialog());
        if (!placeFile) return;
        try {
          newPage = doc.pages.add();
          placedImage = newPage.place(placeFile)[0];
        } catch (e) {
          app.eventListeners.item("onBeforeSave").isValid && app.eventListeners.item("onBeforeSave").remove();
          alert(e); //Cannot delete the target of an active script event" error
        }
    }
    
    
    function registerEventListener() {
      app.eventListeners.item("onBeforeSave").isValid && app.eventListeners.item("onBeforeSave").remove();
      app.eventListeners.add( "beforeSave", before).name = "onBeforeSave";
    }
    
    registerEventListener();
    
    
    #targetengine placeImage
    before = function (evt) {
        var doc, placeFile, temp, tempDoc;
        doc = evt.target;
        if ( !(doc instanceof Document) ) return;
        placeFile = new File (File.openDialog());
        if (!placeFile) return;
        evt.userInteractionLevel = UserInteractionLevels.NEVER_INTERACT;
        try {
          tempDoc = app.documents.add(false);
          temp = tempDoc.spreads[0];
          placedImage = temp.place(placeFile)[0];
          temp.duplicate(LocationOptions.BEFORE, doc.spreads[0]);
          tempDoc.close(SaveOptions.NO);
        } catch (e) {
          app.eventListeners.item("onBeforeSave").isValid && app.eventListeners.item("onBeforeSave").remove();
          alert(e); //Cannot delete the target of an active script event" error
        }
    }
    
    function registerEventListener() {
      app.eventListeners.item("onBeforeSave").isValid && app.eventListeners.item("onBeforeSave").remove();
      app.eventListeners.add( "beforeSave", before).name = "onBeforeSave";
    }
    
    registerEventListener();
    

    Œuvres without raising an error.

  • Error during asynchronous script runing DIAdem of labview on dual core processor

    Need urgent help / advice here!

    A kernel works well... double heart generates error: error in (line: column 17,: 1): error opening object. The currently open object has no subobjects. Forgotten ObjClose?

    The main software built in labview for data acquisition and analysis generates a PDF report at the end of a test, using DIAdem. For this I use the tiara express vi in labview to generate a report of multi page, in which case I use for loop to go through an array of strings for each page. This loop has a registry change too. After each page I run a script to set a few parameters such as linear/log, start/end and line thickness using the DIAdem Connectivity Toolkit. See the script below:

    Call GraphObjOpen("2D-Axis1")
    Call GraphObjOpen ("2DXAxis8_1")
    D2AxisXDivMode = 'linear '.
    D2AxisXScaleType = "start/end of manual.
    D2AxisXBegin = 20
    D2AxisXEnd = 20000
    Call GraphObjClose ("2DXAxis8_1")

    Call GraphObjOpen ("2DYAxis8_1")
    D2AxisYDivMode = 'linear '.
    D2AxisYScaleType = "full automatic".
    D2AxisYBegin = 0
    D2AxisYEnd = 0
    Call GraphObjClose ("2DYAxis8_1")

    C = 1 to CurveNoMax
    If D2CurveObj (c) = "" then exit for ' c
    Call GraphObjOpen (D2CurveObj (c))
    D2CurveLineWidth = 0.75
    Call GraphObjClose (D2CurveObj (c))
    NEXT ' c

    Call GraphObjClose("2D-Axis1")

    There is also a screenshot of the vi: (script file is generated by the Dscript vi and saved on a disk. then the path is passed to the tiara script vi.)

    I think it is, after the first page of the report is complete to the second page tiara ALWAYS shows error as shown above. However, on my P4 laptop with single core (without hyperthreading) its works very WELL EVERY TIME with a given number of channels/pages of the report.

    My chain of thought is the ultra-fast dual core is something in parallel, so no waiting for page previous complete or complete his purpose of closing! However, in my loop for, I use a shift as before named register, certainly this kind of loop can be divided on multiple threads of carrots/parallel? because it must wait for the answer from the previous. ! ? ! ? Im running LV 8.6 on WinXP for this project and I don't even think treatment multicore for loops for is included in this version.

    The other thing is... This script allows to launch at the end on the dual core until I added the last part that uses a loop for to get all the lines of the chart to be the thinkness I need. What this loop for the guilty? Can I stop to run on multiple cores/threads? I read a post by saying that there is tiara 8 support multi core. This triggered my doubt

    As always, your comments are most appreciated

    AL

    Hi Al,.

    I have a theory, but only you can test.  In your screenshot of the VI, you have the Boolean value of entry for the tiara run with asynchronous Script.vi = TRUE.  My theory is that if you modify this boolean (and all others like him) asynchrous = FALSE, the error will not occur on the multicore computer.  The other thing you could try would be to consolidate all orders report that relate to a REPORT page in a single call to tiara ActiveX.  In the screenshot below, you have at least 2 distinct call of screw DIAdem, so it's at least 2 separate ActiveX calls for a REPORT sheet.

    Here's what I think is happening.  On a multi-core computer, there is the potential for different orders of LV ActiveX tiara to run on different hearts, which can lead to a problem of synchronization on the side of the tiara.  DIAdem 11.x and earlier works exclusively on 1 CPU, so incoming ActiveX controls should be properly sequenced by the tiara ActiveX task list.  Theoretically, tiara must serialize all incoming ActiveX controls (no matter which CPU processed them) in the order that they arrived at the Server ActiveX DIAdem.  The side sending, the execution of LabVIEW data flow should theoretically ensure that all ActiveX applications are sent in the correct order.  But it is theoretically possible that queue processing ActiveX of the operating system cannot send all the ActiveX controls to DIAdem in order that he receive them LabVIEW - IF YOU have SELECTED PROCESSING ASYNCHRONOUS.

    See if these clues help you,

    Brad Turpin

    Tiara Product Support Engineer
    National Instruments

  • script loading error message

    Dear support,

    I seem to get an error message when loading. The computer asks me my password and then reveals all my favorites. However, before finishing loading, I see an error message about scripts. I have attached a screenshot. Can you suggest something here?

    Nice Bluebird. Did you press Yes or no?

    You said that you get when the computer starts up?
    This address in the box is a web address.

    Section troubleshooting Firefox problems caused by malware .

  • Save the attachment script gives error "Mail has been a mistake: AppleEvent Manager has failed. ' number - 10000

    Hi all

    I'm completely ignorant when it comes to Apple Script and I'm trying to get this simple script to work. The purpose of the script is to save attachments in a folder named when I run on the Apple Mail messages via a rule.

    This is the code:

    Tell application "Mail".

    theMessages set of selection

    Repeat with thisMessage in theMessages

    the value of the theAttachments attached to a letter of thisMessage

    Repeat with thisAttachment in theAttachments

    the value theAttachmentFileName ((chemin d'accès àle texte riche de la règle de type dossier de départ) & ' treatment of the Documents record: Hazel ") & name of the thisAttachment

    Save thisAttachment in file theAttachmentFileName

    end repeat

    end repeat

    tell the end


    The folder does not exist, but I get a "error " Mail has been a mistake: AppleEvent Manager has failed. ' number - 10000 "when I run.

    The code in the Script Editor editor also inserts "type of rule" in my code, so I guess that my syntax is faulty.

    Any help would be greatly appreciated.

    Kind regards

    Beem

    If ' folder of treatment of Hazel ' already exists in the Documents folder, the following script of GUI, which seems to work perfectly under OS X 10.11.3, should do what you ask for:

    Try

    game of theDestinationFolder to ((path to the documents folder) as text) & "Hazel treatment record" as alias

    on error - file does not exist

    return Beep 3

    end try

    say application "Mail".

    activate

    the value theMessages to the selection

    Repeat with thisMessage in theMessages

    thisMessage Open

    say application 'System events' to say process "Mail".

    click on menu item "Save attachments...". " of 1 of the 'file' menu bar item menu of the menu bar 1

    Repeat until sheet 1 window 1 is

    end Repeat

    key sequence "o" using { control down,shift down}

    key sequence "Nutty".

    click on button 'Save' of the sheet 1 of window 1

    Repeat while sheet 1 window 1 is

    end Repeat

    key sequence 'w', using {control down} - close this message

    end say

    end Repeat

    end say

  • Windows Script Host error message

    My laptop is brand new & I got it for two days. This morning I started getting an error message evertime I turn it on or restart my laptop. It reads;

    Windows Script Host

    Can not find script file "C:/Windows/Temp/VAIO Care Rescue Tool.vbs.

    It's really upsetting because my laptop is two days old only & the VAIO Care Rescure is very imporatnt if something happens to my laptop.

    Can someone advise me please on how to solve this problem as soon as POSSIBLE.


  • MATLAB script node error: 1046

    Hello world

    I now use Labview for data acquisition and want to use MATLAB
    function of node script to do the work of image processing.

    I have some problems get MATLAB script to function properly. The
    It is:

    Whenever I tried to run the program, Labview gave me the following
    error:

    "Error 1046: Labview does not initialize the script server, make sure that the server software is.
    installed. »

    However, MATLAB is installed in the PC. I think that the reason of
    This error is that I'm using a PC based campus University. I got into this PC MATLAB is a network
    versioned. (i.e.
    installed on the network server, but not in the local hard disk).

    Is that what I can do to work around this error?

    Kind regards
    Kent

    Hi hykwei,

    Unfortunately, it is not possible to obtain the MATLAB Script nodes to work
    LabVIEW under your current network configuration. So that the
    Node MATLAB Script to work properly, it takes that MATLAB is
    installed on the same machine as LabVIEW. This means that you will need
    either install MATLAB on the local computer on which you apply
    LabVIEW or you need install and use LabVIEW in the same
    Server computer where MATLAB is installed. Function of MATLAB
    feature, you may be able to make some sort of minimum installation on the
    local machine that adds MATLAB to your registry and program files list,
    but who sends you right to the copy of MATLAB on the network.
    However, I am not aware if it is still an option or how you could go
    on the implementation of this scheme, so if you are interested, I would contact with
    MATLAB for more on this topic.

    Kind regards

  • 2012 LabVIEW and Matlab script server error

    I just installed LV 2012 and upgrade the code that runs Matlab scripts. Now when I run it, it gives me an error of server script (1047). I'm using Matlab 2007. Someone at - it the same problem? Anyone know of a solution?

    I guess it has to do with the server script does not properly. But I can't exactly run the same code in LV 2011 without problem while LV 2012 gives me an error. Same computer, etc.

    Thanks in advance for any help you might be able to provide.

    Thank you "transfererror", this helped me identify workaround.

    For those who struggle with this, that's what I learned:

    1. This affects only the variables that are passed in a sub - VI in the connector pane (that is, local variables are not connected to the connector pane apparently do not have this problem).

    2. it seems to only affect as vectors 1 d or 2D paintings. The reason why the screws inserted by Sev_K example applies to this problem is that the types of data that are not arrays do not have this problem.

    3. Thus, to solve my problem, I inserted just an addition of 0 to all vectors and matrices that have been passed in the Sub - VI. I guess what it doesn't copy the variable in a local buffer and it is perhaps the reason why he fix it?

    In any case, workaround seems to work. I don't know what it costs in terms of speed or memory, but I do not have much about it for my application (some real-time applications that use Matlab scripts eventually consider it).

    Perhaps this information can help identify and fix this bug.

    Unique

  • Script printing error

    Original title: print printer print

    I have a Samsung 1600 printer and when trying to print argument or appeal procedure not valid from 1 to Char message Script error line 2432 appears. I'm unable to find the cause of this error. All connections seem to be ok for the printer. The error occurred just recently. There's bee no power or failures that I am aware of that may have caused this.

    Your message was incorrectly displayed in the Feedback forum.  I moved it to the windows 'Hardware and drivers' forum where it is on the subject.  Quote your version of Windows when you post.

    The symptom you describe is a driver problem.  See if this helps: http://support.microsoft.com/kb/2652062

    What has changed on your PC between when it worked and now?

    Visit the website of Samsung and see if they have a driver written for your version of Windows.

  • I2C extract script read error of data-301705

    Hello

    Can someone explain to me why I get an error when my I2C reference script enters the second sequence of plate in the lower function.  If you look at the attachment, I have the error such that it is displayed on the screen when I'm in run mode and the arrow points to the function in question.  But if I step through the flat sequence I do not get the error.

    Gary Tyrna

    Tahoe RF Semiconductor, Inc.

    Hi Brandon,.

    This is the strange thing about this problem that make me think it could be a race issue.  Whenever I run it in one step via the mode I do not get the error, but once I have it running normal, I receive this error.

    Now, this weekend, I've changed this loop so that the test is preformed were recorded on his own sub - VI and this question has now disappeared.

    I apologize for not getting this answer to the discussion forum earlier, but I could test them until I went back to work.  Now that they run separately in a flat sequence error has disappeared.

    Thank you

    Gary Tyrna

    Tahoe RF Semiconductor, Inc.

  • When I try to print a Web Script etc. error page comes up

    cannot disable debugging

    Hello

    Thanks for posting your question in the Microsoft Community forums.

    What web browser do you use?

    If you use Internet Explorer, then you can try the solutions and check.

    Method 1:
    You can try the steps in knowledge base article and check.
    I can't print or preview before printing a Web page in Internet Explorer
    http://support.Microsoft.com/kb/973479


    Also, see the steps in the link:
    You receive a script error and are unable to print from Internet Explorer 9
    http://support.Microsoft.com/kb/2652062

    Method 2:
    You can also try the steps in the article of the basis of knowledge provided in order to avoid script errors in Internet Explore.
    How to resolve script errors in Internet Explorer on Windows computers
    http://support.Microsoft.com/kb/308260

    Also try the fix to avoid errors in Internet Explorer.
    http://support.Microsoft.com/kb/822521

    Hope this information helps. For any other corresponding Windows help, do not hesitate to contact us and we will be happy to help you.

  • Windows Media Player Script ERREURUne error has occurred on this page of script line: 303 tank: 25 error: the value of the property 'btnfinish_onclick' is null or undefined, not a function of object Code: 0

    Where to find information on the album in Media Player, I get the following message appears when I click on the button "Finish":

    An error has occurred on this page of script
    Online: 303
    Tank: 25
    Error: the value of the property 'btnfinish_onclick' is null or undefined, not a function object
    Code: 0
    URL: HTTP://FAI.MUSIC.METASERVICES.MICROSOFT.COM/FAI/ALBUMMATCH.ASPX?LOCALE=409&GEOID=F4&VERSION=11.0.6002.18311&USERLOCALE=409
    Do you want to continue?
    By clicking 'Yes' or 'No' doesn't produce any action. Does 'Cancel' which is there for that.
    This feature works flawlessly for months and now I can't download the album or graphics information.
    Help, please. Thank you
    original title: Windows Media Player Script error

    I solved this on my machine after a few game.

    When you arrive at the last stage of the search for album information, before you click on finish, click the small globe in the upper left corner of the dialog box.  This refreshes the connection to the server.  Click on finish, then it started working again.

    Refresh a couple of times before that it worked but so far 2 of 2 machines working again on my other maching.

    Hope this helps!

    Thank you thank you. Sometimes, it takes "Refresh" several times but finally the player "seems" to calm down.

  • Need a script deleted error

    I wonder my address hot mail I did everything will be deleted this script error

    I fix the problem

  • Script runtime error

    I remove some photos and "junk" of my photo file.  I have many icons that have a Notepad with lines on it.  When I click on them, they say Microsoft Script Run Time Error.  Not all say what it is.  Can I get rid of these?

    Thank you

    You can delete anything in your own library folders without fear of damaging Windows. If these files contain important data, I can't say. Use the method that I mentioned earlier, in case of doubt.

Maybe you are looking for

  • How to connect Tecra 8000 to my local network?

    I have tecra 8000 laptop and I want to connect to a network of small size but I can't find any network port on the sides of the laptop... what should I do?THX

  • The album cloud on the phone

    I have all my albums recorded in the iCloud, which works very well.  On my MBP, I am able to click with the right button on an original of this Mac album and "save".  Is there an equivalent to that in iOS?  I go abroad and want to record an album, so

  • An update that messes with the keyboard

    HP Support Assistant was an update on 11/30/2015, almost all of my keys have been affected by the latter. My keys on the keyboard will work exactly correctly, ALL my keys. for an example, I could stand w to move in a game and he would have a work sto

  • How can I activate the remote computer to power saving Mode monitor?

    I am a technician in a small private company and it is my duty to keep all desktop computers works very well. Desktop computers: are the Dell Optiplex GX260 Run Windows XP SP3 have Dell 17 "monitors with Intel Pentium 4 (2.4 Ghz) processor with 1 GB

  • the launch of the app of IDE error

    Hi all When I run an application with the IDE of Dev Alpha B it show the following error: Error in final launch sequence Cannot prepare and download the binary Error: Error loading application package: Permission denied I replaced the debugging token