Page viewer webpart (set to network folder) works in ie11...but not ie9

Hello all,
I have configured a pvwp to point to a network folderon my app sever.
Any user running ie 11 who opens the page containing the webpart can see the contents of the shared folder.
Any user running ie 9 who opens the page containing the webpart sees a browsers error saying: Internet Explorer cannot display the webpage.
If I have a user with IE 9 log in to sharepoint using a PC running IE 11 they are then able to see the content so it does not appear to be user permissions (in sharepoint or on the share) related.
Does anyone have any ideas on this?
Thank you!

Hi,
As I understand, page viewer web part works in IE11 but not in IE9 with same user account.
Could you please test the issue on other browsers and see if it works? Make sure you are using 32-bit IE browser.
Please perform the steps below on your IE9:
1.Reset IE settings via Internet Explorer options > Advanced tab > Reset.
2.Add your SharePoint sites to trusted sites or local intranet sites via Internet Explorer options > Security tab.
3.Use Compatibility settings for your SharePoint sites.
4.You could also try installing latest update to your IE 9.
Regards,
Rebecca Tu
TechNet Community Support

Similar Messages

  • For some reason I cannot download and view PDFs from a website, It works in chrome, but not Firefox, please help.

    When attempting to download a PDF, (detailed bill description) the download appears in the OS X download folder. When attempting to click on that file, a warning comes up that the file is empty.
    When I switch browsers and navigate to the same page, (Chrome), the document downloads and I'm able to view the document.
    I updated the browser to version 33.1, but that didn't help.

    Do you have parental controls enabled on your computer or have other security software that might interfere?

  • Setting up new account works in Outlook, but not in Mail

    I set up a new account in Mail just like I have done in the past, but it refuses to find the test mail I sent it. I can see the test mail by checking it through my ISPs web mail program, and I can see the mail even by setting up an account on Windows in Outlook Express, but Mail can't find it.
    I set up the new account EXACTLY as I had set up accounts in the past, obviously with different names and passwords, but no result.
    You can see a screenshot of my Accounts summary at http://www.wordpix.ca/mailscreenshot.jpg
    Thanks

    Stu,
    I am not sure you want to leave that screenshot up for long, but hopefully we can resolve, soon.
    Are you certain that the full email address is needed as the Username entry, or might only using the true Username portion of the address, i.e. "cindy"? Mail is very rigorous about the form of the Username, and does extract it from the email address, as some mail clients may do.
    Ernie

  • Sharepoint 2010 page viewer webpart

    
    I am using Page viewer webpart to link asp.net site.
    If I enable or disable IE protected mode for Intranet and trusted sites then it is working fine.
    but if we disable one of the protected mode then javascript  doesn't work properly
    Is there any solution ?

    Protected Mode Windows Internet Explorer restricts websites from writing to the registry and file systems on the local
    computer
    what kind of Javascript you are running on your page, check error logged by IE protected mode "Explorer
    logs events when write access has been denied"
    See this URL for detail
    http://msdn.microsoft.com/en-us/library/dd565659(v=vs.85).aspx
    Mark ANSWER if this reply resolves your query, If helpful then VOTE HELPFUL
    INSQLSERVER.COM
    Mohammad Nizamuddin

  • How does Distribution/collection from a network folder work?

    I sorry if this has been asked before, but i need a basic understanding of how Distribution/collection from a network folder works. To give you an idea what I need, i'll tell you that Arcobat 9 was purchased by a couple people at work, and they are asking me to figure this out. I'm a web guy and know enough about pdf's to throw one on a web server and put a link to it somewhere. I don't know anything about Acrobat otherwise.
    So, If someone can give me a basic overview of how this works, I would really appreciated it. I'm assuming that Acrobat sets up some kind of email server on the user's computer and has a database in it some where.
    Thanks

    Jan,
    I have attached a simple example that uses "Basic Level Trigger Detection.vi" found in the Analyze->Waveform Monitoring menu. You can change the slope from rising to falling edge to note the change in the result.
    I was unable to find the "Simple Trigger Detection.vi" that is giving you trouble. If you would like you can attach a piece of code that replicates your problem. Please make sure to include all subvi's in the attachment (including the Simple Trigger Detection.vi). I can take a look to see what is going on.
    Thanks.
    Matt Kisler
    Applications Engineer
    National Instruments
    http://www.ni.com/ask
    Attachments:
    8889.vi ‏36 KB

  • Page viewer webpart issue

    Hi Friends,
    Today, I inserted a Page viewer webpart on a SharePoint 2010 page and linked http://office.microsoft.com/en-us/sharepoint-server-help/introduction-control-user-access-with-permissions-HA101794487.aspx to
    that webpart.  But I got the below error when I opened that page
    Then, I went ahead and changed the URL in the webpart to https://microsoft.com.... Then, I got the correct page. Has anybody encountered this?  What is causing the issue here?
    Shonilchi..

    Hi Shonilchi,
    According to your description, you got an error when you inserted a Page viewer web part on a SharePoint 2010 page and linked
    http://office.microsoft.com/en-us/sharepoint-server-help/introduction-control-user-access-with-permissions-HA101794487.aspx to the web part.
    Based on your description, I did a test, below are my steps:
     1.Create a new page, and edit the page
     2.Click Insert ribbon under Editing Tools, and click Web Part
     3.Under Categories, select Media and Content, under Web Part, select Page Viewer, and click Add
     4.Click open the tool pane , then a message from webpart occurred, then click OK
     5.On the Link section, type
    http://office.microsoft.com/en-us/sharepoint-server-help/introduction-control-user-access-with-permissions-HA101794487.aspx, and click OK
     6.Everything worked well
    Below is a screenshot:
    Please have a try again.
    I hope this helps.
    Thanks,
    Wendy
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • How to Hide Page View Webpart Option E.g.: Refresh, Open in Visio, Close.

    Hello all- Is there any way to hide Refresh, Open in Visio, Close option from Page Viewer Webpart, using Java script or client side method.
    <script type="text/javascript" src="https://code.jquery.com/jquery-latest.min.js"></script>
    <script type="text/javascript">
    $(document).ready(function()
        $('#VwaToolbarButton').css('display','none');
        $('#VwaRefreshButton').css('display','none');
        $('#VwaButtonNormal').css('display','none');
       

    Hi Kamal,
    As I understand, you want to hide the Refresh, Open in Visio, Close option in the page viewer web part by JavaScript or client side method in SharePoint 2010.
    You could add the custom CSS code to hide the Refresh, Open in Visio, Close option in the page by content edit web part.
     You could use CSS 'visibility: hidden’ or 'display: none’ to hide the buttons.
    You could add the CSS code to content edit web part as below:
    <style type="text/css">
    //your custom css code.
    </style>
    The article below is about CSS syntax.
    http://www.w3schools.com/css/css_syntax.asp
    The article below is about three Ways to Insert CSS.
    http://www.w3schools.com/css/css_howto.asp
    Best regards,
    Sara Fan
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • How to browse a folderstructure in a Page View webpart

    We use a Page View Webpart to display a folderstructure on our netwerkdrive. We can click on folders to walk down the tree structure or click on files to read or edit them.
    But, how can you walk back in that structure e.g. step-by-step, crumb-path, ...?
    Kind Regards, Karel Roos

    Wow,
    Life is sometimes really simple. Thank you very much for this very fast and helpfull answer. Today you made a least one person happy;-) Thnx!
    Kind Regards,
    Karel

  • Page Viewer Webpart not displaying some webpages

    Hello
    I have a SharePoint Server 2013 on-prem Publishing Site and the page viewer webpart is unable to display some webpages like Google homepage, etc. but is able to show webpages from a few other sites like internal SharePoint sites, skysports.com, etc.
    I am not able to see a pattern here. I first thought this might be caused due to some sites allowing authenticated access but now its not very consistent. Also, I tried the same with an Office 365 site and the results were exactly the same.
    Please help me to find out the reason for this issue.
    Thanks
    Parth

    Hi,
    According to your post, my understanding is that Page Viewer Webpart don’t display some webpages.
    There are many reasons for the block of the pages in the Page Viewer Web Part.
    For more information, you can refer to:
    IFrame is blocked in SharePoint 2013
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • Madison Square Garden web site opens but when I click on view all concerts tab at the MSG site it does not open. It works with AOL but not Firefox

    I go to '''www.thegarden.com''' I click on the tab '''View Full Calendar'''. It does not open. It works on AOL but not Firefox. And for some reason it also does not work when I use Internet Explorer. The majority of times when I click on that tab (in Firefox) it does not work. On a rare occasion it will open. I am not doing anything differently either time.
    Any help would be greatly appreciated.

    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    * Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    "Remove Cookies" from sites causing problems:
    * Tools > Options > Privacy > Cookies: "Show Cookies"
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes

  • Is there a way to set wireless network priority on iphone? If not, there should be!

    Is there a way to set wireless network priority on iphone? If not, there should be! I have a wireless router with dual band signals, as well as an extender at the other end of my home... it would be nice if I could set a priority list so my phone knows to always connect to the 5GHz signal if available, rather than trying to connect to the 2.4GHz signal which is on the other side of the house...

    By default, the iPhone will prioritize Wi-Fi over cellular for data and when doing Wi-Fi, will latch on to the strongest signal it can associate (latch on) to. But all that is automatic, there's no evident control for manual adjustments. Other than deleting the Wi-Fi networks you don't like.

  • How to send active links in email from firefox. Works in IE but not Firefox... Is there a setting to change?

    how to send active links in email from firefox. Works in IE but not Firefox... Is there a setting to change?
    == This happened ==
    Every time Firefox opened
    == Always

    Check with your web mail service provider for help with that issue.

  • In line view works in 9i but not 11g

    The following subset of a larger in ilne view works in 9i, but not in 11g. Any thoughts on why it doesn't work in 11g. An 'ORA-00979 : not a group by expression' message is displayed. This error message refers to the last 'group by' statement.
    select a.appl_start_term
    ,count(*)apps
    ,acc_total--, acc_gre
    from datatel_snap.applicant_current_part a
    , datatel_snap.acad_program b
    --accepted
    select appl_start_term
    ,count(*) acc_total
    --, sum(decode(test_grev,null,0,1)) acc_gre
    from datatel_snap.applicant_current_part a
    , datatel_snap.acad_program b
    , datatel_snap.dept c
    where appl_admit_status_cat in ('MASTER')
    and substr(appl_start_term,5,1)= 'F'
    and appl_school='SIS'
    and a.appl_acad_program = b.id
    and b.dept_1 = c.id
    and (derived_appl_disp = 'AC')
    group by appl_start_term
    ) z
    where appl_admit_status_cat in ('MASTER')
    and substr(a.appl_start_term,5,1)= 'F'
    and appl_school= 'SIS'
    and a.appl_acad_program = b.id
    and a.appl_start_term = z.appl_start_term(+)
    group by a.appl_start_term ,acc_total--, acc_gre
    order by 1
    Edited by: user8377830 on Jul 17, 2010 10:05 AM
    Edited by: user8377830 on Jul 17, 2010 10:10 AM

    Fine, you shoud do do either:
    - a group by "acc_total" or
    - use an aggregate function on "acc_total" (like: sum(acc_total), max(acc_total) etc.)
    Edited by: user11268895 on Jul 17, 2010 7:14 PM
    sorry id didn't read carrefully your statement...
    Try to prefix the column acc_total with "z." (both in the select and in the group by expression)
    SELECT   a.appl_start_term, COUNT (*) apps, z.acc_total              --, acc_gre
        FROM datatel_snap.applicant_current_part a,
             datatel_snap.acad_program b,
    --accepted
              SELECT   appl_start_term, COUNT (*) acc_total
    --, sum(decode(test_grev,null,0,1)) acc_gre
              FROM     datatel_snap.applicant_current_part a,
                       datatel_snap.acad_program b,
                       datatel_snap.dept c
                 WHERE appl_admit_status_cat IN ('MASTER')
                   AND SUBSTR (appl_start_term, 5, 1) = 'F'
                   AND appl_school = 'SIS'
                   AND a.appl_acad_program = b.ID
                   AND b.dept_1 = c.ID
                   AND (derived_appl_disp = 'AC')
              GROUP BY appl_start_term) z
       WHERE appl_admit_status_cat IN ('MASTER')
         AND SUBSTR (a.appl_start_term, 5, 1) = 'F'
         AND appl_school = 'SIS'
         AND a.appl_acad_program = b.ID
         AND a.appl_start_term = z.appl_start_term(+)
    GROUP BY a.appl_start_term, z.acc_total                              --, acc_gre
    ORDER BY 1.. and use different aliases in your subquery (not the same a the main one).
    Edited by: user11268895 on Jul 17, 2010 7:23 PM

  • HT3387 When I use pages the languages that I mainly use are English and Hebrew. The spellchecker works for English but not with Hebrew. How can I add another language to the spellcheck?

    When I use pages the languages that I mainly use are English and Hebrew. The spellchecker works for English but not with Hebrew. How can I add another language to the spellcheck?

    http://m10lmac.blogspot.com/2011/06/extra-spell-checking-dictionaries-for.html

  • I have CS6 and CC installed on my mac when I'm using CS6 and use bridge CC activates how can I set this to only work on one and not the other

    I have CS6 and CC installed on my mac when I'm using CS6 and use bridge CC activates how can I set this to only work on one and not the other

    If you want Bridge CS6 to open when using Photoshop CS6, you must quit Bridge CC.
    Then File menu > Browse in Bridge will bring up Bridge CS6.
    If Bridge CC is already open, The File > Browse in Bridge for Photoshop CS6 will use Bridge CC and Bridge CS6 will not open.
    I hope that's the answer you were looking for.
    Gene

Maybe you are looking for

  • Caught in the Adobe information labyrinth and unable to find my way out

    I am a native English speaker and live in France. (Already, I prefer English but in Adobe's zeal for optimization, they impose the use of French, or an additional ten minutes of research time to find how and where to customize the language interface.

  • File copying problems

    Copying some files using the Finder results in a dialogue box error message: "The Finder cannot complete the opeeration because some data in +(file name)+ could not be read or written. (Error code -36). The same files copy without error when using Si

  • Getting "Not responding" message and bridge freezes

    When launching Bridge CC on a PC with Windows 7 it gives a "not responding " message in the title bar. If left alone it will eventually open, but is incredibly slow to go to another folder, gets hung up and gives the same "not responding" message. It

  • How do I put an iMovie onto a DVD?

    How do I put an iMovie onto a DVD to share with others?  Mac OS x Lion operating system. iMovie ... not 2011!

  • Software used to decode the media not available on this system

    "The software that's used to decode the media is not available on this system-"  I get this error message when I try to import an H.264 video file (about 3.7 GB in size) into Encore CS6 to make a Blu-Ray.  I've read the message threads about this pro