Opening a new web site deletes an already-open site

I am using IE 9 on a Vista 64-bit platform.  Normally, I will have at least three sites open at one time.  However, when I open the third site, it replaces one of the two other sites that I may have minimized.  However, on a laptop I am running
Windows 8.1 and using IE 10, and I do not have this problem of losing a site when a third is opened.
Is this a function of IE 9 versus IE 10?  Or, is there a setting that I can alter in IE 9 that will enable me to have threee sites open at the same time?
Thanks in advance.
Gordon
Houston, Texas

Hi,
Please include links to any websites you are having issues with your questions... that way we can visit the sites to determine if there are any issues.
Most probably though, one of your browser addons is causing your browser to crash.
It is unclear from your question whether you are referring to your browser's Homepage settings... from memory, I think IE9 has a limit of three, only. IE9 is the highest IE version that you can install on Vista.
Tools>Internet Options>Advanced tab, uncheck "Enable third-party browser extensions". close all open IE windows for the full changes to take effect... In the case of Vista, a computer reboot may be required.
You will find the Homepage settings on the General tab of Internet Options.
Questions regarding Internet Explorer 8, 9 and 10 and Internet Explorer 11 for the IT Pro Audience. Topics covered are: Installation, Deployment, Configuration, Security, Group Policy, Management questions. If you are a consumer looking for answers or to
raise a question, it's highly recommended you head on over to http://answers.microsoft.com
Rob^_^

Similar Messages

  • I cant create new web-site

    hello,
    i downloaded some iWeb templates and installed them. they work so far.
    but since i added those templates i cant do several things:
    -i cant create a blank web-site
    -i cant create any web-site with my other user accounts
    i got 3 users on my mbp. only 1 user allows me to create new web-sites. if i log in with another user (i also tried to create a new user) then i only get a grey + in the lower left corner of my iWeb. grey means i cant click it.
    i deleted iweb preferences already. what else can i do to solve that?
    is it a good idea to delete iweb from aplication folder and install it again? is there a full installer?
    thx 4 any help, ichi

    Can you do this in some user accounts and not others, as the case for the original poster, or is this a problem across the board?
    If all the controls are greyed out, the easiest potential fix is to open iPhoto, select some pictures/and or an album there and click on the iWeb button at the bottom of the iPhoto window. This should "force" iWeb to create a photo page.
    It that doesn't work, you will need to try to download one of the iWeb upgrades. Which version of iWeb are you using?

  • Cant get @font-face to work on my new web site

    Hi everyone,
    I Cant get @font-face to work on my new web site.
    I tryed it before on other web sites and it worked just fine.
    Here is the code i am using:
    CSS:
    @charset "utf-8";
    @font-face {
    font-family:"Caviar Dreams",sans-serif !important;
    font-style: normal;
    src:url ("../fonts/CaviarDreams.ttf") format('truetype');
    src:url("../fonts/CaviarDreams.eot") format('eot');
    src: url("../fonts/CaviarDreams.svg") format('svg');
    src:url("../fonts/CaviarDreams.woff") format('woff');
    src:url("../fonts/CaviarDreams.otf") format('otf');
    /* Simple fluid media
    Note: Fluid media requires that you remove the media's height and width attributes from the HTML
    http://www.alistapart.com/articles/fluid-images/
    img, object, embed, video {
    max-width: 100%;
    /* IE 6 does not support max-width so default to width 100% */
    .ie6 img {
    width:100%;
    Dreamweaver Fluid Grid Properties
    dw-num-cols-mobile: 5;
    dw-num-cols-tablet: 8;
    dw-num-cols-desktop: 10;
    dw-gutter-percentage: 25;
    Inspiration from "Responsive Web Design" by Ethan Marcotte
    http://www.alistapart.com/articles/responsive-web-design
    and Golden Grid System by Joni Korpi
    http://goldengridsystem.com/
    /* Mobile Layout: 480px and below. */
    body{
    background-image:url(../images/background/wraper_bg.jpg);
    background-repeat:no-repeat;
    background-attachment:fixed;
    background-size:100% 100%;
    font-family:"Caviar Dreams", sans-serif !important;
    .caviar{
    font-family:"Caviar Dreams", Arial, Helvetica, sans-serif ;
    .index_bg{
    width:100% !important;
    height:100% !important;
    background:url(../images/graphics/index_bg.png) !important;
    background-size:cover !important;
    .welcome_image{
    position:absolute;
    top:35%;
    width:95% !important;
    margin:2% !important;
    .nav{
    color:#FFFFFF !important;
    font-family:"Britannic Bold" !important;
    font-size:14px;
    font-weight:lighter !important;
    .background_white{
    background:rgba(255,255,255,0.7);
    .background_black{
    background:rgba(0,0,0,0.65);
    .background_black_2{
    background:#000 !important;
    .background_noir{
    background:rgba(179,1,1,0.7);
    .background_purple{
    background:rgba(152,131,201,0.7)!important;
    color:#FFFFFF !important;
    width:100% !important;
    height:25px;
    text-decoration:none !important;
    font-family:"Caviar Dreams" ;
    border:0px !important;
    margin:0px !important;
    padding:0px !important;
    .background_purple:hover{
    background:#FFFF00!important;
    color:#000 !important;
    width:100% !important;
    text-decoration:none !important;
    font-family:"Caviar Dreams" ;
    border:0px !important;
    .white{
    color:#FFFFFF !important;
    .black{
    color:rgba(0,0,0,1) !important;
    .red{
    color:#B30101 !important;
    .yellow{
    color:#FFFF00 !important;
    .black_span{
    background:#000000 !important;
    color:#FFFFFF !important;
    margin:1% !important;
    margin-left:5px !important;
    padding:5px !important;
    .black_span_margin1{
    margin-left:0px !important;
    .black_span_margin2{
    margin-left:0px !important;
    .border_white{
    border:3px solid #FFFFFF !important;
    margin:0px !important;
    padding:0px !important;
    .border_gold{
    border:0px solid #000!important;
    margin:0px !important;
    padding:0px !important;
    h1, h2, h3, h4, h5, h6{
    font-family:"Britannic Bold" !important;
    font-weight:lighter !important;
    color:#FFD700 !important;
    margin-left:2% !important;
    margin-right:2% !important;
    margin-top:2% !important;
    margin-bottom:2% !important;
    p{
    font-family:"Caviar Dreams", Arial, Helvetica, sans-serif !important;
    font-size:16px !important;
    color:#FFFFFF !important;
    margin-left:2% !important;
    margin-right:2% !important;
    margin-top:2% !important;
    margin-bottom:2% !important;
    .text-small{
    font-size:12px !important;
    .caviar{
    font-family:"Caviar Dreams" !important;
    I am trying to use the font Caviar Dreams on my new web site but i cant get it right,
    Can anyone tell me what is wrong.
    And also i would like some help with IE9, it seems the header is displaying in blue instead of black on IE9 and 10.
    My web site adrees is marcoalexwebdesign.site11.com  .

    I already fixed the issue, it seems trhat in dreamweaver the fonts ttf , otf, etc must be in a folder named webfonts, and then dreamweaver connects the fonts stylesheet to the main stylesheeet with @inport.I had to unisntall the fonts from my windows and download them again and add tehm with dreamweaver add web fonts feature.
    Thanks ayway.

  • Firefox is a bit slow all through; can I display message in my new web site that visitors should view it with Firefos?

    I will be setting up a new web site soon. May I put a note and a link on one of the pages advising people to utilize the site through Firefox? The latest Firefox seems to be a bit cumbersome with loading pages; I have WinXP Pro.

    Many site issues can be caused by corrupt cookies or cache. In order to try to fix these problems, the first step is to clear both cookies and the cache.
    Note: ''This will temporarily log you out of all sites you're logged in to.''
    To clear cache and cookies do the following:
    #Go to Firefox > History > Clear recent history or (if no Firefox button is shown) go to Tools > Clear recent history.
    #Under "Time range to clear", select "Everything".
    #Now, click the arrow next to Details to toggle the Details list active.
    #From the details list, check ''Cache'' and ''Cookies'' and uncheck everything else.
    #Now click the ''Clear now'' button.
    Further information can be found in the [[Clear your cache, history and other personal information in Firefox]] article.
    Start Firefox in Safe Mode to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    <b> To Enable SafeMode </b>
    *You can open Firefox 4.0+ in Safe Mode by holding the '''Shift''' key when you open the Firefox desktop or Start menu shortcut.
    * Or open the Help menu and click on the '''Restart with Add-ons Disabled...''' menu item while Firefox is running.
    *''Once you get the pop-up, just select "'Start in Safe Mode"''
    If it works in Safe Mode and in normal mode with all extensions (Tools > Add-ons > Extensions) disabled then try to find which extension is causing it by enabling one extension at a time until the problem reappears.
    Close and restart Firefox after each change via "Firefox > Exit" (Windows: Firefox/File > Exit; Mac: "Firefox > Quit Firefox"; Linux: "Firefox/File > Quit")
    * https://support.mozilla.org/en-US/kb/troubleshoot-firefox-issues-using-safe-mode
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • On my new web site Dashboard, when making any Chamges or Updates, I either get a AJAX Issue or FF CRASHES, is there a Fix for this?

    * Length of time - last 4 months, starting with FF V16 thru V20.
    * Frequency - On every dashboard attempt to Update my new web site pages, using RedFrame.com.
    * Errors - window message - "AJAX issue here - 0 Reason -error" when update icon Hangs or Freezes. (photos available).
    * RedFrame Support - Crashes & hangs are attributed to Missing, Corrupt, or Old Code on FireFox.
    * Web browsers either not affected or minimally affected - Google Chrome (most stable) and Safari (less incidents)

    I'm curious about this part --
    ''RedFrame Support - Crashes & hangs are attributed to Missing, Corrupt, or Old Code on FireFox.''
    -- did they suggest typical troubleshooting methods such as:
    * Clearing your Firefox browser cache
    * Removing your redframe.com cookies
    * Testing with add-ons disabled
    For the first two: When you have a problem with one particular site, a good "first thing to try" is clearing your Firefox cache and deleting your saved cookies for the site.
    (1) Bypass Firefox's Cache
    Use Cmd+Shift+r to reload the page fresh from the server.
    Alternately, you also can clear Firefox's cache completely using:
    Firefox menu > Preferences > Advanced
    On the Network mini-tab > Cached Web Content : "Clear Now"
    If you have a large hard drive, this might take a few minutes.
    (2) Remove the site's cookies (save any pending work first). While viewing a page on the site:
    Tools menu > Page Info > Security > "View Cookies"
    Here you can individually remove them. Then try reloading the page and logging back in. Does that help?

  • HT4623 I do not like the new iOS 7 operating system on my iPad.  I do not like the Safari works, I do not see a way to enter or search for a new web site.  Is there a way that I can go back to the older operating system?

    I do not like the new iOS 7 system on both my iPad 2 and iPhone 4S.   I can not like the way Safari works, I can not see a way to enter name to search for new web sites.  Is there a way I can go back to the old iOS 6.1.5 operating system on my devices?  Thank you.

    I can not see a way to enter name to search for new web sites
    Put your search terms in the combined URL and search bar at the top of the browser (exactly the same as you do in most modern desktop browsers such as Chrome, Safari, Explorer). There is no separate search box, just use the box where you enter web addresses.
    And no, you cannot downgrade.

  • WHATS THE FIRST STEP TO ADDING TEXT TO YOUR NEW WEB SITE?

    WHAT'S THE FIRST STEP TO ADDING TEXT/CONTENT TO MY NEW WEB SITE?

    Create a new file of the HTML type. (CTRL-N). Then type or paste text.
    Images you add to your new site must first be included in the site folder. Then you can drag and drop them.

  • New Web Site   - Have a look

    Hi... I've been working on a new web site for quite a while.... I've finally published it. Have a look at it and let me know what you think.
    Mainly done with iWeb
    Thanks I appreciate the feed back.
    http://www.HeCanFixIt.com

    * "Clear the Cache": Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    * "Remove the Cookies" from sites that cause problems: Tools > Options > Privacy > Cookies: "Show Cookies"
    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]

  • New web site

    I have created, and uploaded a web site in my own domain.
    I created another one web site, and I want to upload it too in the same domain.
    I press on"Publish" and the process starts, but when I go to the site I only see the first one.
    How can I upload differents web sites and see them all?

    I am having similar problems with my iWeb 08 sites. I have 6 'sites' under my .mac domain. I split them into separate domains and was able to publish and maintain them with the previous version of iWeb.
    Earlier this week, I upgraded the iLife software I use on to publish several of the websites I maintain. The iWeb 08 application makes it easy to create and maintain nice looking websites with web log, web gallery and other high end functions. One of the functions that was added was the ability to publish directly to domains you own.
    I, being the geek I am, upgraded immediately. I began by opening up all of my iWeb based sites so that iWeb 08 would update the site to be compatible with the new version. I then published each site to .Mac. I also was trying to set up what Apple calls ‘personal domain’ forwarding.
    Somewhere along the line, things went haywire unbeknownst to me. As I published each site, I surfed over to make sure everything looked good. I as quite happy with the results. The changes to iWeb improved the readability of the site and made navigation a little easier.
    HOWEVER, once I was done publishing all of the sites, I found a MAJOR problem. Once I was completely done (or so I thought), I went back through all of the sites. When I hit the second site, my browser said the site was unavailable. I republished the site in question and the site came back up.
    The rest of sites, including the site that was previously working, were unavailable. After a few tries, I finally figured out that only the last site I published was available and the rest were broken. I eventually decided to leave well enough alone for now and contact Apple for support on 8/14. I am still waiting for a response as of 8/18. Apple usually responds within 24 hours but no such luck this time.
    The fact that they've already published an iWeb update, the discussion forums are quite busy with chatter about iWeb problems, and Apple has not responded in its usual 24 hour period indicates to me that Apple may published the upgrade with less than adequate testing. I am disappointed to say the least.

  • Creating a new web site -- updating an old one

    Hi all,
    I have a web site that I haven't updated in maybe five years. I didn't have the Mac then. I created it with Microsoft FrontPage.
    How would I go about updating this site from my Mac?
    I might just want to start completely over with a new design and content. What tool/program do you recommend? Is there a way to see what I can do with it before buying anything? Is there a free program that I can get started with?
    Thanks!
    Message was edited by: Bruce Delaplain1

    Hi Bruce,
    Yes, you can keep your domain name to use with iWeb. After completing it, publish your completed site to a folder instead of .Mac and then use an ftp program to load to your personal domain. Obviously you would need to remove the original folders that you created in FrontPage. You do loose some of the functions of iWeb by doing it this way though.
    You can also go to your .Mac account and add your personal domain and then use a CNAME alias to point iWeb to your personal domain. This might be the easier way to do it.
    I don't think iWeb and iLife 08 are compatible with OS 10.3. You would have to upgrade to at least OS 10.4. I had an old iMac with 10.3 and I never had iLife on it. I did however have a MacBook with 10.4 and that had iLife 06 on it. I now have iLife 08 which is even better.
    Good luck. I am also in the process of updating a website of mine that I originally created with FrontPage on a PC with iWeb. I have two websites and decided to do this for the sake of uniformity but with different colours. I think you will be pleased with the result. My new iWeb site looks fresher in comparison to my now dull and boring FrontPage site. iWeb certainly looks more professional than FrontPage.

  • Can´t add a new web site in iweb

    My web site is completely blocked, even all the options to do things in my iweb are in grey so I can´t do anything with it, please help???

    Is there a domain.sites2 file in Home Folder/Library/Application Support/iWeb?

  • New web site set up

    How can I create a web site not linked to a current one? In other words in its own folder?

    You can have multiple indivicual websites in one iWeb Domain file. This Domain file of mine has 7 individual sites in it:
    If you have iWeb 3 each site can be piublished individually to wherever you'd like, a folder on your hard drive, MobileMe (to be discontinued after June 30th or an FTP hosting server.
    OT

  • I hear i-web will end next year. Does this mean I shouldn't design new web site using i-web

    I have just learnt how to use i-web and I am designing web sites for 4 business. Should I think twice about this? I am concern that I will have to do it all again next year.
    Mashable reported today that when i-cloud comes into play next year, i-web will no longer be supported.
    Can any one enlighten me further
    jfrombideford

    Unfortunately, Apple isn't a trustworthy Software Developer anymore. There is no continuity in their applications development. Innovation is one great thing - Reliability is also vital for a relationship (Apple <-> Customer) I'm sad to see that they are not as innovative and not as reliable as they used to be.
    I guess these great applications like iWeb have been programmed by just one or two developers and since the went on never ending holidays with the profit of their shares - no one is able to continue the work due to chaotic organisation (like in the early days).
    I'm really sad to say that, but you rather choose a web design tool from a professional software company like Adobe or one of the other nice applications like RapidWeaver, Sandvox, Freeway Pro....
    Sad story, really!

  • I don't loose all my favorites on this new web site do I

    I am just setting this web site up and I don't want to loose my favorites or my faviortes bar that is the most inportment to me

    You can (and should) make a backup of your personal Firefox data.
    *http://kb.mozillazine.org/Backing_up_and_restoring_bookmarks_-_Firefox
    *http://kb.mozillazine.org/Profile_backup

  • Several times while attemping to access new web sites it said that I needed Adobe Flash and would not let me access the site.  What is the answer?

    Seeveral times while atttempting to access various web sites I get the message can not access because I do not have Adobe Flash.

    Email the webmaster of the sites, tell him or her to get into the 21st century and stop using Flash.

  • New Web Site "last challenge"

    http://www.prettycreative.com
    go to the AboutMe page and click on any of the easterEggs
    (hint: 2 different question marks & the airplane).
    Q. My last challenge for this web site is to find out how to
    get my pop-up window to over ride or sit on top of my text
    component. I have tried: Modify / Bring Forward and that doesn't
    work. I suspect that the text component takes priority in the
    heirachy? Does anyone know how to fix this?

    what is this site supposed to be? i spent a little time on it
    and i'll be damned if i can figure it out....

Maybe you are looking for

  • How to run games on ipod nano 2nd generation with firmware 1.1.1

    Does anyone know if you can run games on the 2nd generation ipod nano with the latest firmware of 1.1.1 when the itunes store with games wants the system to have firmware 1.2. This means that the games must only work on 1st generation ipods or that 2

  • Getting AppleTV to wake up sleeping Mac Mini

    I was planning on transfering my iTunes library from a G5 running Leopard to a 2.0GHz MacMini Core2Duo with Snow Leopard. The main reason for this was the feature that allows other machines to wake up sleeping computers running snow leopard.. cannot

  • Services not started in Visual Administrator

    Hi, I have problem with the some of the services. After I start the SAP J2EE Engine, I can see that most of the sevices are not started in "deploy" link. All the services get started when I manually start the application. I am working with NetWeaver0

  • Converting .m4p files to .mp3/.wav/.wma

    Any suggestions to help convert an iTunes file to mp3, wav or wma would be greatly appreciated. Another application I am using requires one of these three files and cannot recognize the origial .m4p file. Thanks in advance. HP Laptop   Windows XP  

  • Arrange tabs in CProjects

    Hi, I added a new tab page in CProjects. Now the tab is displayed as the last tab on the screen. Is it possible to change the positions of the tabs, so that my created tab is the second tab and not the last one. regards, Hans null