Unable to load webpage in Safari that loads fine in Windows XP

I can not load a webpage in Safari that loads fine in Windows XP. Any suggestions?

Hi,
They may be doing some checking of the user agent information the web browser sends and handling Safari incorrectly. Try changing the user-agent to, say, Firefox 3.0.5 and see if you can then access the page.
To change the user agent, you need to enable the Develop menu. This can be done via the Advanced section of the Safari preferences. In the new menu that appears at the top of the screen, you can then select an alternate user agent.
This setting only lasts as long as the tab remains open, so everytime you open a new tab you will need to change that setting from the default.
If that does help, send feedback to the bank about their site not working correctly with Safari. The only browsers they recommend are Netscape 4.5 and IE 5.0 which are both about 10 years out of date

Similar Messages

  • Camino solves slow loading webpages in Safari

    For those having troubles with suddenly slow loading webpages in Safari, i found out that when opening the Camino web browser the slow loading web address in Safari will open fast.
    So keep your Camino open too and hit the reload button when having problems.
    Maybe this tip was submitted earlier but maybe it helps some of you.
    For me it works.

    I fixed it with this
    http://rys.pixeltards.com/2011/09/04/osx-lion-wifi.html

  • Loading webpages on Safari has become extremely slow.  I have Mavericks.  Anything I need to be doing?  Thanks.

    Loading webpages on Safari has become extremely slow.  I have Mavericks.  Anything I need to be doing?

      Power off the router. Wait awhile. Power it back on. Wait until all the lights are lit up  properly.
      It will take a while.
      Restart the computer.
    Reset Safari.
    Click Safari in the menu bar.
    From the drop down select "Reset Safari".
    Uncheck the boxes beside  all items.
    Just check the box beside “Remove all website data”.
    Click "Reset".
    Empty Caches
    Safari > Preference > Advanced
    Checkmark the box for "Show Develop menu in menu bar".
    Develop menu will appear in the Safari menu bar.
    Click Develop and select "Empty Caches" from the dropdown.
    Turn off Extensions if any, and launch Safari.
    Safari > Preferences > Extensions

  • All of a sudden my MBP will not load Facebook using Safari. Loads ok with Firefox. Any ideas?

    All of a sudden my MBP will not load Facebook using Safari. Loads ok with Firefox. Any ideas?

    Hey aj5c,
    Let's see if resetting Safari helps the issue:
    Safari 6 (OS X Mountain Lion): Reset Safari
    http://support.apple.com/kb/PH11914
    For best results, make sure all of the options are checked.
    Thanks,
    Matt M.

  • How do I create a local AIR app that loads a network resource that loads a network resource?

    Ok, when you think about it, what I'm trying to accomplish
    isn't that difficult, yet I'm running into security sandbox
    violations all over the place.
    Here's the scenario:
    - I have a network-enabled SWF that lives in a web server,
    that pulls external content via the network. That part works fine
    when you run it as itself.
    - THEN, I have an AIR application that is nothing but a
    "stub" that loads that network-enabled SWF from a web server, that
    in turn is supposed to pull the external content from the network.
    It seems easy: I don't want to have to bundle up that same
    main SWF as an AIR application as that would create two code bases
    to maintain should there be any future bug fixes. Count that
    against countless installs on both the web-version and the desktop
    version, and there's lots of variables. So I just wanted the AIR
    application to pull that single SWF off the server and have it do
    its work, independent of the AIR application.
    However, the problem I'm running into is:
    quote:
    SecurityError: Error #2142: Security sandbox violation: local
    SWF files cannot use the LoaderContext.securityDomain property.
    app:/buzztv_desktop_0.1.swf was attempting to load
    http://localhost/widget/widget.swf.
    at flash.display::Loader/_load()
    at flash.display::Loader/load()
    There was a previous instance of that same error that
    referenced Stage, but I solved that by wrapping the main function
    in an if (stage) {}, so this is the next error on the list. I have
    a feeling that if I've encountered these two errors already, there
    are more lined up behind them.
    So I tried something like
    quote:
    _loader.load(request, new LoaderContext(true, null,
    SecurityDomain.currentDomain));
    ...thinking that it might help, but it didn't.
    Is there a reasonable solution to this without changing the
    entire workflow of the project, or do I simply have to have the
    same main SWF as two code bases, one for the embeddable web
    version, and one for the desktop version (read: they are intended
    to do the same exact thing, no differing features, no desktop
    notifications, etc.)?
    Thanks in advance!

    Hi,
    I have simillary problem, please, did you find solution?
    Thx

  • Loading an external swf that loads an object from url

    i am trying to load an external swf that in turn automatically loads an object. i want the external swf to only be loaded once the object is loaded in it. right now it loads the external swf first and then the external swf loads the object specified at a url...

    thanks kglad. i think i need to try and load the external swf, wait for it to load its object, and then display it... will look into it and get back...

  • Unable to expand tree in safari 5.1.7 for windows

    Hi,
    I am using Safari v5.1.7 in Windows OS. There is a left navigational panel with tree structure in web content page. When I open web content in safari 5.1.7, I am unable to expand the tree. This happening with the pages which are carrying huge data. For the normal pages, I could able to expand the children of the tree.
    Please anyone help on this.

    Above issue is an urgent issue. Any help would be appreciated. Thanks

  • A video clip that works fine in windows media player but not in Premiere

    I have an AVI video clip file that I recorded from an old VHS tape many years back. The file plays just fine in Windows Media Player but when I import it into the latest version of Premiere Pro CS6 the video portion shows nothing but a green screen. The audio track plays fine. I've tried using Adobe Media Encoder to change it into a variety of different formats. Some don't even produce a file and some do but don't work any differently than the original within Premiere. Any suggestions?
    thanx a bunch,
    mike

    Report back with the codec details of your file, use the programs below... A screen shot works well to SHOW people what you are doing
    http://forums.adobe.com/thread/592070?tstart=30
    For PC http://mediainfo.sourceforge.net/en or http://www.headbands.com/gspot/

  • Trouble loading webpage in safari ... Blank Image

    A friend of mine send me an webpage he has been working on and for some reason it will not load in Safari. I have been through the code, renamed, and deleted to no avail. The page loads fine in Firefox. The only thing that I can figure out is that if you remove the swap image functions it will work again, but he insists that he needs that, and I must admit I have used that function many times in layers / tables with no problems.
    http://www.redbudspringsatindianridge.com/index-location.html
    Jahue
    If you need any more info I have all the files.
    thanks

    I think the problem might be a very simple HTML error. Your style declaration is as follows:
    <style type="text/css">
    <!--
    [style definitions]
    </style>
    It's missing the closing -->. That is, it should read as follows:
    <style type="text/css">
    <!--
    [style definitions]
    -->
    </style>
    15" MacBook Pro 2.0GHz/100GB (7200rpm)/2GB RAM; Windows XP Pro on Parallels   Mac OS X (10.4.8)   400MHz G4 (Sawtooth); Airport network; 60GB iPod photo; Dell-in-the-Closet

  • Unable to open webpage in Safari, Firefox, Explorer, Camino, etc..

    originally posted in the Safari forum, and someone suggested i post here also:
    I'm almost at my wits end here.
    first off here is the site I need to connect to:
    www.eyemedvisioncare.com
    not only this address but all pages connected to this URL do not load. The message I get is "Safari can’t open the page.
    Safari could not open the page http://www.eyemedvisioncare.com/because the server stopped responding."
    I've scoured this board to find similar problems. And I have and had followed all advice. Though the key difference between my problem and all others is that the page will not load in any other browser.
    I'll run down the list of things I've tried.
    Empty safari cache
    Reset Safari
    deleted prefs
    checked firewall
    reinstall Safari
    archive and install system
    clean install
    I've also eliminated the router as a cause by directly connecting to the net from the modem.
    i had been able to connect to the site in the recent past and had not changed a thing or installed anything. I thought a clean install would solve the problem but that's what drove me here. The office that uses this computer need to connect to 3-4 websites daily, that it, just a few sites and email. I cannot stand the thought of having to buy a PC just to connect to one website. I'd buy a new mac if i thought that would work but I've tried the site at home on 2 other computers with the same result. though i could connect to it from other offices and i'm sure readers and posters will be able to connect to it with no problems.
    thanks in advance.
    minor update:
    i thought i'd try installing panther and deal with an older OS. Still no results with safari or even internet explorer. also tried explorer under VPC with no success.
    someone suggested connecting with just the IP and that did not work either. I had a feeling when the site could not be pulled up with Firefox or Explorer that the problem might be somewhere else.

    In Terminal, try:
    curl http://www.eyemedvisioncare.com/
    and see if it returns the page. If it does, then I think it may be something in the browsersniffer.js script that that site uses, http://www.eyemedvisioncare.com/resources/browsersniffer.js . If curl doesn't return anything, then it would probably be time to check routing as a culprit.
    Roger

  • Unable to open webpage in Safari, Firefox, Explorer, Camino, ec..

    I'm almost at my wits end here.
    first off here is the site I need to connect to:
    www.eyemedvisioncare.com
    not only this address but all pages connected to this URL do not load. The message I get is "Safari can’t open the page.
    Safari could not open the page http://www.eyemedvisioncare.com/ because the server stopped responding."
    I've scoured this board to find similar problems. And I have and had followed all advice. Though the key difference between my problem and all others is that the page will not load in any other browser.
    I'll run down the list of things I've tried.
    Empty safari cache
    Reset Safari
    deleted prefs
    checked firewall
    reinstall Safari
    archive and install system
    clean install
    I've also eliminated the router as a cause by directly connecting to the net from the modem.
    i had been able to connect to the site in the recent past and had not changed a thing or installed anything. I thought a clean install would solve the problem but that's what drove me here. The office that uses this computer need to connect to 3-4 websites daily, that it, just a few sites and email. I cannot stand the thought of having to buy a PC just to connect to one website. I'd buy a new mac if i thought that would work but I've tried the site at home on 2 other computers with the same result. though i could connect to it from other offices and i'm sure readers and posters will be able to connect to it with no problems.
    thanks in advance.

    i haven't done anything in console. i don't really
    understand that part of computing.
    Console is not something you do anything in, it records what is going , where it logs errors, crashes et.. and where troubleshooting can start from.
    I mentioned Looking to see if you had errors logged.
    i can access any other site just fine.
    The problem, again is Not with Safari or other Browsers, if other sites are fine.
    i could understand that it may be the site if i
    wasn't able to connect to it from other sources. the
    computer are surely online or i would not be posting.
    1) I would not be able to know which computer you are posting from.
    2) Again I can connect to the site and browse, does not mean there is not something wrong with it.My console produce errors as I have mentioned.
    also i just got off the phone with Apple Care tech
    support. it seems that because i can access other
    sites this is not an issue they will support. so,
    That is is because the issue us NOT with Safari , rather your ISP, or your Network Settings.
    that means that my problem as well as all similar
    problems on this board will not get the attention
    Apple Discussion is a User to User Forum, folks that reply to you
    are not Apple employees, we all give the help we can & plenty of it.
    they deserve. i love apple and this really was quite
    a slap in the face. i'm still sorta in shock.
    Good Luck.
    ~ Eme ~

  • I just down loaded a ring tone that loaded to my music file. How do I attach it to my ring tones?

    I just down loaded a ring tone to my iphone 5s. It loaded to my music file. How do I attach it to my ring tones?

    Tap Settings / General / Sounds / Ringtone. Tap the ringtone you want to use.

  • Unable to mail webpages from Safari

    I am unable to email "links to" or "contents of page" from safari I get the following message:
    This issue was carried over from Leopard and is the same in Snow Leopard.
    Any suggestions? And yes mail is installed.

    Hi Jeff
    The disconnect is caused by a misread of the setting in Mail preferences.
    Try this: open Mail and go to Mail preferences>General panel. At the top, select an default email reader option other than Mail (it doesn't matter what you select), then close the panel. Now reopen the same General panel and reselect Mail as your default email reader. Close the panel, restart Safari and try the Command/I or Command/Shift/I for sending a web page, or related link.

  • Snow leopard 10.6.8 wifi connected, cant load webpages

    hi!
    just yesterday my computer showed this problem with the internet. as the title says, it is connected to the wifi network (as it has always been) but i face the following problems:
    i cant load new webpaged in google chrome and firefox (which are the ones that I actually use)
    i can load webpsged that were already saved as bookmarks.
    i can load webpages in safari
    my icon for dropbox shows a red cross icon
    utorrent works just fine
    outlook (the software) get's my new emails
    what i tried to solve it:
    checked that my wifi networks work perfectly fine with other devices in the house
    restart computer
    changed DNS to one that was suggested in another thread in this discussions site
    resetting NVRAM/PRAM
    checked that it is updated
    so, i read that some people had similar problems with the new 10.8.2 for mountain lion, or sth like that... but in my case i have snow leopard so i don't think thst's the problem

    Hi, this has worked for a few...
    Though all of these steps may or may not be needed, I'm including them all.
    Make a New Location, Using network locations in Mac OS X ...
    http://support.apple.com/kb/HT2712
    10.5, 10.6, 10.7 & 10.8…
    System Preferences>Network, top of window>Locations>Edit Locations, little plus icon, give it a name.
    10.5.x/10.6.x/10.7.x instructions...
    System Preferences>Network, click on the little gear at the bottom next to the + & - icons, (unlock lock first if locked), choose Set Service Order.
    The interface that connects to the Internet should be dragged to the top of the list.
    If using Wifi/Airport...
    Instead of joining your Network from the list, click the WiFi icon at the top, and click join other network. Fill in everything as needed.
    For 10.5/10.6/10.7/10.8, System Preferences>Network, unlock the lock if need be, highlight the Interface you use to connect to Internet, click on the advanced button, click on the DNS tab, click on the little plus icon, then add these numbers...
    208.67.222.222
    208.67.220.220
    (There may be better or faster DNS numbers in your area, but these should be a good test).
    Click OK.

  • Safari not loading homepages

    safari not loading my netscape home page,or any other server i set as a home page.is there a problem with safari or is netscape down.firefox ,mozilla will not load netscape either.

    safari not loading
    Is it just showing blank web pages? Or is something a bit different going on?

Maybe you are looking for

  • Get a query in htlm form

    I am creating a document where the content is extracted from a query created from the content of a MSSQL database. Each datarecord is the content of the document. The problem I am facing is that the data fields are returned as pure text records. When

  • User defined function in a cursor

      Hi All, I  need to use a user defined function(which returns a value based on my Procedure's input parameter) in my explicit cursor. Something like create or replace procedure test(pi_input number) cursor c1 is select  col1,            col2,       

  • Eclipse theme problem under GNOME 3

    Because I use dark themes, I have to start Eclipse like this: env GTK2_RC_FILES=/usr/share/themes/Redmond/gtk-2.0/gtkrc eclipse But now it's not working correctly. Here is the problem: http://img263.imageshack.us/img263/6670 - source.png Everything i

  • Want to block tracking for speed (page loading) more than privacy. Will it help? What are appropriate addons?

    When loading pages, new sites off of Google new for instance, I notice that the page takes a very long time to load while analytics load for google, facebook, advertisers, etc, in the bottom left of the screen. It seems to have gotten much much worse

  • Preloader only fills 1/2 way before the video starts

    I am very new to Flash CS4, however I was able to create a preloader with help from a Dan Carr tutorial. Here is my source: import fl.video.*; import fl.controls.ProgressBarMode; // Set Variables var flvControl = display; var flvSource = "op.flv"; //