Using itunes with mozilla firefox

Is there a way i could make the itunes connect using only mozilla firefox instead of internet explorer? My internet explorer wont connect to the internet but my mozilla firefox does. ive tried turning off the firewall but it still wont work. please help.

Hi there, I think I had the same problem. My internet explorer wasnt connecting (and so neither was my itunes connecting to the itunes store - "make sure your internet connection is active and try again")but the connection was fine with firefox and google chrome.
So I went onto internet explorer - tools - internet options - advanced - and then clicked "Reset Internet Explorer Settings". Now both my Internet Explorer works again and I can connect to Itunes store.
Hope this helps.

Similar Messages

  • I AM STUCK WITH MOZILLA FIREFOX / NOT SHOWN ON MY LAPTOP SCREEN / USING HUGE AMOUNT OF RAM IN GENERAL - CAN YOU HELP????

    Hi,
    I have copied these problem on you site, as I could explain better then what they did, wich my problem remain the same as they have. And part me explaining what is really happen to my Laptop.
    ''Mozilla/Firefox 4 will not SHOW on my computer SCREEN.
    Firefox won't load onto my computer. I have Windows 7, and each time I try to run the program to install it, it tells me I have another version still waiting to be installed that requires my computer to reboot. When I check "yes" to reboot, my computer reboots but still no Firefox. When I try to uninstall the the old Mozilla program from my Control Panels, there is no Mozilla files or programs listed not in my list of programs but when I go directly to the Windows File on the C: Drive, there's a Mozilla program file there. WHen I go into that file check, I attempt to open the uninstall program. I get an error message that says something to the effect of: "the version Mozilla on this computer is not compatable with my OS." Something about it being and 86bit program. My Firefox 3.6 worked fine 2 days ago. What's wrong??? ''
    '''Firefox 4 using huge amounts of RAM on sites with Java scripts
    I have been observing Firefox using huge amount of RAM when I am on sites that use Java Scripts to rotate images. I have tried a couple of different sites and have monitored the RAM usage. With Java script enabled Firefox 4 continues to grow its RAM usage by about 10MB a minute. I have had the usage hit as high as 1.5GB. As a comparison I have monitored the same sites in Internet explorer and have not seen the same issue. - Just to eliminate a site issue.
    Turning off Java Script solves the issue and eventually frees the RAM.
    I am using XP Pro, 3 GB RAM. '''''
    My experince with Mozilla Firefox:
    Here what really happen when I install the Mozilla Firebox on my La[top you can see the file is there but when I click the program to open its does not shown on the screen but when I check with WTM (Windows Task Manager) its shows that is ON and you can only witness the laptop going very slow and I have to reboot it, and I can not install any other Mozilla :( because of the same problem and all the above.
    I really need Mozilla to work as soon as possible due to important deadlines I have pendent, and i can only use Chrome but is not my ideal program. Can you help me , please ?????
    Thank you
    Vitor Mendes

    If it opens in safe mode, you may have a problematic add-on. Try the procedure in the [[Troubleshooting extensions and themes]] article.

  • I used to use SpeedBit Video Downloader with Mozilla Firefox, but suddenly a problem happened, I can not download with it now at all as there is an code error appears in the bar of SpeedBit like "XML Parsing Error: unclosed token Location: chrome://browse

    I used to use SpeedBit Video Downloader with Mozilla Firefox, but suddenly a problem happened, I can not download with it now at all as there is an code error appears in the bar of SpeedBit like "XML Parsing Error: unclosed token Location: chrome://browser/content/browser.xul Line Number 1, column 8702:....................."
    I did evrey thing, but the same problem
    reinstall SpeedBit, reinstall Mozilla Firefox.
    So what can I do!
    == This happened ==
    Every time Firefox opened
    == 4 days ago

    look people, i may have a solution for this. This happened to me a few times before and resolved alone, but last time it happened was when i turned off my router and back on while my comp was running and appeared when i tried opening firefox after that. so wat i did was i shutdown the computer and the router and tried turning both on again, and it resolved.
    Therefore, Summary: Shutdown computer then turnoff router then turn both back on
    Hope this helps anyone.

  • Can I still use Internet Explorer along with Mozilla Firefox

    Can I keep both search engines installed and use them without causing any problems to my computer
    <sub>Edit by a Moderator. I changed title from <br /> ''can i still use exporer along with mozilla'' to <br />Can I still use Internet Exp'''l'''orer along with Mozilla '''Firefox'''

    Hi Michael,
    I hope you are managing to use Firefox ok.
    Some helpful terms
    * [https://simple.wikipedia.org/wiki/Web_browser Browser] <-- clickable link - often blue in colour <br /> More detail https://en.wikipedia.org/wiki/Web_browser
    * [https://simple.wikipedia.org/wiki/Hyperlink Link] <-- link <br />https://en.wikipedia.org/wiki/Hyperlink <-- different article
    * [https://simple.wikipedia.org/wiki/Search_engine Search Engine] <br />https://en.wikipedia.org/wiki/Web_search_engine
    * [https://simple.wikipedia.org/wiki/World_Wide_Web World Wide Web] vs [https://simple.wikipedia.org/wiki/Internet Internet]
    **I will leave it as an exercise for you to look up the ordinary English versions of ''www'' & ''Internet'' in en.wikipedia.org
    ** Note the linked articles are themselves full of links.
    Internet Explorer is a bit odd. Everyone would get it with Windows. Effectively almost the same thing would be used as the Windows Explorer on the computer and navigating the Web
    '''Did you find the Firefox Tour / Introduction ok ? '''
    * '''[[Get started with Firefox - An overview of the main features]]'''
    I make no apologies for posting a reply in very basic terms. It may not teach you much as you have already managed to find and post on '''[/questions/1008931 this]''' ''[https://simple.wikipedia.org/wiki/Internet_forum forum]'', but you or other readers of this question may find some of the links of use. We all need to begin somewhere, and following links is sometimes a useful method of learning.

  • Embed tag is not working with Mozilla Firefox 23, 24 and 25

    Requirement:
    While loading the java applet on a page, if the user system do not have plugin loaded then our code should redirect the user to get Java 1.6 plugin.
    At present I am using below two URL for automatically JRE6 download
    • IE : https://java.sun.com/update/1.6.0/jinstall-6-windows-i586.cab#Version=1,6,0,31<br />
    [When user tries to access the applet page from IE browser then he/she is getting pop-up message for JRE6 installation, provided that the user system don’t have any JRE installed]. This scenario is working IE8,9,10<br />
    • Mozilla family : https://javadl.sun.com/webapps/download/AutoDL?BundleId=60336
    Below is the used script for ‘Object’ and ‘embed’ tag:
    <pre><nowiki><script language="javascript" >
    <OBJECT classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" name="OrderApplet"';
    WIDTH = 775 HEIGHT = 600
    codebase="https:\/\/java.sun.com\/update\/1.6.0\/jinstall-6-windows-i586.cab">';
    <PARAM NAME = "type" VALUE="application\/x-java-applet;version=1.6.0_31">';
    <PARAM NAME = "scriptable" VALUE = "true" >';
    <COMMENT>';
    <EMBED type="application\/x-java-applet;version=1.6"
    pluginspage="https:\/\/javadl.sun.com\/webapps\/download\/AutoDL?BundleId=60336">
    <NOEMBED>
    <\/COMMENT>;
    <\/NOEMBED><\/EMBED>;
    <\/OBJECT>;
    </script></nowiki></pre>
    User is getting pop-up message for JRE6 installation with browser IE8, 9, and 10 and also with Mozilla Firefox 22, but it’s failing with latest version of Mozilla Firefox23,24 and 25.
    I have gone through so many sites but could find any reason for this behavior.
    I have provided JRE6 32-bit version download URL, here I don’t think so I’m doing any version incompatibility because both the JRE6 and Mozilla Firefox are 32-bit version. And 64 bit Firefox version is not available for windows.
    I’m not sure why the code is working with Firefox 22 and its lower version but
    doesn’t work with higher version than firefox22….like 23,24,25
    Can anyone help to sort out this issue?
    Thanks, <br />
    Sumit

    Sorry for the delay in getting an answer, yesterday was a holiday in the USA.
    This forum is for Firefox user support, not for web developer support. My rough guess is that since Mozilla has blocked all but the most recent update for Java 7 Plugins - https://addons.mozilla.org/en-US/firefox/blocked/ - and Firefox 23 brought in a new '''Simplified interface for notifications of plugin installation''' - http://www.mozilla.org/en-US/firefox/23.0/releasenotes/ - that is probably why you're having a problem with versions of Firefox after Firefox 22.
    Try posting at the Web Development / Standards Evangelism forum at MozillaZine. The helpers over there are more knowledgeable about web page development issues with Firefox. <br />
    http://forums.mozillazine.org/viewforum.php?f=25 <br />
    ''You'll need to register and login to be able to post in that forum''.

  • Is this compatible with Mozilla Firefox

    Thinking of purchasing an iPad.  Is it comptatible with Mozilla Firefox?

    Mozilla have not made an app version of Firefox, so no. The iPad comes with the Safari browser (though it's not as sophisticated as on a PC or Mac), and there are other browsers available in the iTunes App Store which are more powerful e.g. Atomic Web, iCab mobile, Opera etc

  • Please advise where is the page that lets me choose what I share with Mozilla / Firefox is.

    Mozilla - Firefox Choose what I share
    https://support.mozilla.org/en-US/questions/new/desktop/privacy-and-security
    Occasionally my computer seems to go off on a frolic of its own - lights on, whirring, very slow to respond to my instructions, etc. Recently I noticed a message in the bottom right corner of my screen along the lines 'Choose what I share' There was an explanation that Mozilla sent Firefox information [or vice versa] and a claim this somehow made my life better. I thought I would choose what I share but the message disappeared and I have been unable to find the relevant page.
    Please advise where is the page that lets me choose what I share with Mozilla / Firefox is.

    OK a bit more detail. I have tried to avoid or explain jargon. Note the blue bits in the text are clickable [http://en.wikipedia.org/wiki/Hyperlink links] to other documents/sites
    Feedback:
    If you use the input/feedback button the information you send will be public, but that is the point of sending it.
    That is were you send short comments about Firefox. More than one way of doing this:
    * a button on the browser
    * the ''[Suggestion Box]'' option on some of these pages
    * or the link
    ** https://input.mozilla.org/en-US/feedback/
    An example of some of the public comments
    *https://input.mozilla.org/en-US/?happy=1&platform=Windows%207
    Crashes:
    You will need to send that information if you wish to get help with crashes. The email address is optional (and I do not think it is public).If you file a bug however you will need to provide an email address that will be publicly displayed
    [http://en.wikipedia.org/wiki/Crash_%28computing%29 Crashes] are when Firefox suddenly breaks and stops working entirely. If you are lucky it may restart again but it may continue to crash or be totally unusable.
    [http://en.wikipedia.org/wiki/Software_bug Bugs] in this context are the discussions by the experts fixing or modifying Firefox, often initiated by a bug report from an end user.
    If you need help with your crash Mozilla needs some techie information about the crash before they can do anything about it or help you.
    [[Send performance data to Mozilla to help improve Firefox |Telemetry]]:
    At present, I think, you will only see the information yourself if you submit.
    This is a feature that send some basic information about Firefox performance. It was introduced after it was realised Firefox was doing some things very badly, but the full extent of the problem had not been quickly identified.
    Firefox Health Report:
    Experimental feature still in development
    Aimed at helping the end user fix Firefox.
    You will find all sorts of information in these blogs
    * https://blog.mozilla.org/privacy/
    but unfortunately they do contain jargon and are written for those already interested in the subject, who know something of the features of Firefox and related software.

  • I want to search a few add ons that compatible with Mozilla Firefox version 2.0.

    want to search a few add ons that compatible with Mozilla Firefox version 2.0.
    why can I no longer search it with this URL https://addons.mozilla.org/en-US/firefox/advancedsearh,
    pls give me a clue, so I can search the add ons that compatible with my earlier firefox
    Regards
    Goerchka

    Correct the spelling of search on your link to
    :https://addons.mozilla.org/en-US/firefox/advancedsearch
    :and it would appear that the search would work, use the little dropdown underneath the big green arrow to actually pull up the advanced search you asked for, and it appears to work, I didn't actually bring up any of the results.

  • I tried to install seo spyglass errror message said not compatible with mozilla firefox. When will mozilla make spyglass cpmpatible?

    tried to install seo spyglass error message said not compatible with mozilla firefox. When will mozilla make spyglass compatible?
    I need this plugin for my affiliate business and enjoy using firefox.
    Seo spyglass may work with IE but I'd rather use firefox

    tried to install seo spyglass error message said not compatible with mozilla firefox. When will mozilla make spyglass compatible?
    I need this plugin for my affiliate business and enjoy using firefox.
    Seo spyglass may work with IE but I'd rather use firefox

  • Why is it that image grayscaler code for website is not functioning with Mozilla Firefox, yet it does to other browser?

    I just noticed that my code(in my blog site), which is a ordinary code that allows image to turn into its grayscale form and hover its original color, is not functioning with Mozilla Firefox browser. But with other browsers, it's working. I hope you can help me with this little issue. Thank you!

    Does it use a CSS rule similar to:
    filter: grayscale(100%)
    This property is not yet implemented in Firefox. It is scheduled to be implemented in Firefox 34, according to https://developer.mozilla.org/en-US/docs/Web/CSS/filter

  • HT201210 I'm trying to update my iOS to 6.0, using iTunes (with my 4s connected via USB and WiFi is on also). I get a message that 'there are purchased items on my iPhone that have not been transferred to my iTunes library. Yet, I can't find those items!

    I'm trying to update my iOS to 6.0, using iTunes (with my 4s connected via USB and WiFi is on also). I get a message that 'there are purchased items on my iPhone that have not been transferred to my iTunes library. Yet, I can't find those items! Help!  There is not error message number just the text message. I've searched for an answer but have found nothing on "transfering items purchased to your iTunes library".

    Right click on your device icon on the left pane of iTunes and click on transfer pur....

  • I purchased songs from 2 different computers using itunes with the same apple id. I had 1 iPod I used for these but I just recently got an iPhone and I was wondering why it wasn't letting me put my purchased songs on my iPhone?

    I purchased songs from 2 different computers using itunes with the same apple id. I had 1 iPod I used for these but I just recently got an iPhone and I was wondering why it wasn't letting me put my purchased songs on my iPhone?

    You can transfer iTunes content from an iTunes library on a single computer only.
    Since these songs were purchased with the same iTunes account, you can download the song that is not in your iTunes library on the computer you will be syncing your iPhone with. Or you can download the song or songs direct on your iPhone.
    http://support.apple.com/kb/HT2519?viewlocale=en_US&locale=en_US

  • Just updated to latest version , getting started with Mozilla Firefox opens everytime not homepage , how do I get rid of unwanted page

    I upgraded to the latest version of Firefox , when I hit the icon and firefox opens the first page that comes up is the Getting started with Mozilla Firefox and not my home page , I have checked everything I could find and nothing keeps this page from opening like it's my home page . also I unloaded download helper for the same reason , it keep opening up wanting me to upgarde to the latest version , I already had upgraded , I don't know what is going on , My home system was upgraded early last week and works fine , I double checked all setting between the two systems , nothing , Please let me know where to look , thank you , a longtime fan of Firefox.

    Hi Romulus949,
    You should take a look at the Knowledge Base article [[How to set the home page]].
    There are steps in that article to reset your homepage preferences to default. I would try that first to clear out any strangeness. Then you can set your homepage to anything you like.
    If that doesn't work you should look at [https://support.mozilla.com/kb/Firefox+has+just+updated+tab+shows+each+time+you+start+Firefox this article about that specific issue] and the article [http://kb.mozillazine.org/Preferences_not_saved Preferences not saved].
    Hopefully this helps!

  • How to use iTunes with more than one Ipod

    I would like to know whether is possible to use iTunes with more that one ipod, because I need to have 2 differents libraries, one for my 30GB ipod and my son's ipod nano.
    Thanks, Felipe

    Try this http://docs.info.apple.com/article.html?artnum=300432

  • After I synced my iphone (4S with ios 8.1.2) using itunes with MS outlook on my new PC , suddenly all my contacts without telephone number and what I have the name of the contact only ?

    After I synced my iphone (4S with ios 8.1.2) using itunes with MS outlook on my new PC , suddenly all my contacts without telephone number and what I have the name of the contact only ?

    I couldn't find the edit button on my original post so I am posting an update here.
    I have gone through more apps and have had good luck on all but one more.  And it's not that the app doesn't work, I am talking about the Yahoo Weather app, It works fine, but when you swipe between cities the screen lags a bit and it sometimes doesn't move between pages the way it should.  On iOS 7.1.2 it was smooth as butter but on iOS 8.0, not so much.  I will post a note in the app store to let them know.  I really like the Yahoo app better than the new stock app.
    I have been going through my games and they all work fine. Angry Birds (Original and Stella), Canabalt, Minecraft, Bejeweled 2, Silly Walks, PopWords, Doodle Jump, Deep Green all seem to work just fine. 
    Starbucks app works as it should. 
    I will stop back again next week after I have had the weekend to play with it in detail and post my thoughts again.

Maybe you are looking for