Browser Compatibility Issue with IE9 and IE 10

Hi Everybody,
I have a page which contains pageviewer Webpart, which redirects to the other page the problem is in IE 8 this works good but comes to IE9 and IE 10 the page is not displaying on the page but link is working good. Can any one please give me suggestions on
this?
Thanks and Regards,
kadaruSastry

Hi kadarusastry,
This issue is about the browser compatibility.
Please add your SharePoint site into compatibility view in IE 9 or IE 10.
Or, use IE 8 mode in browser mode for IE 9 or IE 10.
About how to add site into compatibility view, you can refer to the link:
http://support.microsoft.com/kb/2536204
Note: the settings for IE 9 and IE 10 are same.
Best Regards,
Wendy
Wendy Li
TechNet Community Support

Similar Messages

  • Are there any known compatibility issues with iMac and Google Chrome?

    Does anyone know of any compatibility issues with iMac and Google chrome. A Facebook friend who is a photographer posted recently that Chrome had ruined his iMac. He stead that it ran an update on itself that made safari and chrome unusable - slow running overall. In the end he had to reinstall his OS.
    Is anyone aware of this and should I un-install Chrome off my Mac?
    Thanks,
    S.

    There is nothing official but your post will attract a variety of personal experiences.   I once loaded Chrome and found myself with the dreaded MacKeeper malware, loads of pop ups and conflicts with my system.   Part of the problem is the huge range of add ons you are tempted to  take on, many of which are not as strictly tested as Apple extensions.   I would say, unless you have a specific reason, leave it alone.   The best browser is Firefox and for Macs, Safari is OK.

  • Known compatibility issues with 2008 and 2008 R2

    For some reason i am not able to make remote connections from VS 2013 to my current installation of SQL server 2008 so i thought to uninstall it and install another edition i got from MSDN but i the uninstall process keeps failing saying theres a known
    compatibility issues with 2008 and 2008 R2. it also gave me the option to seek solution online but when i click on it it is unable to get a solution online and i am never able to uninstall it. please help me here. i need to get SQL server up and running. thanks

    Hi FLORENCEOKOSUN,
    According to your description, you encounter a compatibility issue when uninstalling SQL Server 2008. For further analysis, please help to post the full error message and
     SQL Server summary log. By default, the log can be found in: C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log.
    There is also a KB article about known issues of installing SQL Server 2008 on Windows Server 2008 R2 for your reference.
    https://support.microsoft.com/en-us/kb/955725 
    Thanks,
    Lydia Zhang
    Lydia Zhang
    TechNet Community Support

  • Is there a compatability issue with Firefox and Andriod operating system 2.2.3? I can't get Firefox to work. I have tried uninstalling it and it won't download. in English

    Is there a compatability issue with Firefox and Andriod operating system 2.2.3? I can't get Firefox to work. I have tried uninstalling it and it won't download. in English

    Hi Drbobdog, there shouldn't be a compatibility with Android OS 2.2.3. There may be a compatability with the device itself.
    Here are the system requirements:
    https://wiki.mozilla.org/Mobile/Platforms/Android#System_Requirements
    (also seen here as well : http://www.mozilla.org/en-US/mobile/platforms/ )
    I hope this helps.

  • Are there any compatibility issues with Captivate and OS X Yosemite?

    Has anyone noted any compatibility issues with Captivate and Yosemite?

    I had the same issue. Updating resolved this as well.
    I tested with Captivate 7 and almost everything seemed to work fine. I tested with an existing project file containing TEB's, Motion recording, a third party drag 'n drop widget, and a playbar with a TOC. This all seemed to work fine both in preview mode as after publishing. I also tested with Captivate 6 although I didn't publish anything. Here, everything seemed to work fine as well. However this was only SWF.
    As jpm226 described for 8, previewing HTML5 doesn't seem to work with Captivate 6 and 7 either. Chrome gives a "This webpage is not available" notification. Publishing however, does seems to work.
    Fortunately, the client we work for that asks us to use Captivate 7, also asks for SWF output. So I'll continue to use Yosemite for now.

  • Are there any compatibility issues with Sonos and Airport extreme??

    are there any compatibility issues with Sonos and Airport extreme??

    Sonos uses its own priopietory wireless protocol SonosNet to distribute audio data among all its products, thus it should not affect other network devices which use standard WiFi 802.11a/b/g/n protocol at all though they may share the same radio channel for wirless signaling.
    On my dual-band (5 GHz / 2.4 GHz) Airport Extreme staion, I select the option "802.11n Only (5GHz) - 802.11n (2.4GHz)" and turn on "Use wide channels" in Wireless configuration in order to use only 802.11n protocol and more radio channels to achieve maximum wireless bandwidth of 400 Mbps. This bandwidth is necessary for quick Time Machine backup to NAS connected to the Airport Extreme station through Ethernet cable. So my iMac and MacBook Pro always connected to the Airport Extreme through 5 GHz radio channel with 802.11n protocol whereas my iPhone 4S always connected through 2.4 GHz radio channel with the same protocol.
    In my living room Sonos ZP-90 (same as new CONNECT model) zone player is connected to Airport Extreme directly through Ethernet cable (recommended by Sonos) and Sonos S5 (same as new PLAY:5 model) zone player in bedroom is connected wirelessly through SonosNet protocol to the ZP-90 zone player in living room.
    These devices are in operation simutaneouly most of the time. Music is playing through the Sonos ZP90/S5 zone players througout the day, I am streaming viedo through Internet (fibre broadband 25 Mbps) on my MacBook Pro in bedroom or iMac in living room or reading news on my iPhone. So far so good and have no encounter any interference problem for about three years. Further more bandwidth for 802.11n protocol does not seem to be affected at all.
    In fact with a low power Fujitsu USB drive (2.5" / 500 GB, designed for notebook) plug into USB port of Airport Extreme, it can be used as NAS drive for Sonos music distribution system without any problem. Just transfer all files from Music folder in my home directory on iMac into this NAS drive and set it up as music source in "Manage > Music Library Settings" in Sonos Controller for Mac application will do. Though the same drive can be served as Time Machine's backup disk as well, an independent full-fledged NAS drive for Sonos and Time Machine backup is better long-term solution for reliability and performance. With the NAS configured as sole music source, you do not need to keep any computer powered on all the time in order to play music through the Sonos system.

  • Browser compatibility issues with different versions of IE

    I'm looking for an online resource or book on identifying/troubleshooting JSP browser compatiblility issues focusing on recent versions of IE (5.0 - 6.0).
    Any sugguestions?

    A JSP runs on a server. It is actually a servlet that merely outputs HTML (usually) to the browser. Your browser does not (really) know the difference between a JSP and a static HTML page and PERL cgi generated page. There is no interaction what-so-ever between the JSP portion and your browser. There will not be any books about compatibility issues between JSP and browsers since its a non-issue.
    The previous reply suggesting JavaScript conflicts is entirely true. If you want a flipping nightmare job, write javascript that is compatible on NN 3.0 and above and IE 4.0 and above. It's a godd**ned mess.

  • Browser compatibility issue with IE6/7

    Hello,
    I created my webpage in dreamweaver on a MAC.  I have viewed my page(s) A-OK in Safari and firefox however I am being told that my page is not viewing properly on Internet Explorer.  I then found the browser compatibility feature to test the page in Dreamweaver.  What I have found is that I have browser support problems...this is the error from my index page - which is actually on all my pages!
    un-scrollable content bug:
    If one or more absolutely-positioned elements are placed within a relatively positioned element with no assigned dimensions, either no scrollbar will appear at all, or it will not extend far enough to view all of the content. (Note: This bug will not affect your page if the content in the AP element does not extend beyond the height of the viewport.)
    Affects: Internet Explorer 6.0
    Likelihood: Possible
    This bug is on line 56:   <div style="position:relative">
    This issue is on all my pages...please help
    I am just not sure how to solve this problem - I am more of a designer than a coder.  Any help whatsoever to point me in the right direction is most graciously appreciated!!!
    My webpage URL is: lifeforcemd ah yes that is a .com extension - lifeforcemd.com

    Hi kadarusastry,
    This issue is about the browser compatibility.
    Please add your SharePoint site into compatibility view in IE 9 or IE 10.
    Or, use IE 8 mode in browser mode for IE 9 or IE 10.
    About how to add site into compatibility view, you can refer to the link:
    http://support.microsoft.com/kb/2536204
    Note: the settings for IE 9 and IE 10 are same.
    Best Regards,
    Wendy
    Wendy Li
    TechNet Community Support

  • Compatibility Issues with CS2 and Windows 2000 XP??? This is supposed to be THE one operating system CS2 DOES WORK ON? Can someone help - I really need my CS2 back! Thanks.

    HELP! Years ago - SEVEN to be exact- I PURCHASED Adobe CS2 and used it extensively. Then I was in an accident that took five years to recover from. After my recovery I tried to get back to using my Adobe products only to find that Adobe was discouraging use of CS2 and since I OWN a LICENSE and that was the LAST version I used I wanted to begin again with a version I am familiar with. Many months later, apparently I wasn't the only one who wanted to KEEP USING CS2 and now Adobe has made it possible to download this version for PC and MAC, BUT due to OS compatibility issues Adobe continues to discourage downloading and use. HERE'S THE THING: I have the SAME SYSTEM running the SAME OS as when I first PURCHASED IT. I have downloaded the EXACT SAME VERSION of CS2. It installs fine. But I cannot OPEN the application and the troubleshooter reports there are "COMPATIBILITY ISSUES". WHY?!?!?!?!?
    I'm on a PC running Windows 2000 XP. I OWN a LICENSE for Adobe CS2 and it used to run on this very same machine. I had to re-format my system two years ago so it has much more free space but when I  try to OPEN the application it won't run. When I run the Windows Troubleshooter it reports system compatibility issues?! Can anyone advise me what to try now??? Thank you.

    Yes, I have. My system was completely cleaned of everything and I'm just now RE-INSTALLING CS2 for Windows2000 XP from the Adobe site that gives you versions to select for your OS. I have successfully downloaded disks 1,2 and 3 and I can INSTALL disks 1 and 2, but it FAILS at disk 3. I REALLY need to resolve this today because I need to submit some work by tomorrow and the troubleshooting isn't helping!
    Can you advise anything else . . . anyone? Thank you!
    Khrystle13

  • Are there any compatability issues with V6 and Norton 360 as there have been in the past?

    When I last tried to upgrade to a newer version, a number of my Norton 360 features would not function and I got a popup message saying that there was some sort of compatability problem. I've subsequently had to go back to V4.

    Ne there aren't any "issues" with Norton. Norton released a compatibility patch for Firefox 6 last Tuesday, a couple of hours after Firefox 6 was released.
    http://community.norton.com/t5/Norton-360/Update-Available-Firefox-6-0-Compatibility-Patch/td-p/512484

  • I was wondering if you have fixed the compatibility issues with java and flash players in the new patch

    after update 6.0.0 all java scripts and flash players where incompatible and disabled i tried re-down loading new versions and tried to erase Firefox and all ad-dons and reload them and still had issues with them i had to re-download Firefox 5 to continue to use your program and i wanna make sure that in 6.0.2 i will not have to do the same thing.. it is a head ache and inconvenient

    You're welcome.
    The only workarounds to this problem is going back to Safari 4,
    You can revert to 4.0.5, instructions here.
    http://appletoolbox.com/2010/06/downgrade-from-safari-5-0-to-safari-4-0-5/

  • Are there any compatibility issues with Mavericks and EMC Celerra File shares, particularly with the SMB protocols?

    Our company uses a EMC Celerra file share, but most of our users are Windows based. We have a small production department of 7 macs. Starting with Snow Leopard, we noticed some issues with SMB. We were able to resolve those issues, but had to wait to upgrade to Lion because there were additional SMB or permissions concerns with the Celerra file share and Lion. Now, we are again waiting to upgrade to Mavricks because of the way it handles user permissions. Does anyone using Mavericks now also connect to a EMC Celerra file share? Thanks! 

    Our company uses a EMC Celerra file share, but most of our users are Windows based. We have a small production department of 7 macs. Starting with Snow Leopard, we noticed some issues with SMB. We were able to resolve those issues, but had to wait to upgrade to Lion because there were additional SMB or permissions concerns with the Celerra file share and Lion. Now, we are again waiting to upgrade to Mavricks because of the way it handles user permissions. Does anyone using Mavericks now also connect to a EMC Celerra file share? Thanks! 

  • Has anybody had compatibility issues with Leopard and their scanners?

    I recently installed Leopard on my G5. I'm still using Photoshop CS2 and so far no problems. Until today. I have a Epson Perfection 2450 scanner and today I went to scan some old photos. At first blush, no problem. I put in a second photo. Nothing. I get a 2 messages: The first says: "Make sure the scanner is on and properly set up to scan." Like, yeah. It was just working. The second message read Couldn't complete the import command because there is no scanner installed." I switched the USB port and it worked, once, and then same messages appeared when I tried to repeat. I went to Epson and downloaded a new driver to no avail. The same thing happened. I'm also having the same problem with my Nikon scanner. Photoshop or Leopard is creating problems for my scanners. I've updated all the necessary rivers. But nothing. I'm flummoxed.

    I have used the same media type for the last year with no issue
    Vendors change suppliers of discs; often one batch is not the same as another.
    Media is THE most common cause of the error.
    Solution is to change media, and don't but 16x media for a 8x or slower drive.
    Another cause is out of date firmware, which can be updated easily in Windows.
    Use DVRFlash to update firmware in OS X.

  • IPhoto having compatibility issues with Chrome and IE

    I created a photo album to upload on my website using iPhoto '11. I was successful in uploading and can see the album in Safari. However, if I open the link in Chrome or IE, I just see a blank area where the slideshow should be and the "play slideshow" button is greyed out.
    Please help!
    P.S. I have done this before with my iPhoto version 8 and it was never a problem

    This is iPhoto for iOS, not OSX.  Despite having the same name, they are completely different programs.  You should repost your question in the iLife/iPhoto area.

  • Microsoft compatibility issues with attachements and formatting

    I received MacBook as a gift, along with purchased iwork software. The gift giver was told that iwork would be able to work with Microsoft users without problems. Now that a project is due, I find that Microsoft users cannot:
    open attachments from Pages or Numbers or, if on the rare ocassion that they can, they receive a very small copy.
    Most of my work is done with Microsoft users and we will be exchanging tables and spreadsheets.
    Question 1--- was the gift giver mis-informed that iwork works with Microsoft Excel and Word?
    Question 2---if not mis-informed, what am I doing wrong or what am I not doing that makes it impossible for attachments from iwork to be opened by Microsoft users?
    Question 3---if mis-informed, what have people found to interact exceedingly well with Microsoft Windows users?
    Thank you so much for any advice.

    Thank you SO much! Just tested it and it worked beautifully at the other end.....in excel, word and PDF form. I had searched a # of "help" and "support" venues with with many different search terms and never successfully found this info for some reason
    I can assure you that you have done a great deed today as some important docs involving a bunch of children needed to be delivered within a few hours.
    Have a great weekend and go into it knowing you've made a difference in a lot of lives just by taking the time to answer a simple question.
    Thank you again, Dennis!
    sjz

Maybe you are looking for

  • Not able to access iTunes account

    Two problems. First of all my ipod touch will not download apps. Everytime I press the install button in the app store the message asking for the itunes account password does not show up. What does happen is it puts the app on the screen and it says

  • Source System conversion for several production SAP

    Hello all, What kind of customizing in table RSLOGSYSMAP i have to do ? We have 1 DEV and 9 production system P01, P02,  .... P09. In the table i must insert 9 lines, one for each production system ? DEV -> P01 DEV -> P02 DEV -> P09 Or i insert only

  • Blocking material for a customer

    Hi friends, Is there any way in SAP to block the materials for a specific customer???? Sanajy

  • HVX 2000/200 and final cut?

    Anybody working regularly with this configuration and if so are there any forums you know of that deal specifically with finalcut and p2. Ingesting is not so much a problem, but out put is. Guess what I'm looking for is some good info on workflow. b.

  • Audio Problem When Bouncing to .mov

    When bouncing my film to a .mov from Logic, the final QT movie has double, original audio.  This audio is the original from the film but I've sweetened it and want to use my version, not the original that I've muted.  Its only during playback after a