Website asking for Internet explorer.

I am tRying to access a HSBC website. It is telling me that I must have Internet explorer. The helpline says you cannot access the site on a mac. Surely I don't have to go out and buy a pc. Is there something I can download. Currently I am trying on an old MacBook with snow leopard but soon will be using the new MacBook that is due to be delivered any time now

Hello,
I am trying to access my school's online classes @:
https://www.lomanet.org:443/LOMANET/error.asp?errorName=IERequired%21&errorDescription=LOMANET+requires+Internet+Explorer%2E&errorDetail=L OMANET%27s+functions+are+optimized+for+Internet+Explorer+4%2E0+orlater%2E&businessEntityID=%2D1
However it tells me that I need Internet Explorer 4 and up.
I have tried Firefox and Opera and I still can't access their website.
It there anything I can do?
I am tying to avoid having to set up bootcamp or parallel.
I tried WineBottler, but the prefixes keeps on crashing....
Any help is appreciated!
Thanks in advance

Similar Messages

  • IPad browser showing outdated browser and asking for internet explorer updation . dont know what to do.?

    iPad browser showing outdated browser and asking for internet explorer updation . dont know what to do.?

    It's coming when I try to open yahoo.not able to open yahoo.now how can that be outdated? It's opening fine in my laptop, problem only in iPad mini. Can anyone help?

  • Solution center suddenly ask for enabling Adobe Flash player for internet explorer for scanning

    Solution center suddenly ask for enabling Adobe Flash player for internet explorer for scanning. However, flash player is installed and enabled, but HP Solution center keeps asking for enabling and doesn't let me scan.
    Any suggestion?

    Hello there! Welcome to the forums @yuvalyanai 
    I read about the issue you are having with scanning, as you are seeing a message to enable Adobe Flash player.
    To begin, I would like to know some more information:
    Which operating system you are running and which printer you are working with?
    How Do I Find My Model Number?
    Which Windows Operating System am I running?
    Can you make copies successfully?
    Can you print from your computer?
    Have you tried updated Adobe Flash player?
    Can you scan successfully from Microsoft Paint?
    How is your printer connected to your PC, wireless, ethernet or USB?
    In the meantime, try resetting the printer:
    Press the Power button to turn on the product.
    With the product turned on, disconnect the power cord from the rear of the product.
    Unplug the power cord from the wall outlet.
    Wait at least 15 seconds.
    Plug the power cord back into the wall outlet.
    Reconnect the power cord to the rear of the product.
    If the product does not turn on by itself, press the Power button to turn it on.
    I hope to hear from you, have a wonderful weekend
    R a i n b o w 7000I work on behalf of HP
    Click the “Kudos Thumbs Up" at the bottom of this post to say
    “Thanks” for helping!
    Click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution!

  • Acrobat PDF reader for Internet Explorer may be unloading/unabling custom plugin

    Hi,
    My question is basically to understand what is happening in this situation so that I can find where is the problem and how to solve it.
    We have used Acrobat 6.0 SDK to develop our custom plugin. This plugin is basically wrapper to few basic tools  (note, stamp, text ) etc.. provided by Acrobat 6.0 SDK. We have also developed PDFViewer.dll to view PDF document within Internet Explorer. So when user load document within our website this PDFViewer loaded with the custom plugin and user can use those tools.
    We are installing this plugin under <Acrobat X>/Plug_ins/<Company Name>/MyPlugin.API.
    In our web site we are giving list of documents and when user click on a document it will load the PDFViewer and custom plugin. We are loading Acrobat.exe in advance so that we can load quickly.  Now the problem happens when user open any other PDF in different tab or instance of Internet explorer. ?How?
    Consider in a internet explorer user logged in our web site and then he/she can see let's say 10 documents. 1.pdf, 2.pdf, 3.pdf, etc...
    Now when user select document 1.pdf we are loading that PDF in the IE within our PDFViewer with custom plugin. (Here I have seen that behind the scene Acrobat.exe is loaded in the processed using task manager)/  If at this time if user opens another instance of Internet explorer or another tab and open a PDF document it opens PDF in the standard Adobe Reader PDF viewer for Internet Explorer resides at (C:\Program Files\Common Files\Adobe\Acrobat\ActiveX).
    If at this time user goes back to our site and tried to work on 1.pdf our custom plugin works fine BUT if user opens any other document (let's say 2.pdf) the plug in stops working basically looks like it is not loaded.
    This issue only happens if user opens a document in another internet tab or explorer instance and open PDF which resulted in to open Acrobat Activex for internet explorer. If user opens a PDF document out side of internet explorer it is not creating any problem because at that time ActiveX does not loaded.
    So my guess is something is going on when ActiveX for PDF is get loaded into Internet Explorer.
    I want to know more what is happening and why it is happening. Due to this behavior our web site users can't use any other web site which opens PDF documents because then they have to log off and log back in our web site.
    Please we need immediate help.
    I am open to provide more details with screen captures.
    Thanks,
    Twinkle

    Hi,
    Thanks.
    So I want to make sure this is because with Acrobat 9 - the new way to deal with PDF's?  Because as per my knowledge it was working fine with Acrobat 8.
    Moreover, if I am understanding correctly and I have tested too, the order is important here, right? If I will load PDF in IE first and then I will work on my web site it is not creating problem but if I will launch my web site first and then open PDF within IE in different tab it is creating problem because they are using same interface and when AcroPDF instantiating overriding and failed to load plug_in
    Here I have seen that both Acrobat.exe and AcroPDF.dll is using same Acrobat.dll pointing to same memory addresses and that's why problem is happening.
    IT would be great if you can provide any other way to "hook" adobe because the bottom line I have to use AcroExch.App from SDK.
    One last question, I have seen that if I am opening a PDF in Internet Explorer in a different tab (not in my web app) while pressing SHIFT key and the move to my web site and load different document it is working fine, so the question is what different is happening when we open PDF in IE with pressing SHIFT key and without pressing SHIFT key. IS AcroPDF.dll behaves differently while opening PDF with SHIFT key pressed?
    Thanks for all your help.
    Twinkle    

  • Special coding for Internet Explorer

    We are modifying a website that was constructed in 2007 using Dreamweaver.  In a .css file containing code for external stylesheets, there are numerous instances of double-coding, based upon brower type-one set of code for IE and another for “other browsers”.  The following is an example:
    #mainCont1  /* other browsers */ {
    float: left;
    max-width: 600px;
    background-color:#FFFFFF;
    z-index:2;
    min-height: 650px;
    *html #mainCont1  /* for IE */ {
    float: left;
    width: 598px;
    background-color:#FFFFFF;
    z-index:2;
    height: 650px;
    The .css and .html code currently supplied by Dreamweaver when creating  a new page does not contain duplicate code for IE.  Is there still a reason to code differently for Internet Explorer? 
    The only reference to variations in browsers when creating a new file in Dreamweaver is the following code in the .css file:
    ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
    padding: 0;
    margin: 0;
    Would adding this code eliminate the need for double coding in css for  “other browsers" and then for IE as was done in 2007?

    What i can tell about my experience, these are known as "css hacks". If your page code its ok and you page its well build there is no need of this tricks, but sometimes new versions of browsers are "buggy" like IE and you have to help them with this hacks so they show correctly. It happens to me all the time that pages look correctly on firefox for example and different on IE, I dont know why they added the "compatibility mode" button it just get worst.
    this happens to me often when using dynamic content with javascript scripts.

  • Manage passwords for Internet Explorer 11 on Windows 7 ??

    How does a person find the mange passwords feature for Internet Explorer 11 on a Windows 7 box?  I saw a few webpages on this topic for IE 10, and also for IE11 on Windows 8, but nothing for IE11 on Windows 7.  When I go to IE 11 / Internet Options
    / Content / Auto Complete / Settings, there is no option to manage passwords.  I went to Credentials Manager and it says there are no windows credentials, and it doesn't show any web or Internet Explorer credentials.  Thanks

    Thanks for the reply. 
    That link to the eightforums.com was not helpful.  It states: 
    This tutorial will show you how to view ...
    stored passwords by Internet Explorer 11 (IE11)
    in your account in Windows 7,
    Windows 8.1, and Windows RT 8.1.
    View and Remove Stored Passwords for Sites in Credential Manager
    1. Open the Control Panel (icons view), and click/tap on the Credential Manager icon.
    2. Click/tap on Web Credentials, and expand a listed website (ex: www.eightforums.com) under "Web Passwords" that you want to view or remove ...
    However it is apparent that the author of the article did not verify that this method is applicable to Windows 7.
    When I click on the Credential Manager in Windows 7, there are no web credentials.  I looked on all 3 of my Windows 7 computers (one Windows 7 Professional and two Home Premium boxes) and none of them had a web credentials section. 
    Any other ideas?

  • ADF 10g support for Internet Explorer 8

    hi
    Working with Oracle support (in SR 7732252.994) we first reached this conclusion ...
    "Microsoft Internet Explorer 8 is not a supported for the ADF Faces applications built using JDeveloper 10.1.3.5.0"
    When I subsequently asked ...
    "Will there be a JDeveloper 10g release (post 10.1.3.5.0) that will support IE8 ?"
    ... the answer was ...
    "Jdeveloper 10.1.3.5 is the last release in the Jdeveloper 10g branch and there will be no more releases after 10.1.3.5.
    Therefore, there will be no support for IE 8 in the Jdeveloper 10g branch."
    question
    (q1)What is supposed to happen to ADF 10g production applications deployed in an environment that allows little control over the browser that is used (extranet/internet)?
    many thanks
    Jan Vervecken

    Thanks for your reply Shay.
    We plan to officially support IE8 with the next patch release to JDeveloper 11g - currently planned for later this year.That matches what I wrote in my initial post in this forum thread about IE8 support.
    We usually only certify browsers after they officially go production.That does not really answer my question (q1) in this forum thread.
    It is more like, how can I assess that Oracle will support any successor(s) of IE8 or successor(s) of any currently supported browsers for ADF 11g applications in the future? How long will Oracle support "commonly used browsers" for an ADF 11g application I build today, so how long will I be able to use that application?
    How do I answer such questions for ADF 11g applications that should be deployed on the internet (where, as some extranet environments, you typically have not that much (or no) control over which browsers your users use ... although some would like to argue with that, see forum thread "ADF Faces RC browser support and browser market share")?
    (By the way, do you have any feedback for the forum thread "ADF 10g support for Internet Explorer 8"?)
    regards
    Jan

  • ADF 11g support for Internet Explorer 8 plus x

    hi
    Given the current situation for ADF 10g, see forum thread "ADF 10g support for Internet Explorer 8" ...
    at ADF 10g support for Internet Explorer 8
    ... I was wondering about the future browser support in ADF 11g.
    (Specifically about IE8 the knownissues.html document for JDeveloper and ADF 11g (11.1.1.1.0) currently says "Internet Explorer 8 is neither supported nor certified. If you must use IE8, set the compatibility view settings in your IE8 browser to ALL. In IE8, go to the Tools menu -> Compatibility View Settings and check the last checkbox "Display All Websites In Compatibility View"." and "... IE8 support should be in the upcoming first patch set. ..." Re: PanelStretchLayout on IE8.)
    question
    (q1) What is the life expectancy of applications built with ADF (Faces) 11g in regard to their future browser support?
    many thanks
    Jan Vervecken
    edit 20091001 : fixed link to knownissues.html

    Thanks for your reply Shay.
    We plan to officially support IE8 with the next patch release to JDeveloper 11g - currently planned for later this year.That matches what I wrote in my initial post in this forum thread about IE8 support.
    We usually only certify browsers after they officially go production.That does not really answer my question (q1) in this forum thread.
    It is more like, how can I assess that Oracle will support any successor(s) of IE8 or successor(s) of any currently supported browsers for ADF 11g applications in the future? How long will Oracle support "commonly used browsers" for an ADF 11g application I build today, so how long will I be able to use that application?
    How do I answer such questions for ADF 11g applications that should be deployed on the internet (where, as some extranet environments, you typically have not that much (or no) control over which browsers your users use ... although some would like to argue with that, see forum thread "ADF Faces RC browser support and browser market share")?
    (By the way, do you have any feedback for the forum thread "ADF 10g support for Internet Explorer 8"?)
    regards
    Jan

  • Can anyone recommend a programmer that can fix iWeb for Internet Explorer?

    Can anyone recommend a programmer that can fix iWeb for Internet Explorer? I had one experienced source from GetaFreelancer.com who did a 17 page fix for $25. He would have done commented code for $40 so I could do the fixes myself afterward but he is not available right now. Guru.com yielded no comparable sources. Elance has a $50 minimum. All the other bids were in the hundreds of dollars without the commented code.

    The image on the right of your index page needs pulling down a bit, it looks messy covering the top banner.
    Secondly, you've changed quite a lot on your page so this makes life harder for everyone. For example, now at the bottom of the page in fireFox I see 'IP' on the line below the rest of the details, but because you changed things I now don't know whether that's because of my screen resolution or your coding. Is it still on one line for you?
    The problem with your columns may partly be based on the fact that you have a variety of span classes effectively achieving the same thing, and there are lots of unnecessary bits of code. How much of this is iWeb and how much is you I don't know. You've got an li class, a paragraph class, a written-out span class and some kind of specified bullet class all for one sentence. You only need one, maximum two of those things. Even if it's not conflicting and that's not the reason why it looks messed up, you'd do better to strip the code of all the unnecessary rubbish.
    To do this with help I recommend someone who is familiar with iWeb and has access to it in front of them. A professional programmer won't be able to help you, because they can't really tell which bits are generated by iWeb and which parts you can actually change.
    I recommend starting with a blank page and creating your columns and text without any styling other than bullets. Check it in both IE and FF. Then slowly begin to add your styling back in until you see if there's a problem. Finally, put the text on a (new) page which has your full website styling and see if there's a conflict between your page layout code and your page text code.

  • How can I know if the version of Flash Player installed is the right version for Internet Explorer?

    Hello,
    I have Windows 7 Starter with Internet Explorer 8 and Adobe Flash Player 10,1,85,3.
    I am experiencing problems with one particular web site which uses Flash technology to operate its web site., which is:
    gadget-detective.moonfruit.com.
    It has been suggested to me that I check I have installed the correct Flash Player for the web browser
    I am using which is Internet Explorer 8, that in particular I should check I have not installed in error a Flash Player
    for "other browsers". I do not know how to check if the version of Flash Player I have installed is the correct one for
    Internet Explorer, but, when I go to the Adobe web site at:
    http://www.adobe.com/software/flash/about/
    it states that Flash Player is successfully installed.
    Here are the problems I have been encountering with accessing the above-mentioned "gadget-detective" web site,
    where I have had to use different URLs to attempt to get access to the technical advice areas on their web site:
    1)A Welcome page with a link to the Free Technical Advice page located someway down the centre of the Welcome page,
    but still with none of the previous links along the left side:
    http://www.gadget-detective.moonfruit.com/#/free-tech-advice/4515074362
    2)A Welcome page with no links at the left side and in particular no link at all to the Free Technical Advice page:
    http://www.gadgetdetective.com/
    3)A completely black page:
    http://gadget-detective.moonfruit.com/#/free-tech-advice/4537230823
    How can I be certain that I have the correct version of Flash Player for my web browser Internet Explorer 8?
    Regards.

    Hello  ʇɐb ɹəuəllıʍ ,
    Thanks for your reply. I would appreciate it if you could let me know what the Flash Player setting
    called "Hardware Acceleration" does, before I try disabling it.
    Regards.

  • RTSP Embedded for Internet Explorer

    Can anyone explain how to embed a RTSP file into a web page for INternet Explorer? Or even point me to an example of someone else doing this on the web? I cannot seem to find any examples of true RTSP files working inside IE. I am using QTSS for both live and cached files and need IE to be able to display them properly. So far all I get is a big blue "Q". THis used to be easy, I think MS changed something in IE???? HELP!

    Answering my own question...
    Here is the code I settled on, works in every browser I tried and uses a poster frame as the launch button. Streaming files are QVGA (320x240) with autoplay and controller enabled and loop disabled.
    <OBJECT
    CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"
    WIDTH="320"
    HEIGHT="256"
    CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab">
    <PARAM name="SRC" VALUE = "http://*url location of your poster frame*.jpg" >
    <PARAM name="QTSRC" VALUE = "http://*url location of your poster frame*.jpg" >
    <PARAM name="HREF" VALUE = "rtsp://*url location of your streaming file*.mov" >
    <PARAM name="AUTOPLAY" VALUE = "true" >
    <PARAM name="CONTROLLER" VALUE = "true" >
    <PARAM name="TYPE" VALUE = "video/quicktime" >
    <PARAM name="TARGET" VALUE = "myself" >
    <EMBED
    SRC = "http://*url location of your poster frame*.jpg"
    QTSRC = "http://*url location of your poster frame*.jpg"
    HREF = "rtsp://*url location of your streaming file*.mov"
    TARGET = "myself"
    CONTROLLER = "true"
    WIDTH = "320"
    HEIGHT = "256"
    LOOP = "false"
    AUTOPLAY = "true"
    PLUGIN = "quicktimeplugin"
    TYPE = "video/quicktime"
    CACHE = "false"
    PLUGINSPAGE= "http://www.apple.com/quicktime/download/" >
    </EMBED>
    </OBJECT>
    Hope that is some help for one of the 300 or so folks that read this post! Good Luck!

  • Help for Internet Explorer 11

    Where do I find Help for Internet Explorer 11 ?
    I have Windows 7 64-bit and IE11 but I can't find help for that latest browser. In Help and Support, I only find help for Internet Explorer 9
    My problem is that since installing IE 11, I am unable to pin pages viewed on the screen to my Favorites; that is the pages that are pinned are different from the pages being viewed.       

    Hi
    from Desktop IE... Help>Online Support menu
    or go to
    http://answers.microsoft.com
    Include the full address of any webpages that you are having issues with.
    Pinning is not the same as Adding to favorites.... Web sites program how their sites are to be pinned or added to the Win7 or Win8 Start menus.
    Regards.
    Rob^_^

  • In help, it said, for internet explorer users how to remove it

    when i some news in yahoo firefox said error and said start a new season.
    and still can't open it.
    in menu bar help, for internet explorer users how to remove it. thanks.

    See:
    * http://kb.mozillazine.org/Firefox_crashes
    * [[Firefox crashes]]
    * http://kb.mozillazine.org/Browser_will_not_start_up

  • Dropping support for Internet Explorer 8,  and  Firefox 20.x or below

    Starting April 30th, we will discontinue support for all Internet Explorer 8 versions and all Firefox 20 versions and below. In order to continue using Business Catalyst Admin user interface without problems, you and your clients need to upgrade to a more recent browser:
    Download Internet Explorer
    Download Safari
    Download Chrome
    Download Firefox

    Thanks for your reply Shay.
    We plan to officially support IE8 with the next patch release to JDeveloper 11g - currently planned for later this year.That matches what I wrote in my initial post in this forum thread about IE8 support.
    We usually only certify browsers after they officially go production.That does not really answer my question (q1) in this forum thread.
    It is more like, how can I assess that Oracle will support any successor(s) of IE8 or successor(s) of any currently supported browsers for ADF 11g applications in the future? How long will Oracle support "commonly used browsers" for an ADF 11g application I build today, so how long will I be able to use that application?
    How do I answer such questions for ADF 11g applications that should be deployed on the internet (where, as some extranet environments, you typically have not that much (or no) control over which browsers your users use ... although some would like to argue with that, see forum thread "ADF Faces RC browser support and browser market share")?
    (By the way, do you have any feedback for the forum thread "ADF 10g support for Internet Explorer 8"?)
    regards
    Jan

  • Did Adobe Acrobat/reader stop providing browser integrated PDF viewing(addin) for Internet Explorer?

    Did Adobe acrobat and reader stop providing browser integrated PDF viewing capability for Internet Explorer?
    Hi, I have been trying to view PDF's directly on my browser (Internet Explorer 9). We used to be able to have this available. To be honest last configuration that did work was Internet Explorer 8 with Adobe Acrobat 7. But I recently tried with Intenet Explorer 9 with Adobe Acrobat X and did not work as expected (I tried to activate the add in for Adobe but the adobe addin for PDF did not show up) I have the following questions:
    1) Do you still provide PDF's viewing capabilties on Internet Explorer?
    2) If yes: Is there a propper Add-in we (users) are able to install for Internet Explorer?
    3) if yes: Do we require to have Adobe Acrobat to have this capability? (this was my experience with IE8 and Adobe Acrobat 7)
    Additional Info:
    There seems to be an addin for Chrome wich works as expected (opens PDF in browser) to this current date. This does not happen on IE.
    Thanks in advance.
    AlbertCastle

    Are you using the 64-bit edition of Internet Explorer?
    The Adobe Reader/Acrobat plugin is 32-bit, and will not work on a 64-bit browser.
    Other possibilities: http://helpx.adobe.com/acrobat/using/display-pdf-browser-acrobat-xi.html

Maybe you are looking for

  • YEAR VIEW IN iCAL PLEASE!!!

    I can't believe this, I finally get round to organizing myself and ical doesn't do a year view. I have hunted online for some way to make this happen and have ended up making a pdf of a printout to be able to see it. This can only be a temp solution,

  • Can't print in Windows XP with Java 1.4.1

    I can't print in Java 1.4.1. When I call printDialog() nothing happens. I'm using Windows XP and network printers. It works in 1.3.x. The wierd thing is, if I remove all printers in the Control Panel and then try printing from Java, I get asked if I

  • J2EE Server does not start

    Hi, I get the following trace when I try to start a newly installed J2EE Server. (sp11). The only errors I see are : [Thr 2108] *** ERROR => Invalid property value [system.id/0] [jstartxx.c   789] [Thr 2108] *** ERROR => Invalid property value [box.n

  • Upgrade the DB from 2007A to 8.8  PL 10- Error in Fixed Assets Master Data

    Dear Expert, we r using smoothly Fixed Assets Add-on in 2007A environment, Now we are upgrade to SAP B1 8.8 SP00 PL10. When i view  the Fixed Assets Master Data by choosing from List Its shows all of my master data list, but when i select any of them

  • Why can't I hear people on the phone unless I put on loudspeaker?

    It was working fine, then today I've noticed I can't hear people on the phone or my voicemail unless i put loudspeaker on? any solutions?