URL to launch the navigation bar?

Hi guys,
We were provided with an HTML5 app that handles the touch events for the entire page and we run it inside of the web overlay. To exit back to the library we use another overlay on top of the 1st one as a button with the link to goto://ApplicationViewState/library as per:
http://digitalpublishing.tumblr.com/post/10161880827/creating-super-ov erlays-that-overlay-other
But what we would like better for this button to do - to call the navigation bar. Can we somehow make this 2nd overlay to respond to the tap and pull out the navigation bar? It would be also nice to have an ability to call it by the link/button as per this request:
http://forums.adobe.com/message/6207494
Thank you,
Gennady

Hello,
Yes it will be in your page template. You just need to move #NAVIGATION_BAR# substitution under the #LOGO# substitution tag, probably something like this should work
#LOGO#<div>#NAVIGATION_BAR#</div>
Carl

Similar Messages

  • I just upgraded from vista to windows 7 and now when i try to type in a url address in the navigation bar nothing but gibberish appears

    whatever letter i type into the navigation bar, some other letter or number appears. i do not have this problem on chrome or internet explorer.

    go to Help Menu -> select "Restart with Add-ons Disabled"
    Firefox will close then it will open up with just basic Firefox. You can enable the Add-ons later. Check and tell if its working. If this doesn't work then try this
    Update all Firefox Plug-ins -> https://www.mozilla.com/en-US/plugincheck/
    If Updating Plug-ins doesn't work then follow these links.
    Cannot connect after upgrading Firefox
    https://support.mozilla.com/en-US/kb/Cannot connect after upgrading Firefox#w_the-cause
    Error loading web sites
    https://support.mozilla.com/en-US/kb/Error%20loading%20web%20sites#w_connection-errors
    Firefox crashes when loading certain pages
    https://support.mozilla.com/en-US/kb/Firefox%20crashes%20when%20loading%20certain%20pages#w_update-firefox
    Is my Firefox problem a result of Malware
    https://support.mozilla.com/en-US/kb/Firefox%20crashes%20when%20you%20open%20it#Getting_your_crash_report
    Check and tell which solution worked.

  • Suddenly, my custom url buttons disappeared from the navigation bar and I can no longer add new ones. FF22

    I am using Firefox 22 (I like its features and do not want the features added in later version.) I have added a handful of custom URL buttons to the navigation bar that allow me to go instantly to websites I visit frequently. There was/is a function in Firefox for adding such buttons. This morning, after leaving my computer on all night, I found that the custom buttons had disappeared and I could no longer find the function for adding new ones. Can you tell me what has happened and how I can add custom URL buttons? I will appreciate your help. Thank you.

    I solved my own problem. This function was added by Google Shortcuts, which somehow became disabled. After fussing ariound for a few minutes. I was able to restore it.

  • When I open another Tab and type in a website address, after the site loads the URL in the navigation bar disappears. Why?

    When I open a new tab and type in the website url, after the website loads the website url disappears. In order for me to get it to come back, I have to right click on the navigation bar and click undo. why is this?

    Did this happen immediately after the reset or at a later time?
    Does this only happen on a new tab?
    What is the current setting for the new tab page as set via the browser.newtab.url pref?
    You can open the <b>about:config</b> page via the location bar.
    *http://kb.mozillazine.org/about:config
    Rename or delete the prefs.js file and possible numbered prefs-##.js and user.js files to reset all prefs to the default value.
    *http://kb.mozillazine.org/Preferences_not_saved
    *http://kb.mozillazine.org/Resetting_preferences

  • How to disable placeholder text in the URL and search fields of the navigation bar?

    Everytime I open a new tab (frequently, home page is set to blank) I have to look at "Go to a Website" in the navigation bar. The search field shows the name of the currently active search engine until text is inputed. All I want is to be able to do is disable the placeholder text, showing both fields as blank.

    Thank you. Worked fine. For anyone who comes across this in the future, change "graytext" to "transparent" to hide the placeholder all the time. As is above, the placeholder shows when the mouse points at the box.

  • How can I pin the ONLY link I need (Bookmooch java) to the navigation bar instead of opening up a whole new toolbar?

    I sent a better written request with an incorrect email address before ...
    I would like to add a single URL link as a button to the navigation bar, instead of having to open a whole new toolbar for it alone.
    I have moved all my add-ons to this single visible toolbar with the help of an add-on, but there isn't one for the Bookmooch bar. The official one can only be dragged into the bookmarks bar which I never use.
    If I created a whole new bar and moved all the preset tools (home, back, etc) onto it, could I combine them with that URL button?
    Or is the only way to fiddle with the registry and replace bits of the Mozilla code?
    The link to the only person offering custom toolbar icons (I managed to find) won't load.
    Help? Thank you!

    https://support.mozilla.com/en-US/kb/How+to+customize+the+toolbar <br />
    http://kb.mozillazine.org/Toolbar_customization
    When you are in the Toolbar Customize mode, move the '''Bookmarks Toolbar Items''' to the Navigation Toolbar. Then hide the now empty Bookmarks Toolbar.

  • How do I change the background image for a single tab on the navigation bar

    I'm creating a movie website for TDKR and for the navigation bar, I intend to have a different character for each tab. However, I'm having trouble putting a single image each separate tab. Instead one image appears on each of the tabs. Here's an example of the source and CSS.
    <td width="200"><ul id="navigation"><br />
          <li><a href="../pages/index.html">Home</a></li><br />
          <li><a href="../pages/cast.html">Cast</a></li><br />
          <li><a href="../pages/pictures.html">Pictures</a></li><br />
          <li><a href="../pages/soundtrack.html">Music</a></li><br />
          <li><a href="../pages/interview.html">Interviews</a></li><br />
          <li><a href="../pages/links.html">Links</a></li><br />
        </ul>
        </td>
    #navigation {
              list-style-type: none;
              padding: 0px;
              margin: 0px;
    #navigation li {
              margin: 0px;
              padding: 0px;
              list-style-type: none
    #navigation li a:link, #navigation li a:visited {
              display: block;
              width: 200px;
              height: 100px;
              text-decoration: none;
              text-align: center;
              line-height: 100px;
              font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
              font-weight: bold;
              -webkit-transition: 1000ms ease;
              -moz-transition: 1000ms ease;
              -ms-transition: 1000ms ease;
              -o-transition: 1000ms ease;
              transition: 1000ms ease;
              color: #648AAE;
              background-repeat: no-repeat;
              background-image: url(../Images/gifs/Batman-still-2.gif);
              background-position: center bottom;
              text-transform: uppercase;
              letter-spacing: 0.79em;
              border-radius: 5px;
    #navigation li a:focus, #navigation li a:hover, #navigation li a:active {
              color: #000000;
              background-image: url(../Images/gifs/Batman-animation-2.gif);
              background-repeat: no-repeat;
              background-position: center bottom;
              background-color: #454545;
              border-radius: 25px;
    So, how do I put a single image on each tab (home, cast, pictures, etc). Thank you for your help in advance.

    Assign a class to the item and use CSS to apply an image as in
    <li><a href="../pages/index.html" class="home;">Home</a></li><br />
    <li><a href="../pages/cast.html">Cast</a></li><br />
    <li><a href="../pages/pictures.html">Pictures</a></li><br />
    <li><a href="../pages/soundtrack.html">Music</a></li><br />
    <li><a href="../pages/interview.html">Interviews</a></li><br />
    <li><a href="../pages/links.html">Links</a></li><br />
    and the CSS
    #navigation li a:link.home, #navigation li a:visited.home {
         background-image: url(../Images/gifs/Batman-still-2.gif);

  • How to get the download option in Firefox 3.6.13. Earlier it was showing in the Navigation Bar

    How to get the download option in Firefox 3.6.13. Earlier it was showing in the Navigation Bar just beside where we see the URL.

    You can find the connection settings in Tools > Options > Advanced : Network : Connection
    See "Firefox connection settings":
    *[[Firefox cannot load websites but other programs can]]

  • How to open a new browser window from a link on the navigation bar

    Hi,
    I entered a URL in the 'URL Target' field for the Navigation Bar Entry. As expected when the I clicked on the link in the Navigation Bar my browser refreshed with the target URL.
    I want to be able to actually open a new window rather than refresh my current window. The help text says, and I quote ...
    "In the link generated for this icon include the following onClick javascript. Use of the onclick javascript could popup a help page in a new window (see example 1).
    Example 1:
    window.open('US/asfhhome.htm','Help','scrollbars=yes,resizable=yes,width=625,height=350,left=25,top=150');return false
    Set the Icon Target attribute to # if you are using OnClick JavaScript. Set the Image Alt Text attribute to the text the user will see to click on."
    So I created similar Javascript as to the example and placed in the 'OnClick Javascript' field, and placed a '#' in the 'URL Target' field.
    When I run it doesn't work, the '#' is picked up and the Javascript is ignored. Can somebody please tell me what I'm doing wrong.
    Thanks

    I had the same problem. I finally ended up just using the standard popupURL javascript. In the URL Target I have:
    javascript:popupURL('<link>')
    This opens a new window but since it is for popups the menus are missing. You may want to write your own javascript function to open the new window with your own settings.
    Search the forums for popupURL for more ideas.
    javascript:popupURL()
    --Jeff                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Text missing from the navigation bar

    hi, i'm really hoping someone can help, as apple tech, say they don't support iweb. i have just started using iweb 09, so i have created a new site and chosen a template, but i have not text displaying in the navigation bar, i can turn it off and on, but not text, if i publish this page to a folder and view it with safari i can see the work welcome in the navigation bar, also in i place a google map wigdit, i can resize it, move, but cant edit, in respect of i have no box to input a post code or address... i have just tried this on my other mac a imac, but brought at xmas and both updated to lasted version of software, and i get the same results...
    can anyone advise me...
    thanks in advance

    What's the URL of your site so we can view the problem first hand?
    OT

  • Removing icons from the navigation bar.

    I have two icons on my navigation bar that I can't remove. One is from Amazon and the other is from Ebay. I've tried holding Command and dragging them into the trash. Nothing. I've tried using the "customize" option and dragging them there. Still nothing. Any ideas? My Macbook has Mountain Lion as OS. Thanks in advance for any help,
    bgstreet

    Sorry, I should have been more clear. The navigation bar on my web browser, Firefox. There's a navigation bar at the top of the screen, just under the URL address bar. There are some plug in icons here, but somehow also these icons from Amazon and Ebay. I'd like to remove them. What do you think?
    thanks,
    bgstreet
    PS:  check out on the screen shot, the right upper corner, the icons are there.

  • Guestbook and linking to the navigation bar i Iweb

    Hi
    I have made a site for my dog and want to have a guestbook - so I got a free guestbook and it seem to work fine...
    For now I have added a link to the frontpage of the site - but it would have been fun to have it on the navigation bare on ALL my sites. I have seen that somebody has done that but dont know a clue how to do that!
    Is there somebody out there that knows how to do this????
    http://web.me.com/baiaz/Adino/Velkommen.html
    Morten

    Create a blank internal page titled "Guestbook" (actually you can name the page whatever you want.) Then in that Guestbook page add an HTML Snippet with the following code:
    <script type="text/javascript">
    parent.window.location = "http://www.yourguestbook.com"; // change this to your own URL
    </script>
    ...Once published, clicking on "Guestbook" in the navbar will immediately redirect to your external Guestbook page. (Thanks to Cyclosaurus for the code).

  • The new version of firefox does not meet my customization needs, because I can't hide the navigation bar.

    In the old version of firefox, my window setup looks like this: http://puu.sh/8wFeJ.png
    I can't replicate this in the newer version, even in the classic view, I can't hide the navigation bar.

    With the classic view extension provided by Mozilla, you have the ability to move that, as well as the URL bar, back down to the bottom where I usually keep them. This leaves me with an empty navigation bar but no way to hide it.

  • Adding ana archive page with a link in the Navigation bar

    I am really new to all this so don't think that I'm a 'tard. I am building a blog on '06 and I like most of what I can do, but I can't figure out a couple of things. My current blog is with Godaddy (pronounced blow-daddy) and with that blog I have archives, recent entries and a calendar. Is there any way that I can duplicate that here? If not, how about just adding a blank page that I use for archives. I know that I already have one but I can't seem to make it visible in the navigation bar. Any help?

    No, you have to have a page for it to show up in navbar.
    The work around is to use refresh tag to redirect to your email address, here is how:
    http://www.geocities.com/[email protected]/Test/Front.html
    1) make a Front page
    2) make a Contact page, link Contact page to Front page's navbar
    3) editing Front page: search for href="Contact.html" change to target="_blank" href="Contact.html"
    4) copy contents of index.html
    5) editing Contact page: replace contents of Contact the contents of index.html
    6) search for http-equiv="refresh" content="0;url= some page.html" change it to http-equiv="refresh" content="0;url=mailto:[email protected]"
    7) add the following to the end of Contact.html
    <script language="Javascript">
    <!--
    setInterval("window.close()",2000);
    -->
    </script>

  • The link previews in the navigation bar no longer show up in Beta 11, is there a way to re-enable them or have they been permanently removed?

    After downloading Beta 11, the link previews that used to appear in the navigation bar are just gone. Has the feature been permanently removed or is there an option to re-enable it? If the feature has been removed, is there another way to display link previews?
    *Edit - I accidentally typed status bar when initially posting, I meant navigation bar.

    This "hover link URL display" feature location has been changing a lot recently, like with every Beta version release. As '''''TonyE''''' has said, in Beta12 ''(if there is one)'' or the RC, it looks now like it is going to be an "overlay" / "tooltip" type of display in the lower left-corner of the browser, very close to where is used to be on the old Statusbar.
    As '''''cor-el'''' mentioned, the Status-4-Evar extension allows you to change the "hover link URL display" to suit your desire - a number of options are in that extension.

Maybe you are looking for

  • Default header texts in purchase order

    Hi, I would like to ask you for help in following case. I need to set default purchase header text when a new PO is created in me21n. I found transaction VOTX where can be this done for sales order, but not for PO. Is there anything similar also in M

  • How can I use iWeb to create website that contains a lot of downloadable audio files?

    Hi How to use iWeb to create a website that contains a downloadable audio files.  I'm uloading about 15 GB of audio files.  I need to creat folders "albums" and then put the files in these folders.   Any advise? Thank you very much for your time to t

  • Phantom iPod (broken alias?)

    I have a 3rd Generation iPod that doesn't show up in Finder or in iTunes. When I open Disk Utility, my iPod shows there, but is greyed out. I'm not sure why this is happening, but I may have a guess: I was using it to listen to music at school (I'm a

  • Trash not empting

    My trash is not emptying under secure empty or empty trash. it is just running and running. I can't force quit and I can't restart computer. I am not sure if I should just shut it down? I can't even open the trash. I am running Mac OSX 10.7.5 Forgot

  • Unable to access DW 5.5

    I have today tried to open DW 5.5. I've had the programme for abouy 18 months but have been unable to use it until now. I have clicked on the DW icon and get the start-up box but when I try to go further I just get error messages. See below.. I decid