Can't find the internet bar to type in the web address

So im failry new to mac and little ticks and bits confuse me on a daily. This time the internet bar above my web page has dissappeared. I can only access top sites, i can't go back or refresh page. all those are missing.
What to doo ?

Choose Show Toolbar or Customize Toolbar from the View menu and put it back.
(80999)

Similar Messages

  • Where can I find the Mac address on somewhere other than my iPod touch? Like the box?

    Where can I find the Mac Address for my iPod Touch? Is it on the box somewhere? I lost my iPod a while ago, but I was told that if I had the Mac Adress, I would be able to retrace it. Help!

    You were told incorrectly.  Knowing the MAC address will not help you track your iPod.  The only way to track your iPod (and then only under limited specific conditions) is to have turned on Find My iPhone on the iPod before it was lost.

  • Where can I find the MAC Address of a Airport Extreme ?

    Where can I find the MAC Address of a Airport Extreme ?
    I need this to extend the wi fi range in my home. I'm using a Motorola Cable modem and to extend with Airport Extreme, I need to set up inside Motorola the MAC Address of the Airport Extreme.
    Message was edited by: JPA3003

    There are actually 3 MAC Addresses on an AirPort Extreme......1 for Ethernet, 1 for 2.4 GHz wireless and 1 for 5 GHz wireless.
    You can normally see them by using AirPort Utility. The rub here is that the AirPort needs to be setup and working to be accessed by AirPort Utility.
    The other approach is to look on the bottom of the AirPort. The newer AirPorts usually have this information in very small print, so a magnifying glass will probably be required. Other versions embed the numbers in the foam mat.
    Note.....Apple uses proprietary settings for the their wireless "extend" feature.....designed to only allow other Apple devices to connect. So, it is extremely unlikely that the AirPort would be compatible with a 3rd party router if you are trying to use the AirPort to wirelessly extend the network.
    Let us know if you are able to do this.

  • Where can I find the MAC address on ATV3?

    My internet provider is requesting the MAC address of from the Apple TV 3 I'm trying to hook up.   It is not plainly listed anywhere.  Is there another name for this address?  Where can I find it?
    Thanks,
           Pterodroma

    There will be two MAC addresses.
    One for wi-fi and one for ethernet.
    It should be listed under Settings>General>About, depending on which you are using.
    If you have ethernet cable plugged in wifi is disabled so it should be the ethernet address.  If ethernet unplugged it should give the wifi Mac address.
    Apple used to put the MAC address on teh product box, but for some daft reason had not done so with either the latest iPad or AppleTV3.
    Send feedback:
    http://www.apple.com/feedback/appletv.html

  • How can i find the mac address of a brand new iphone 5 since i can't get to the settings screen untill it's signed onto the web

    I have a brand new iphone. my home wifi router has a mac filter. I can't use my phone until the wifi is set up but i cant set up my phone until it connects to the internet. is there a way to find the mac addreess without getting to the settings menu?

    It's not on the box.
    Try turning off Mac filtering temporarily on your router, finish the setup, then turn it back on. Or use another WiFi hotspot, such as an Apple store or a carrier's store. Or McDonalds. Or Starbucks.

  • Where can I find the MAC address

    Dear all,
    Do anybody know in which scripts or files I could find out the MAC address (not type command line e.g ifconfig -a), thx a log!!
    Regards,
    Vincent

    Hi Vincent,
    <pre>
    OK, Sparc systems gets its MAC address from NVRAM
    and Intel (x86) systems gets its MAC address from
    the ethernet card that they use. Since you had posted
    this question on Solaris on Intel I presumed it to be
    Intel.
    Following is an unsupported and untested
    method(atleast from my end). All the best.
    You may try to change the MAC address using the
    ifconfig command.
    (ifconfig elxl0 ether x:x:x:x:x:x)
    In this file, add the entry at bottom.
    Do this on test system.
    /etc/rcS.d/S30rootusr.sh (<= SunOS 5.7)
    /etc/rcS.d/S30network.sh (>= SunOS 5.8)
    example:
    ifconfig <interface> ether 8:0:20:83:fe:75
    If this does'nt solves your purpose, then please provide
    the reason why do you want to change the MAC address,
    perhaps one may suggest some good alternate method.
    Thanks
    Kalpesh
    </pre>

  • Where can I find the DHCP address of my AirPort?

    I am trying to install wirelessly a Foscam camera. Apparently I need the DHCP address of my AirPort Extreme, but I'm not sure where or how to find it. Is it the same as the IpV4address? Sorry, but I'm lost on this. Thanks.
    Cayleen

    Just open the airport utility in the Mac or ipad or whatever you use.
    Click on the Extreme and it will open a summary page.. this is the short summary.
    You can also hold down the option key and double click the icon for the full summary.
    Read carefully what is in the summary.. IP address is WAN..
    LAN IP address is the IP of the Airport.. as mine is bridged they are both the same.. In yours it is the LAN side you are after.. and yes it is the IPv4 address.

  • Where can I find the web site ID of a project site in Project Server 2010?

    Hi, I need to find the ID of the project site of a project in Project Server 2010 in order to be able to identify that web site in the Sharepoint Content DB (in the reporting DB, in Projects_View appears the URL of the project site but not its web
    site ID). I need to list the documents stored in the project sites of the projects contained in the Project Center inside PWA.
    Thank you very much
    Regards
    Carlos Negroni

    Hi Mahesh:
    Thanks but what I need is to link that ID with the related project in Project Server databases. Anyway I think I'll use the FullURL information to join the tables because that information appears in the Reporting Database of Project Server (although maybe
    it is not the best alternative).
    Regards

  • How can we find the web from the url

    Hi Team,
    I just need inputs:
    I have URL's as below:
    https://sharepointwebapp.com/departments/service/Documents/test.docx
    https://sharepointwebapp.com/departments/course/Documents/test.pdf
    Here, test.docx is available in "service" subsite.
    test.pdf is available in "course" subsite.
    How can I get the current web based on the document in code.
    Please let me know.
    Sandeep
    Krishnasandeep

    Hi,
    Refer to the below table.
    SPSite Constructor
    OpenWeb Method
    Site Returned
    http://Server/Folder/File
    There is no parameter (OpenWebmethod overload)
    http://Server
    http://Server/Subsite1/Subsite2/Folder/File
    There is no parameter (OpenWebmethod overload)
    http://Server/Subsite1/Subsite2
    http://Server/Subsite1/Subsite2/Folder/File
    http://Server
    http://Server/Subsite1/Subsite2/Folder/File
    /Subsite1
    http://Server/Subsite1
    http://Server/Folder/File
    Subsite1/Subsite2
    http://Server/Subsite1/Subsite2
    http://Server/Folder/File
    /SiteCollection/Subsite3
    Error: There is no site named/SiteCollection/Subsite3
    http://Server/Folder/File
    /Subsite4
    Error: There is no site named /Subsite4
    http://Server/sites/SiteCollection/Subsite3/Folder/File
    No parameter (OpenWeb method overload)
    http://Server/sites/SiteCollection/Subsite3
    http://Server/sites/SiteCollection/Folder/File
    /sites/SiteCollection/Subsite3
    http://Server/sites/SiteCollection/Subsite3
    http://Server/sites/SiteCollection/Folder/File
    Subsite3
    http://Server/sites/SiteCollection/Subsite3
    http://Server/sites/SiteCollection/Folder/File
    Error: Invalid URL
    http://Server/sites/SiteCollection/Subsite3/Folder/File
    /sites/SiteCollection
    http://Server/sites/SiteCollection
    http://msdn.microsoft.com/en-us/library/ms474633.aspx

  • How can I find the IP address of guest users who log on to my Adobe Connect Meeting?

    We had an Adobe Connect meeting that was open for guest users to log in under generic user names. Does the Adobe Connect meeting log keep the IP address or other identifiable information for these guest users?

    Footprints will track and report the User IP's.
    http://www.refineddata.com/index.php?option=com_content&view=article&id=62:footprints&cati d=43:custom-pods&Itemid=62

  • How do I find the web address for an encapsulated steam?

    I recently saw a tip somewhere on how to do this, but I can't remember where. Basically you did something to find the actual web address of a stream and then you could paste this address in your regular address bar. Then you could use the activity window and save the stream to disk.
    Anyone know how to do this?
    Thanks.

    Amber,
    I remember reading that tip too, but I cannot find it after a quick search. Was it something to do with searching for the actual URL in the source code for the page (View>View Source)? I'll post back if I come up with the post. I'd like to be able to do this too.
    By the way, if you want to record the audio stream, you can use an app such as Audio Hijack: http://www.rogueamoeba.com/audiohijack/
    or Wiretap:
    http://www.ambrosiasw.com/utilities/wiretap/
    Regards,
    Steve M.

  • How to find the web address for the page I came from

    Hello,
    I want to find the page that I last visited in ADF for implementing some audit functions.
    My jdev version is 11.1.1.2.0; I've search on the internet but I didn't find anything.
    Please help me.
    Thank you in advance.

    FacesContext ctx = FacesContext.getCurrentInstance();> HttpServletRequest request = (HttpServletRequest)ctx.getExternalContext().getRequest();
    ctx.getExternalContext().redirect(request.getContextPath() + "/faces/" + ctx.getViewRoot().getViewId());
    ctx.getExternalContext().redirect() - wil redirect to the correct page..
    ctx.getViewRoot().getViewId() - wil give you the current view id as suggested by Sireesha
    request.getContextPath() - will get you the complete context path

  • How can I restore the web address page and not be directed to a search engine?

    My address bar has disappeared. Whenever I want a new address and type it in I am diverted to a search engine which locates the address I have typed in. I cannot get to the preferences bar to make corrections.
    I use Windows 8. All was fine until a few weeks ago when something changed my Firefox system.

    Make sure that toolbars like the "Navigation Toolbar" and the "Bookmarks Toolbar" are visible.
    *Firefox menu button > Options
    *View > Toolbars (press F10 to display the menu bar)
    *Right-click empty toolbar area
    Use Toolbar Layout (Customize) to open the Customize window and set which toolbar items to display.
    *check that "Bookmarks Toolbar items" is on the Bookmarks Toolbar
    *if "Bookmarks Toolbar items" is not on the Bookmarks Toolbar then drag it back from the toolbar palette into 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 setup
    *https://support.mozilla.org/kb/How+to+customize+the+toolbar
    *https://support.mozilla.org/kb/Back+and+forward+or+other+toolbar+items+are+missing
    You can check for problems caused by a corrupted localstore.rdf file if the above didn't help.
    *http://kb.mozillazine.org/Corrupt_localstore.rdf

  • I can't see the web address box, or the arrows to go back or forward on my Firefox browser page. Where is it??

    where is it??

    Make sure that you do not run Firefox in Full Screen mode with all toolbars hidden.
    * Press F11 to toggle full screen mode (Firefox/File > Full Screen)
    If the menu bar is hidden then press the F10 key or hold down the Alt key, that should make the menu bar appear.
    Make sure that toolbars like the "Navigation Toolbar" and the "Bookmarks Toolbar" are visible: "View > Toolbars"
    * If items are missing then open the Customize window via "View > Toolbars > Customize" or via "Firefox > Options > Toolbar Layout"
    * If a missing item is in the toolbar palette then drag it 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.
    See also:
    * http://kb.mozillazine.org/Toolbar_customization
    * https://support.mozilla.com/kb/Back+and+forward+or+other+toolbar+items+are+missing

  • Hi! where can I find the apple mail address to contact the company

    Hello!! I desperatly need to contact by mail the Apple Store of the 5th Avenue, New York. Where can I find the email address??
    Thanks

    This is the mailing address...
    Apple Store
    Fifth Avenue
    767 Fifth Avenue
    New York, NY 10153
    If you mean the email address, there is none.  Apple doesn't provide a support email address.

  • What is the web address of the Microsoft Windows Activation Server?

    I am looking to find the web address that is used during the Microsoft Windows 7 product activation process so that I can allow it through my company's firewall.
    Thanks for your help!

    Hi,
    run Wireshark [1] or Network Monitor [2] in background to get the address.
    André
    [1]
    http://www.wireshark.org/download.html
    [2]
    http://www.microsoft.com/downloads/en/details.aspx?FamilyID=983b941d-06cb-4658-b7f6-3088333d062f&displaylang=en
    "A programmer is just a tool which converts caffeine into code"
    Want to install RSAT on Windows 7 Sp1? Check my HowTo: http://www.msfn.org/board/index.php?showtopic=150221

Maybe you are looking for