Lost My Browser Window

I lost my browser window somehow and can't get it back.
I can't type in any addresses. This must be an easy fix.
Thanks

Mitch,
It may be as simple as going to Safari>View>Show Address Bar.
If that is not the solution you may want to try Safari>View>Customize Address Bar...>Drag your favorite item into the toolbar...(Address and Search)
;~)

Similar Messages

  • I lost my browser window,

    I lost my browser window, How can I get it back?

    You can't close the browser window. You can close the event library. Is that what you mean? Shift-Cmd-1 opens and closes the library. If something else is happening, post a screen shot of what you're seeing.

  • I have lost my browser window

    After upgrading to 2.4, I lost my browser window. My computer is a Mac Book. An alternate browser has a browser window, but not Firefox, which is my preferred browser to use when teaching online.

    Do you mean that you only get the Firefox menu bar?
    You can check for problems caused by a corrupted localstore.rdf file.
    *http://kb.mozillazine.org/Corrupt_localstore.rdf
    You can also try these:
    Remove the Firefox plist file (org.mozilla.firefox.plist).
    *http://www.macfixit.com/article.php?story=20060606082246983 How .plist files become corrupt and troubleshooting the results
    Go to "~/Library/Preferences" and remove the plist file for Firefox (org.mozilla.firefox.plist)
    Repair the disk permissions:
    *http://thexlab.com/faqs/repairprocess.html

  • Is it possible to have Multiple Browser Windows for a Faces App

    I have just read from another thread
    http://forum.java.sun.com/thread.jsp?forum=427&thread=308725
    that states:
    ..the RI only keeps state for one URL at a time (in the words of the spec: "if the JSF implementation has saved state information for a tree identifier /foo in the user�s session, but receives a request with URI /faces/bar, the saved state information will be thrown away.").
    That means that if you hit the /faces/ servlet with anything (e.g. /faces/css/mainX.css) after it has rendered your .jsp page, all the state necessary to process your form will be lost.
    This must mean that I cant have more than one browser window with a faces
    app at a time, I think that it is necessary to provide the funcionality.
    My application is showing database tables and allows the user to edit them, but to restrict the user to one window doesnt seem feasable.
    If you cant have more than 1 window then command_hyperlinks have serious drawbacks in that the user could be tempted to right click and open another window, then the application would not
    work when changing from one window to another.
    I have an idea but I cant see how to get it to work.
    a hidden page-thread id that identifies which browser window/tab the user is on and that identifies a page-thread map that stores values such as the component tree and other things like list iterators, the problem is that if the user "clones" the window you would need to clone the map and change the hidden page id.
    Does javascript know a window id that it could send?
    Any bright ideas.
    How do uSoft manage this?
    Is http the right protocol????
    As I understand faces apps should be run in a browser window with no back/forward buttons and without any command-hyperlinks to /faces/... so that the user can never break the program, is this correct?
    Andy

    I have just read from another thread
    http://forum.java.sun.com/thread.jsp?forum=427&thread=3
    8725
    that states:
    ..the RI only keeps state for one URL at a time (in
    the words of the spec: "if the JSF implementation has
    saved state information for a tree identifier /foo in
    the user�s session, but receives a request with URI
    /faces/bar, the saved state information will be
    thrown away.").
    This used to be the case until EA4 because it has been fixed. Future release will also support necessary API that gives you control over what to save or what not to.
    -Jayashri

  • Opening a new browser window always puts a flv-file (0bytes of a youtube vid viewed earlier) on desktop. Firefox 18.02

    Opening a new browser window always puts a flv-file (0bytes of a youtube vid viewed earlier) on desktop. Firefox 18.02
    viewed the yuotube vid yesterday. deleted all the flv-files on the desktop.
    same thing today, a new window always puts the same empty file from yesterday.
    any suggestions?

    You can check the home page setting:
    *Tools > Options > General > Startup: Home page
    *https://support.mozilla.org/kb/How+to+set+the+home+page
    You can check for problems with the sessionstore.js and sessionstore.bak files in the Firefox Profile Folder that store session data.
    Delete the sessionstore.js file and possible sessionstore-##.js files with a number and sessionstore.bak in the Firefox Profile Folder.
    *Help > Troubleshooting Information > Profile Directory: Open Containing Folder
    *http://kb.mozillazine.org/Profile_folder_-_Firefox
    Deleting sessionstore.js will cause App Tabs and Tab Groups and open and closed (undo) tabs to get lost, so you will have to create them again (make a note or bookmark them).
    *http://kb.mozillazine.org/Multiple_profile_files_created

  • Centering a page in a browser window.

    A friend called me up over the weekend wondering how to get a page to center in a browser window. I was caught off guard and told him I would have to call him back (Not working with Dreamweaver or HTML on a daily basis can cause the simplest things to become foggy or lost.) The best I could tell from one of my Dreamweaver books is that you need to set all of the margins to zero in the property inspector. This should make sure all of the areas around the page are equal.
    I want to make sure so I come here seeking the final answer. Was I correct with the margins to zero answer?
    Thanks,
    Ken

    This gets asked a lot.  You really only need 3 things to center a page.
    1) a valid document type declaration on the top of your page.  DW does this for you when you open a new HTML document.
    2) A declared container width in pixels, ems or percentages.
    3) Margin-left and margin-right set to auto.
    CSS Code:
    #container {
    width: 900px;
    margin: 0 auto; /**this centers container in modern browsers**/
    text-align: center; /**this centers container in old browsers**/
    HTML Code:
    <body>
    <div id="container">
    your page content goes here
    </div>
    </body>
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

  • JavaScript for opening a new browser window.

    Hi all,
    Let me start by saying that I'm not JavaScript savvy at all.
    I have two buttons on a slide and I want each to open a new browser window.
    I Googled for a script and found this:
    window.open ('URL')
    I tried in my project and it worked fine but the browser window that my project was running in also changed.
    I've attached a .gif image of what happens to my project window when either of the two buttons is clicked.
    Can anyone help??

    You can check the home page setting:
    *Tools > Options > General > Startup: Home page
    *https://support.mozilla.org/kb/How+to+set+the+home+page
    You can check for problems with the sessionstore.js and sessionstore.bak files in the Firefox Profile Folder that store session data.
    Delete the sessionstore.js file and possible sessionstore-##.js files with a number and sessionstore.bak in the Firefox Profile Folder.
    *Help > Troubleshooting Information > Profile Directory: Open Containing Folder
    *http://kb.mozillazine.org/Profile_folder_-_Firefox
    Deleting sessionstore.js will cause App Tabs and Tab Groups and open and closed (undo) tabs to get lost, so you will have to create them again (make a note or bookmark them).
    *http://kb.mozillazine.org/Multiple_profile_files_created

  • External displays - browser window position when disconnected display

    I'm using a laptop, connecting one or two external displays, - one using the HDMI port, second using an USB "dock station" (Toshiba standalone). Second screen normally to the right, third screen (usb) above the laptop screen.
    Often when I have disconnected the USB external display, my Firefox browser window are still "on the third display" - position as if this display was still active.
    Even if I quit Firefox and restarts ( or even restarts windows ) the same position window is retained. The only way to fix it (when the USB connected display is not available), is to change the window position of the second (HDMI) display to cover the area of the USB one, then move Firefox window to my main laptop display, and then reposition the second screen back to the normal.
    Normally, I expect applications to automatically reposition the windows to the available display(s) under the conditions that an extra display is removed. However, this seems not to happen with Firefox. It's inconvinient, but possible to fix with the second screen available, but I'm lost when I am not able to connect an external display ...
    Is there any solution to this? Is it possible to change (reset) window positions directly in RegEdit ??

    Dear varkgirl:
    Thank you very much for your help and valuable suggestion.
    I've tried your suggestion but ran into some problems. The links I am trying to open in another window are actually PDF files that the viewer can download from my website.
    Since I was having problems I decided to try something else. After publishing the website to my desktop I then opened the pages where the links are in Dreamweaver. The layout view is great and displayed the image just the way it appears on the browser's window. I first selected the "link button" to the file and then in the inspector windows (bottom of the page) I chose under target the "_blank" option. This tells the software that the linked page or file is to be opened in a new blank browser window. I then saved the page (re-saved it over the existing file) to incorporate the changes. After this I proceeded to navigate through the website and everything works great.
    Thank you for your help and suggestions. I just thought I would post this here in case it may be of help to you as well as others.
    Best regards,
    Joseph Chamberlain

  • Set browser window size?

    Is it possible to set the browser window - specifically IE - when opening my form when using seperateFrame=false?
    I am developing a single window app that is lost in the IE window when it starts up. I would like to size the IE window in relation to my app when it opens.
    Also, can I display something other than the dark grey background surrounding my form - perhaps replace it with a nice jpg?
    Thanks
    Richard

    Richard,
    - only if you start the browser window from another using javascript (window.open()) you can define the size of the browser window.
    - set background = <image name> in the formsweb.cfg file
    Frank

  • I was on an online course website, logged in and working on an assignment. Suddenly the page disappeared and was not on the tabs either. I went to the home page and tried to log back in and it said I was already logged in on another browser window

    Question
    I was on an online course website, logged in and working on an assignment. Suddenly the page disappeared and was not on the tabs either. I went to the home page and tried to log back in and it said I was already logged in on another browser window and if I proceeded to log in again the assignment I was working on would be ended and I would receive a zero. I can't locate the browser window that I was signed in on. Help...I don't want to get a zero, but don't know how to get back into the website under my original log in & get back to my half completed assignment.

    Hi,
    Please try this: In Firefox '''History''' ('''Alt''' + '''S''') and check if it is listed in either '''Recently Closed Tabs''' or '''Recently Closed Windows''' or in the list below. If you cannot find it click '''Show All History''', on the left of the window click '''Today''' below '''History''' and on the right look for the site entry corresponding closely to the time when you lost it. If you cannot see the column heading named '''Visit Date''', you may have to enable it by right-clicking on the column header strip.
    Also please note that the online course site may have redirected you to another site for the test, so it is also a good idea to look into site entries that may match the time.

  • Working with XDCAM HD in Media Browser window (CS6)

    Is it just me, or is this unusably slow?
    I have a PDW-F70 deck hooked up via Firewire to my PC (Windows 7 64-bit) but when I mount a XDCAM HD disc and try to browse the contents in Premiere's Media Browser window (or in Predulde's Ingest window) then it takes what seems like forever to download and display the thumbnails and low res proxies. Is Premiere trying to do someting different?  It's so incredibly slow that I'm thinking it might actually be trying to download and cache the full hi-res media before letting me browse ... but when it finally does finish, once the clip thumbnails do eventually display, then it is still taking forever to display them in the source/external display if and when I select one in the browser window ... and heaven help me if I try to actually play one of these clips.
    Does this scenario sound at all familar to anyone? I'm guessing I have a basic settings issue ... either that or I am maybe just misunderstanding how this function works with XDCAM HD in Premiere.
    For what it's worth, using Grass Valley's Edius app with the exact same hardware, setup and connections etc and browsing the media using their own "Source Browser" window (which is basically their version of Premiere's Media Browser window), then I can almost instantly view thumbnails and browse the XDCAM HD low res proxies, make my selections and import whats needed ... same goes if I'm using Sony's own XDCAM Browser app.
    Clearly I'm a bit lost at this point and am hoping someone can help me out.
    Thanks in advance
    Andy

    This is a known issue in PP.  Adobe has elevated the priority, but for now you'll just have to wait until thumbs are draw for better responsiveness.
    In the meantime, please do report the bug as unusable for you.  The more that do, the more urgency will be attached to a fix.
    https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform

  • Changing (master) clip name in browser window

    Hello,
    Did a search for this but found very little and that which was found confused me. Does anyone know whether it's safe to rename clips in the browser window within FCP? And whether it maters if they are master clips or not?
    I just got back from Iceland (went specificly to film) and captured each whole tape with "capture clip" letting FCP automaticly cut it up and name 1, 2, 3 etc. I wouldnt usually do this but I had to get it onto the computer quickly as I was so scared the tapes might break or get lost and the whole trip could be wasted.
    Thanks in advance for any help.
    PS running: iBook G4 1.2GHz, FCP 5, OSX 10.4.5, Pal HDV (HDV HC1) And I know it's not really fast enough for HDV but thats beside the point

    You'll be fine. Just make sure you rename the clips within FCP's browser window, NOT the Finder. (Unless you want to re-import the clips and reconnect all the media) Cheers.
    Quad G5   Mac OS X (10.4.5)   HD Editing Bay

  • Since upgrade, Facebook redirects into a new browser window

    I noticed for the past couple of days that when I'd be in facebook and click on a game it would open a new tab. But since upgrading it opens a whole new browser window.
    Tonight I was playing Monopoly and it kept saying that my internet connection was lost (which this may be a problem with the game itself) but I didn't know if it was because I had several browser windows open all for FACEBOOK!

    Hello,
    You can either use
    <embed src="file.pdf" />
    or, alternatively, my new plugin, PIFF: https://github.com/terrasoftlabs/piff
    Peace,
    Gabriel Nahmias
    Terrasoft

  • I lost my browser line on my firefox homepage, how do I restore it?

    I've lost the browser address line on my firefox homepage, how do I restore it?

    If the menu bar is hidden then press the F10 key or hold down the Alt key to make the menu bar appear.
    Make sure that toolbars like the "Navigation Toolbar" and the "Bookmarks Toolbar" are visible: "View > Toolbars"
    *Open the Customize window via "View > Toolbars > Customize"
    *Check that the "Bookmarks Toolbar items" is on the Bookmarks Toolbar
    *If the "Bookmarks Toolbar items" is not on the Bookmarks Toolbar then drag it back from the toolbar palette in the customize window to the Bookmarks Toolbar
    *If missing items are in the toolbar palette then drag them back from the Customize window on the toolbar
    *If you do not see an item on a toolbar and in the toolbar palette then click the "Restore Default Set" button to restore the default toolbar set up
    *http://kb.mozillazine.org/Toolbar_customization
    *https://support.mozilla.org/kb/Back+and+forward+or+other+toolbar+items+are+missing

  • Why does Firefox 5 open up to 8 browser windows when opening?

    I never had this problem with previous versions, and not even immediately upon upgrading to version 5, but now when I start Firefox, up to 8 separate browser windows open and I have to close each one individually. I am running Windows 7.

    It is possible that there is a problem with the files sessionstore.js and sessionstore.bak in the Firefox Profile Folder.
    Delete the files sessionstore.js [2] and sessionstore.bak in the Firefox Profile Folder.
    * Help > Troubleshooting Information > Profile Directory: Open Containing Folder
    * http://kb.mozillazine.org/Profile_folder_-_Firefox
    If you see files sessionstore-##.js with a number in the left part of the name like sessionstore-1.js then delete those as well.<br />
    Deleting sessionstore.js will cause App Tabs and Tab Groups and open and closed (undo) tabs to get lost, so you will have to create them again (make a note or bookmark them).
    See also:
    * [1] http://kb.mozillazine.org/Session_Restore
    * [2] http://kb.mozillazine.org/sessionstore.js

Maybe you are looking for

  • HT1937 My iPhone has been stolen.I need to block the iPhone. How can I do it?

    Dear Sir, My iPhone has been stolen. I need to Block the iPhone. Please suggest me the ways to block the iPhone. With best regards

  • Photoshop files into LiveType

    Hi everyone. I was wondering if anyone of you knew how to import a photoshop cs2 file into LiveType without merging all the layers and being able to modify the already existing text created on Photoshop. Every time I import a photoshop file with seve

  • Conrefs disappear after saving to xml

    Hi all, I'm having a weird issue with conrefs and I'm hoping someone can help. I have 3 documents: DocA, DocB, and DocC. I've been using conrefs to reuse rows in a table that need to be repeated in multiple files. DocA is the source file that contain

  • Material document print output issue

    For the goods issue the ouput WA03 is getting triggered,in Mb03 we are able to see the print output details as successfully processed.But the user isn't  getting print and the parameter NDR is also maintained. Why the user is not geeting print? Thank

  • TO print not picking ID Number UN1170

    Hi Guys I have two TOs While printing TOs one TO picking and printing ID Number UN1170 While other TO not able to pick and print ID Number These TOs are picking TOs -customer master