Internet Explorer 11 will not open Embedded links or update application software., Open a blank page

Hello,
I have a customer with a brand new HP workstation and the same thing is happening here.
Doing a search in Norton Toolbar and then clicking on one of the results it opens a new IE page but the page is completely blank, including the tab at the top to identify the page. Also when using a tax software program that is running from a web browser
and clicking on an update it does the same thing.
When logging onto Online Banking and if you click on a transaction to view a deposit or a check it will not open that item.
The computer was installed 15 days ago. The first time we installed Office 2013 it asked to activate the product over the Internet. It would not connect to the Microsoft servers to validate the new product. OF course we had to call(phone) it in to validate.
There are more examples of "On Line" things not working properly, these are just a few.
Should I uninstall IE 11 and install IE10.  
So Far I have disabled all add-ons, reset IE, Ran a full viruscan - Results Clean (N360). Customer does use the password feature in Norton 360, i beleive it is called the "Vault".
I did uninstall IE 11 and Norton 360. Installed IE 11 on and the same results. Then I installed N360 back on.
Any helpful suggestions  would be appreciated. Customer does not want Chrome installed>  
Paul
PAUL

Hi,
the first step in troubleshooting web browser issues is to test in noAddons mode.
Start>Programs>Accessories>System Tools>Internet Explorer (noAddons)
In your customers case you should also try navigating to the URL by typing it directly in the IE address bar.... (when asking internet related questions please include the complete address to any web pages you are having issues with).
It seems plausible that in this case a configuration of the Nortons security suite or toolbar may be causing the issue.... Without an example link we cannot test the site in question. The Nortons toolbar is probably using google as a search results provider.
To completely remove Norton 360 from the computer you need to download the N360 removal tool.
https://support.norton.com/sp/en/us/home/current/solutions/kb20080710133834EN_EndUserProfile_en_us
have your tried support.norton.com?
you could try
a Reset IE Settings... (Advanced tab of Internet Options)
a Reset of IE security zone settings (Security tab of Internet Options>click "Reset all zones to default", then the Trusted sites icon, sites button....remove any domains from the trusted sites list.) (MSIE browsers have a security setting to prevent
navigation into zones of lower integrity).
Again... without a link to the website youre client is having issues with we can only guess.
Rob^_^

Similar Messages

  • Internet explorer will not open web pages

    HPw1858, Windows 7 connected to comcast cable. norton anti-virus program.
    Internet Explorer will not open web pages - refers to Domain Name Server missing or Error 403 (Forbidden) h30155.www.hp.com
    very frustrating. can you tell me what settings i need to change?

    y2ken wrote:
    You can try the Firefox web browser to see if you can then connect. Firefox is a better, faster, more secure browser anyway and will prompt you to transfer all your Favorites from IE.
    Firefox Download
    or
    Try the free Fix IE utility.
    FixIE Utility
    or
    You can try uninstalling IE8 then reinstalling it.
    Uninstall IE8
    I would take 'Y2ken's' advice and try Firefox.  I have used it for years with XP Pro and Ubuntu, Linux.  It definitely is more responsive.  Most of what is in IE8 was developed in FF several years ago.  FF was the first browser with tabs, for instance.
    Signature:
    HP TouchPad - 1.2 GHz; 1 GB memory; 32 GB storage; WebOS/CyanogenMod 11(Kit Kat)
    HP 10 Plus; Android-Kit Kat; 1.0 GHz Allwinner A31 ARM Cortex A7 Quad Core Processor ; 2GB RAM Memory Long: 2 GB DDR3L SDRAM (1600MHz); 16GB disable eMMC 16GB v4.51
    HP Omen; i7-4710QH; 8 GB memory; 256 GB San Disk SSD; Win 8.1
    HP Photosmart 7520 AIO
    ++++++++++++++++++
    **Click the Thumbs Up+ to say 'Thanks' and the 'Accept as Solution' if I have solved your problem.**
    Intelligence is God given; Wisdom is the sum of our mistakes!
    I am not an HP employee.

  • Version 3.6.6 and Internet explorer will not load sites, so I reloaded the older 3.6.3 of firefox and websites load fine. Internet Explorer still will not load. The error message corresponding with 3.6.6 was that there were problems with the proxy serve

    Upgraded to 3.6.6 and no sites loaded, error in proxy server. Internet explorer will not load either. Reloaded firefox 3.6.3 and sites load fine, but internet explorer still will not load. I was only able to connect to yahoo messenger when websites were not loading.
    == This happened ==
    Every time Firefox opened
    == I upgraded to 3.6.6

    I have a problem with Firefox loading. It will not load and it says Firefox is using a proxy that refuses connection. Check with your network administrator. How do I get Firefox to work. I've uninstalled it and reinstalled it twice. Any help would be great thanks.

  • Internet explorer will not load

    my internet explorer will not load, i just get a spinning beachball and could anyone have any suggestions as my dvd i purchased mastering os x panther requires ie. thank you gb foley.
    emac   Mac OS X (10.3.9)  

    Just use a different browser. Are the files on the DVD just HTML files? If so, then right click on the HTMl file (Control-Click if you don't have a two button mouse) and pick Open With... and point it to another browser. Firefox, Camino (what I currently use), Opera, etc.
    Patrick

  • Internet Explorer will not open a password-protected webpage

    I've asked this question in the General Discussion forum but
    did not find a solution. I am using DW8.0.2 / MySQL 4.1 / PHP5.1 to
    create PHP login and restricted access webpages. Locally (i.e.
    Windows XP / IIS5.0), they all function properly no matter what
    browser I use. However, on my ISP's server that running Linux /
    Apache, Internet Explorer 6.x or 7.x will not open the
    password-protected webpages - all the other php pages open and
    function properly. I can use Opera, Netscape, or Firefox and the
    pw_protected webpages open fine - just not in IE.
    I've tried cookies on / off, popup blocker on / off, and
    changed my PHP login scripting - all to no avail. Any one have any
    ideas why IE won't open a PHP-scripted pw-protected webpage while
    all other browsers can?

    Thanks for your suggestion. I've added the site to IE's
    Trusted Zone... but no luck. And to test further, I've turned off
    EVERY 'disable' feature I could in IE and still no joy.
    Could the problem be how IE proceses (or doesn't process) my
    PHP logon scripts and possibly does not pass the session on to
    Apache (the server is a Linux box running Apache)? I'm enclosing my
    scripts for review and hopefully for a discovery of why this is
    happening only in IE and not the other browsers.
    Here is my logon script:
    <?php
    // *** Start the session
    session_start();
    // *** Validate request to log in to this site.
    $FF_LoginAction = $HTTP_SERVER_VARS['PHP_SELF'];
    if (isset($HTTP_SERVER_VARS['QUERY_STRING']) &&
    $HTTP_SERVER_VARS['QUERY_STRING']!="") $FF_LoginAction .=
    "?".htmlentities($HTTP_SERVER_VARS['QUERY_STRING']);
    if (isset($HTTP_POST_VARS['Username'])) {
    $FF_valUsername=$HTTP_POST_VARS['Username'];
    $FF_valPassword=$HTTP_POST_VARS['Password'];
    $FF_fldUserAuthorization="Status";
    $FF_redirectLoginSuccess="bulletin_edit.php";
    $FF_redirectLoginFailed="access_error.html";
    $FF_rsUser_Source="SELECT Username, Password ";
    if ($FF_fldUserAuthorization != "") $FF_rsUser_Source .= ","
    . $FF_fldUserAuthorization;
    $FF_rsUser_Source .= " FROM tblaccess WHERE Username='" .
    $FF_valUsername . "' AND Password='" . $FF_valPassword . "'";
    mysql_select_db($database_leathernecks, $leathernecks);
    $FF_rsUser=mysql_query($FF_rsUser_Source, $leathernecks) or
    die(mysql_error());
    $row_FF_rsUser = mysql_fetch_assoc($FF_rsUser);
    if(mysql_num_rows($FF_rsUser) > 0) {
    // username and password match - this is a valid user
    $MM_Username=$FF_valUsername;
    session_register("MM_Username");
    if ($FF_fldUserAuthorization != "") {
    $MM_UserAuthorization=$row_FF_rsUser[$FF_fldUserAuthorization];
    } else {
    $MM_UserAuthorization="";
    session_register("MM_UserAuthorization");
    if (isset($accessdenied) && false) {
    $FF_redirectLoginSuccess = $accessdenied;
    mysql_free_result($FF_rsUser);
    session_register("FF_login_failed");
    $FF_login_failed = false;
    header ("Location: $FF_redirectLoginSuccess");
    exit;
    mysql_free_result($FF_rsUser);
    session_register("FF_login_failed");
    $FF_login_failed = true;
    header ("Location: $FF_redirectLoginFailed");
    exit;
    ?>
    And here is the script that appears on each restricted
    webpage:
    <?php
    // *** Restrict Access To Page: Grant or deny access to this
    page
    $FF_authorizedUsers=" edit";
    $FF_authFailedURL="access_error.html";
    $FF_grantAccess=0;
    session_start();
    if (isset($HTTP_SESSION_VARS["MM_Username"])) {
    if (false ||
    !(isset($HTTP_SESSION_VARS["MM_UserAuthorization"])) ||
    $HTTP_SESSION_VARS["MM_UserAuthorization"]=="" ||
    strpos($FF_authorizedUsers,
    $HTTP_SESSION_VARS["MM_UserAuthorization"])) {
    $FF_grantAccess = 1;
    if (!$FF_grantAccess) {
    $FF_qsChar = "?";
    if (strpos($FF_authFailedURL, "?")) $FF_qsChar = "&";
    $FF_referrer = "Restricted Area";
    $FF_authFailedURL = $FF_authFailedURL . $FF_qsChar .
    "accessdenied=" . urlencode($FF_referrer);
    header("Location: $FF_authFailedURL");
    exit;
    ?>
    Any ideas, suggestions or help is greatly appreciated.

  • Internet explorer will not open

    i have a toshiba 155cds and  when my laptop loads and i try to open internet explorer a box comes up and at the top it says internet explorer but as soon as it does it closes what should i do?

    y2ken wrote:
    You can try the Firefox web browser to see if you can then connect. Firefox is a better, faster, more secure browser anyway and will prompt you to transfer all your Favorites from IE.
    Firefox Download
    or
    Try the free Fix IE utility.
    FixIE Utility
    or
    You can try uninstalling IE8 then reinstalling it.
    Uninstall IE8
    I would take 'Y2ken's' advice and try Firefox.  I have used it for years with XP Pro and Ubuntu, Linux.  It definitely is more responsive.  Most of what is in IE8 was developed in FF several years ago.  FF was the first browser with tabs, for instance.
    Signature:
    HP TouchPad - 1.2 GHz; 1 GB memory; 32 GB storage; WebOS/CyanogenMod 11(Kit Kat)
    HP 10 Plus; Android-Kit Kat; 1.0 GHz Allwinner A31 ARM Cortex A7 Quad Core Processor ; 2GB RAM Memory Long: 2 GB DDR3L SDRAM (1600MHz); 16GB disable eMMC 16GB v4.51
    HP Omen; i7-4710QH; 8 GB memory; 256 GB San Disk SSD; Win 8.1
    HP Photosmart 7520 AIO
    ++++++++++++++++++
    **Click the Thumbs Up+ to say 'Thanks' and the 'Accept as Solution' if I have solved your problem.**
    Intelligence is God given; Wisdom is the sum of our mistakes!
    I am not an HP employee.

  • Internet Explorer will not open additional tabs

    I bought a Yoga 2 Pro a couple of weeks ago an overall I really like it.  There is one thing that is a little strange.When I open up IE from the start/tablet page it will not open additional tabs if the website requests it.  It will either stay on the initial page or open a blank page.  For example; there is a website I use alot, when you click a link it opens it in another window.  When I do that it just opens a blank page.
    If I use IE from the Desktop it works fine.  Am I missing a setting somewhere?
    Thanks,
    Brian

    y2ken wrote:
    You can try the Firefox web browser to see if you can then connect. Firefox is a better, faster, more secure browser anyway and will prompt you to transfer all your Favorites from IE.
    Firefox Download
    or
    Try the free Fix IE utility.
    FixIE Utility
    or
    You can try uninstalling IE8 then reinstalling it.
    Uninstall IE8
    I would take 'Y2ken's' advice and try Firefox.  I have used it for years with XP Pro and Ubuntu, Linux.  It definitely is more responsive.  Most of what is in IE8 was developed in FF several years ago.  FF was the first browser with tabs, for instance.
    Signature:
    HP TouchPad - 1.2 GHz; 1 GB memory; 32 GB storage; WebOS/CyanogenMod 11(Kit Kat)
    HP 10 Plus; Android-Kit Kat; 1.0 GHz Allwinner A31 ARM Cortex A7 Quad Core Processor ; 2GB RAM Memory Long: 2 GB DDR3L SDRAM (1600MHz); 16GB disable eMMC 16GB v4.51
    HP Omen; i7-4710QH; 8 GB memory; 256 GB San Disk SSD; Win 8.1
    HP Photosmart 7520 AIO
    ++++++++++++++++++
    **Click the Thumbs Up+ to say 'Thanks' and the 'Accept as Solution' if I have solved your problem.**
    Intelligence is God given; Wisdom is the sum of our mistakes!
    I am not an HP employee.

  • Internet explorer will not shut down

    Hi,
    We have ten computers. I installed the drivers for the Laserjet M1522nf on five of them. On these five machines when I am turning them off for the day a message shows up explorer.exe is still open and I usually have to hit end now for the machines to turn off completely. The machines that don't have the laserjet installed don't have this problem. We are using XP professional and internet explorer 7. I installed the drivers with the disk that came with the printer. Is there a setting change or fix for this problem. I have run spyware and anti virus and nothing showed up. No other software was installed when this probelm showed up I had only installed the printer.
    Thanks

    What version of Flash Player is reported when you visit this page?
    Flash Player Version
    If it is 11.6.602.180 then you have the latest version already.

  • Adobe Reader and Internet Explorer will not load the lastest version of a PDF off a website.

    Even after trying to force a refresh with Ctrl - F5 the newest version of the PDf will not load.
    We have tried clearing IE cache and restarting, and this does not fix the issue.
    This issue is showing up on mutliple user accounts.
    This is happening on IE 9 and 10, and several different version of Adobe read 9 and 10.

    Okay.  If you can provide an external example for me to look at I will know more.  In the meantime, let's start by determining if this really is related to a locally cached file.  Instead of clearing the IE cache, use the Windows Disk Clean-Up tool (in Start > All programs > Accessories > System Tools) to clean up as much as possible.  With IE and Reader closed, I would certainly check "Temporary Internet Files" "Offline Webpages" and "Temporary files" and you can clean-up more if you want.  See if this solves the problem (it should).  If this solves the problem then at least we will have confirmed that there is something on cached locally that it causing the problem.

  • Internet Explorer will not allow me to download Mozilla Firefox on my computer. Its say the operation has timed out and I can't figure out why...

    I have tried saving it to a jump drive and it still will not work. It also does not let me save the file anyhwere else on my hard drive. What is the problem?

    Sadly there are some 'bad carriers' out there.  If you have a VERY long download(and iPad OS updates can be 100s of megabytes) and the carrier has  an interruption in service(router reboots, modem disconnects, etc) iTunes will timeout. 
       You might want to try updating later in the evening when usage starts to drop off(kids go to bed, people start watching cable instead of Netflix/Hulu) or early in the morning.
        The other alternative is to update at a friend's place who might have a better carrier or is on a better subnet

  • Internet Explorer will not let me download the entire program. How can I fix this?

    IE will let me download 99% of it, then stops. It will not finish.

    I suspect there is some background to what you are doing about which we do not know.  Re-installed operating system?
    The error also doen't make sense to me. I have read people saying they cannot update because itunes says there is a newer version already on the computer, but not because it says there is an older version on the computer.  Are you sure you have your versions straight?

  • Some website will not load when their new tab comes up, just a blank page that says done on the bottom

    if i'm on a site and click a link to open a new tab, the tab will open but the page never loads. i just get a blank page, and instead of the page name on the new tab, it says "click (GIF Image, 1x1 pixal)" and the address bar will have this http://click.linksynergy.com/fs-bin/click?id=6o8JG0hWlQI&offerid=143696.10000259&subid=0&type=4&afsrc=1&u1=01_2270023365_101019092649_184443883_Z. this happens to me on more than one site. i can't figure it out...please help. if you click on the link, you'll see what i see when the new tab open. i hope someone can tell me how to fix this.

    Many thanks, solved issue I have had for weeks

  • Whenever I click a link from an application FF loads a blank page.

    The URL is entered, but the page is blank. I workaround by copying the URL, closing FF launching it from the FF executable and then pasting.
    For example, I right-click my f@h client system tray icon and choose view stats... Firefox pops up with a blank page.
    Or any other "external" link gives same results.
    It never happens when I click a link in the browser itself.
    Vista x64 latest updates/SP
    FF 3.6.12
    If you say change my OS I vill hunt you down, keel u and eat your sandvich.

    Click here and run Adware Medic.
    (113917)

  • Explorer will not open and I want to download Firefox, but have no browser. What can I do?

    Internet Explorer will not open on my husband's laptop. There is internet service, but no browser. I want to download Firefox but have no browser to open. Is there a way to download it on a thumb drive and then upload it to the laptop?

    Download the Firefox installer on another computer and copy the file to an USB memory stick.
    http://www.mozilla.com/firefox/all.html

  • N800 Internet Table will not download additional a...

    Can anyone please assist with a solution to the following problem.
    I have a new N800 Internet Tablet which was updated with os2008 on the day it was received. The Tablet and os2008 appear to all be working perfectly with the preinstalled sofware however I am unable to download any of the additional software such as Skype, Canola 2, Gmail tracker etc. I can log into any website ok and all appears to work correctly however when a download is attempted it sticks on the Applications Manager Screen with the download 1kb message and will not download any more. The applications manager log shows 'Couldn't stat source package list' (repeated for catalogue, repository and openbossa depending on the site attempted). I have followed all download instructions to the letter and even restored original settings once as I thought I may have done something wrong.
    Is there a problem on the sites or do I need to alter something on the N800 tablet ? Is this a problem with the os2008 version currently being released ?

    Hi,
    please refer to this link:
    https://social.technet.microsoft.com/Forums/en-US/c48b9ee8-c43b-41e9-8695-ac4f75d1c366/internet-explorer-will-not-download?forum=itprovistaapps
    Alex Zhao
    TechNet Community Support

Maybe you are looking for