JavaScript error when visiting Google University

Hello
I got a message when I search in Google scholars saying:

[JavaScript application]
Error: document.getElementById ("refineAll") is null

Does anyone know how to solve?

Thank you
Nieves

in order to diagnose the problem, can you please
start firefox in safe mode once and see if the error message occurs there too. If not, then please try disabling all your extensions in tools > addons > extensions, restart the browser and reactivate them one by one to find out what caused this (a restart may be required after every step).

I don't know if I understand this, but if the whole browser crashed, you may also be able to get an id of crash, which would contribute to the best use to solve the problem.

Tags: Firefox

Similar Questions

  • How can I fix a javascript error when opening from Dreamweaver?

    DW CS6 has recently started having 2 JavaScript errors when opening the application and at least 1 additional JavaScript error when you use the Insert Picture command.  Can anyone provide some tips about fixing this problem?

    DW-error2.JPG

    DW-error1.JPG

    DW-error3.JPG

    This will help-

    Dreamweaver FAQ index

    Look at the first number.

  • Core of CBWMS JavaScript error: "when executing translateCustomControl in ExternalRenderers.htm...". »

    Since the October release upgrade I get this dozens of times a day error. It seems to happen when changing window that is developed to another program, while in the middle of saving a file in DW. There is a JavaScript error IN the code base of Dreamweaver, it has nothing to do with any file that I am trying to change, sometimes little any type of file, I work in and/or save.

    Here is the error message: "when executing translateCustomControl in ExternalRenderers.htm, a JavaScript error occurred." It is not always the translateCustomControl function, but it is always in the file ExternalRenderers.htm.

    I use Dreamweaver CC 2014 on Windows 8.1

    Any help is appreciated... Thank you!

    I remember well, it is a bug, and someone mentioned previously.

    If I were you, I would like to send a bug report to:

    https://www.Adobe.com/cfusion/mmForm/index.cfm?name=wishform&loc=en

  • help with JavaScript errors when opening Dreamweaver CC

    Since 3 days when I opened Dreamweaver CC on my Mac OS 10.8.5, I have 2 different JavaScript errors: "InternalError: unexpected end of data", and "InternalError: cannot decode JSPrincipals" Dreamweaver seems to work ok, with the exception of copy / paste, but couldn't find a way to clean up the errors.

    Ahh... found, had to use go and type in ~/library to get there. Thank you!

  • JavaScript error when the special opening

    It happened twice all in task of opening in the workspace: 'expected hexadecimal digit.

    Sniff the communication between the client and the server to LC revealed that the URL should point to a temporary server file contains the server path:

    C:\LCGDS\doc17987987

    first '-' since this is way not analyzable URL together by EI - where the above javascript error.

    LCGDS is the Global document storage directory that is, at this stage, local to the LC Server.

    It is not possible to repeat the isssue or connect it to the specific document, user or workstation.

    We have LC ES2 with the latest SP and configuration of single server (without clusters).

    What should do?

    Don't think it would be on SS2, but this is a bug, you should contact technical support to get a patch so that it is.

    The url must end with the file name of the path part (for example usually something like expenses.pdf) and not including any previous drive: / path path/info).  The bug is that when the full path of the file name contains the backslashes, the analysis did not work.

    The file name is taken from the name attribute of the Document provided for the service rendered.  This case could occur if you use a variable document in your process. As a solution, you can temporarily modify the process to remove the attribute file name variable doc containing the form before being used in a step of user.  (use setvalue with Document function setDocAttribute (docvarname, "fileName", ""-Note that this returns the document updated so easy to use in a setvalue).)

    I do not recommend trying to modify the workspace for this problem.

  • Dreamweaver 6.1 - JavaScript error when switching between open tabs

    When you switch between open tabs, occurs a series of javascript errors. I had not used Dreamweaver for about 2 weeks, and the last time that I used it without any problems.

    I tried to uninstall, OKing deleting all files when asked, re - install and update with dwmx61_updater.exe, but I still get the same errors.

    This made it virtually unusable software, so any help would be greatly appreciated, as I'm working to a deadline approaches quickly.


    'While executing Browse_Back activated within toolbars.xml, a JavaScript error has occurred"
    followed by
    'While executing Browse_Forward activated within toolbars.xml, a JavaScript error has occurred"
    followed by
    'While executing Browse_Stop activated within toolbars.xml, a JavaScript error has occurred"

    The code seems to be:

    <!--> browser nav toolbar

    < id toolbar = "Browser_Toolbar" platform = "win" label = "Browser Navigation" container = 'document' initiallyVisible = "false" >

    < id button = "Browse_Back."
    image="toolbars/images/mm/back.gif".
    disabledImage="Toolbars/images/MM/back_dis.gif".
    ToolTip = 'return '.
    Label = 'return '.
    Enabled = "DW.getDocumentDOM (). Browser.isCmdEnabled ('back').
    Command = "DW.getDocumentDOM (). Browser.backPage ().
    Update = "onEveryIdle" / >

    < id button = "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" / >

    < id button = "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" / >

    < id button = "Browse_Refresh."
    image="toolbars/images/mm/browserRefresh.gif".
    ToolTip = "refresh."
    label = "refresh."
    enabled = "true".
    Command = "DW.getDocumentDOM (). Browser.refreshPage () "/ >"



    probably the next error is caused by the previous ones have failed:

    "While running to getCurrentValue in AddressURL.htm, a JavaScript error occurred"
    the subprojects tcode:


    getCurrentValue() function
    {
    var dom = DW.getDocumentDOM ();
    var value = dom.browser.getURL ();
    If (value & & value.length)
    {
    check if it isn't a temp file
    excerpt from 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);
    }
    }
    Returns the value;
    }

    Out of curiosity, I uninstalled IE7 beta 3, as it was the only program I thought that may be important that has been installed since last Dreamweaver work properly - and guess what? -the problem disappeared!

    Thanks again for your help - I hope this topic can be useful to someone else.

  • JavaScript error when using ExternalInterface.addCallback("IsStatic",IsStatic) with cross-domain swf file

    How can I use ExternalInterface.addCallback("IsStatic",IsStatic) when using javascript server access (html) of server B (swf)? coz it showing error?

    Server A
    192.168.0.10/xxx/example.html
    ===========
    < object classid = "clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    ID = "MGSInsurances1" width = "960" height = "600".
    codebase =" http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab" > "
    "" < param name = "movie" value = " http://192.168.0.22/MGS/flex/MGSInsurances1.swf" / >
    < param name = "quality" value = "high" / >
    < param name = "bgcolor" value = "#869ca 7" / >
    < param name = "allowScriptAccess" value = "always" / >
    "" < embed src = " http://192.168.0.22/MGS/flex/MGSInsurances1.swf" quality = "high" bgcolor = "# ca 869, 7.
    width = "960" height = "600" name = "MGSInsurances1" align = "middle".
    play = "true".
    Loop = "false".
    quality = "high".
    allowScriptAccess = "always".
    Type = "application/x-shockwave-flash".
    pluginspage =" http://www.adobe.com/go/getflashplayer_fr" > "
    < / embed >
    < / object >
    < script language = "javascript" >
    window. MGSInsurances1 = document.getElementById('MGSInsurances1');
    < /script >

    Server B
    192.168.0.22/mgs/Flex/MGSInsurances1.swf
    ==================

    Security.allowDomain("*");

    If (ExternalInterface.available)
    {
    ExternalInterface.addCallback("IsStatic",IsStatic) ("onchange", onchange);
    ExternalInterface.addCallback("IsStatic",IsStatic) ("datachange", datachange);
    }

    but javascript Error shows "Unknown name", how can I solve this problem? urgent! Anyone know this?

    I solved it! because I did not restart my server again! Again not error! Sorry to annoy everyone.

  • JavaScript error when you open the tag editor

    I used dreamweaver 8 for the last month or two. Suddenly a couple of days a go he started giving me the same error every time that I right click an input element and you have clicked on the "Edit < Input > tag.

    The error reads
    "While executing onLoad in input.htm, a JavaScript error occurred."

    Any ideas?
    I already tried the option repair in Add/Remove Programs, and who did not
    I then tried the option to remove and then completely reinstalled to no prevail

    Thanks for any suggestions you may have

    See if this helps:

    Troubleshooting errors in Dreamweaver JavaScript
    http://www.Adobe.com/go/19105

    --
    Nadia
    Adobe® Expert community: Dreamweaver
    ----------------------------------------
    CSS templates | Tutorials | SEO articles
    http://www.DreamweaverResources.com
    ~ Available customization service ~
    http://www.csstemplates.com.au
    ----------------------------------------
    Tutorials CSS for Dreamweaver
    http://www.Adobe.com/devnet/Dreamweaver/CSS.html

    "Jay6390" wrote in message
    News:esqm83$IF1$1@forums. Macromedia.com...
    > I use dreamweaver 8 for the last month or two. all of a sudden a
    > a few days a go, he started to give me the same error every time I
    > right
    > click on an element of entry and clicked on "Tag Edit'.
    >
    > The error reads
    > "While executing onLoad in input.htm, a JavaScript error occurred."
    >
    > Any ideas?
    > I've tried repair option in Add/Remove programs and that
    > has no
    > work
    > I then tried the option to remove and then completely reinstalled to no.
    > prevail
    >
    > Thanks for any suggestions you may have
    >

  • Why make a 'met while loading HTML javascript error' when I insert a google map into indesign?

    In the past I have integrated a google map in my DPS projects very well. Now, I get this error "error while loading HTML javascript" how to solve this?

    Here's a thread on the InDesign forum where the issue has been resolved: Indesign HTML does not

  • Firefox crash when visiting Google +.

    Hello

    Whenever I open Firefox and then when I visit Google +, Firefox crashes. Then I see the error report window when I click "restart firefox" and then everything is ok.

    I sent crash report several times and I have this problem since version 30 and it persists today in version 31.

    I'm using Ubuntu 32-bit 14.04 so I opened firefox with the terminal to see what is the problem and this is what I have:

    (process: 8059): CRITICISM of GLib *: g_slice_set_config: assertion 'sys_page_size == 0' failed

    (firefox:8059): GLib-GObject-WARNING *: try to add the property GnomeProgram:sm - connect after class has been initialized

    (firefox:8059): GLib-GObject-WARNING *: try to add the property GnomeProgram:show - crash-dialogue after the class has been initialized

    (firefox:8059): GLib-GObject-WARNING *: try to add the GnomeProgram::display property after the class has been initialized

    (firefox:8059): GLib-GObject-WARNING *: try to add the icon property - GnomeProgram:default after the class has been initialized

      • (firefox:8059): CRITICISM *: gst_app_src_set_size: assertion 'GST_IS_APP_SRC (appsrc)' failed
      • (firefox:8059): CRITICISM *: gst_app_src_set_size: assertion 'GST_IS_APP_SRC (appsrc)' failed

    Best regards

    This looks like a problem with GStreamer.

    Try to set the pref to false media.gstreamer.enabled on the topic: config page.

  • JavaScript error when starting Firefox 5

    I just updated Firefox to 4.0.1 to 5. Now when I run Firefox, you receive the following error message:

    JavaScript application
    TypeError: Components.classes['@ [cid] is undefined

    When I click the OK button, Firefox support. It seems normal and seems to behave normally. I have Java Version 6 Update 26 installed (Windows XP), which is the latest version.

    Seems to be a Firefox problem, because I had not before with the same version of Java installed. Is there a Firefox setting that should be changed, or is it perhaps a bug of Firefox?

    Start Firefox in Firefox to solve the issues in Safe Mode to check if one of the extensions of the origin of the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > appearance/themes).

    If this does not work in mode without failure, then disable all extensions and then try to find out who is the cause by allowing both the problem reappears.

    • Choose "Disable all add-ons" on issues to troubleshoot Firefox in Safe Mode to set window to disable all extensions.
    • Close and restart Firefox after each change through "file > exit ' (Mac: ' Firefox > leave";) Linux: "file > exit ')

    In Firefox 4, you can use one of them to start in the questions to troubleshoot Firefox in Safe Mode:

    • Help > restart with disabled modules
    • Hold down the SHIFT key while double-clicking the shortcut from the desktop Firefox (Windows)
  • Error when using Google Chrome on Windows 7 x 64 BSOD.

    Hello

    I am experiencing BSOD random days on a pretty new install of Windows 7. It is not that occur when you perform heavy tasks (when making music with lots of ram and CPU in use), but (I assume) when browsing with Google Chrome. It seems completely random, can not find the problem... I have a .dmp file and downloaded to my dropbox. Maybe someone can analyze and find the faulty driver or something?
    Link: http://dl.dropbox.com/u/10938251/MEMORY.rar
    Hope to hear from someone!
    Thank you
    Pablo

    These accidents were caused by the corruption of memory (probably a driver).  Run these two tests to check your memory and find which driver is causing the problem.

    If you are overclocking reset all default before running these tests.
    In other words STOP!

    1 - Memtest.

    * Download a copy of Memtest86 and burn the ISO to a CD using Iso Recorder or another ISO burning program. "http://www.memtest.org/#downiso"] Memtest86 + - Advanced Memory Diagnostic tool

    * Boot from the CD and let it run at least 5 or 6 passes.

    Remember, anytime Memtest reports errors, it can be bad RAM or a bad motherboard slot.

    Test the sticks individually and if you find a good, test it in all slots.

    Any error is indicative of a memory problem.

    If a well-known stick fails in a slot of motherboard, it's probably the slot.

    http://www.SevenForums.com/tutorials/105647-RAM-test-Memtest86.html

    2. Driver Verifier

    Using Driver Verifier is a dubious proposition. Most of the time it will crash and it will tell you what is the driver. But sometimes it will crash and will not tell you the driver. Sometimes it will crash until you can connect to Windows. If you can't mode without failure, then you will have to resort to editing the registry offline to disable driver verifier.

    I suggest that you first back up your data and make sure you have access to another computer so you can contact us in case of problems. Then do a system restore point (so you can restore the system using the functionality of Vista/Win7 Startup Repair).

    In Windows 7, you can do a startup repair disk by clicking Start... All programs... Maintenance... Create a system - with Windows Vista repair disc, you need to use your drive installation or from the "Repair your computer" option at the top of the Safe Mode menu.

    So, here is the procedure:
    -Go to start and type "auditor" (without the quotes) and press enter
    -Select 'Create a custom settings (for code developers)' and click 'Next '.
    -Select "Select individual settings from the list complete" and click "Next".
    -Select the entire document except for "Low resource Simulation" and click "next".
    -Select "Select driver names from a list", then click "next".
    Select all drivers that are NOT provided by Microsoft, and then click "Next".
    -On the next page, select "Finish".

    Restart the system and wait as he crashed to blue screen. Continue to use your system normally and if you know what are the causes of the crash, do it several times. The objective here is to get the system crash because Driver Verifier is stressing out the drivers. If it is not planted for you, then let it run for at least 36 hours of continuous operation (an estimate on my part).

    If you are unable to Windows because it crashes too early, try safe mode.
    If you can't mode without fail, try to use the system from the installation DVD restore to bring the system back to the previous point of restoration that you created.
    http://www.SevenForums.com/tutorials/101379-Driver-Verifier-enable-disable.html

    Further reading
    "http://support.microsoft.com/kb/244617"] using Driver Verifier to identify issues with Windows drivers for users advanced

  • JavaScript error when loading DynamicSelectlist.htm

    When I'm working on a PHP file, I get an error in DreamWeaver CM³. I have Apache and MySQL running while developing. The rest of the error message is: line 67 of file ' C:\Program Files\Adobe\Adobe Dreamweaver CC 2015\Configuration\Shared | Comm, suite | Scripts | GridControlClass.js": this.object has no properties

    Please tell me what I have to do to get rid of the error.

    Try to remove a corrupt cache file

  • preferences JavaScript error when you click Insert

    Hello

    I tried to look on the net but no solution I could see for this.

    When I click on insert in DW CS3 I get an "yy/scripts/preferences.js" error 3 error

    I do not see this file in my program files, how can I solve this?

    Thank you very much

    Hello

    The only other known/possible solution is to remove your personal configuration folder, see - http://forums.adobe.com/thread/429114

    and http://forums.adobe.com/thread/494812.

    PZ

  • I get the message javascript error when opeing of new window site Exc in handl ev: TypeError: brw is undefined

    When this happens, the new window opens but cannot be closed except using the X in the upper right (there is a link 'close' on the web page that appears to be disabled. When the PC is powered and on the new firefox opens all the same winfdows, which had been closed when stopping down

    Please see the solution in http://kb.mozillazine.org/Problematic_extensions
    "McAfee Site Advisor.

    (Windows): for best results, you need to uninstall McAfee Site Advisor from Control Panel > add/edit programs (programs and features). Restart the system. Then http://www.siteadvisor.com/ reinstalling and reboot the system. Installation of other waste (crapware) suggested applications.

    Please mark "resolved" a response that will better help others with a similar problem - hope it was her.

Maybe you are looking for

  • information about iCloud

    So I have everything in my iCloud. Especially my passwords, they are locked and I also use iCloud keychain. My question is are my notes without danger? My notes are: password locked iCloud encrypted What happens if iCloud loses files? iCloud can some

  • Satellite L640 needs 32 bit 64 bit no win 7

    Made mistake on the new installation, win7 64 bit installed on my new satellite L640 need 32 bit version but how to re install it, please, anyone

  • iPod classic skip songs

    Hi, looking for tips for my ipod classic, which has about 3 years. My ipod has recently developed a problem where it jumps randomly songs when I play through a playlist.  When this happens, it moves just from song to song without playing one of them.

  • MacBook Tocuhpad gestures for the back button browser &amp; scrolling

    Hi guys,. Had a few questions for Macbook & MBP touchpad The last BONE has something good "2 fingers sliding backward" for browsers (chrome & safari)? " * For scrolling, instead of 2 fingers side by side, perfectly also on another book? ++ A bit like

  • the DFS replication add new servers to an existing rule

    I have an existing replication and 2 new servers I want to add new servers to the old rule and start replication Once everything is running I want to remove the old servers and leave the new