Forward / back buttons are missing

Hi
I know that this topic was discussed in
http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=65&catid=451&threadid =1214168&highlight_key=y&keyword1=back.
And there is a link to solution. Unfortunately, it is not quite
clear to me where to find the solution.
Can anyone help
Thanx
Lena

c'mon, lena, don't give up. you're almost there.
ClubHans is right on the money.
it sounds like you didn't go far enough into whtbar.js;
you're by the "Show Navigation Component, " right? gotta go lower.
like lines 808 and 827 on my whtbar.js. (plus, it really helps if
you use a text editor that has line numbers; i use a trial copy of
texpad, which is better than notepad:
http://www.textpad.com/).
look for
else if(sType=="avnext" (line 806 on my whtbar.js)
just below should be
var svTitle="Next Topic"; (line 808); this is what needs to
be edited—whatever's in the double quotes. the same with the
var svTitle line after
else if(sType=="avnprev").
good luck, my friend.

Similar Messages

  • HT1338 There's no place on my homepage to put a web address.  Also my forward & backward buttons are missing, how can I retreive these?  I called my on-line provider & they told me I'd have to contact Apple.

    On my hompage, there isn't any place to put a web address.  Also the forward & back buttons are missing.

    I'm running 10.8 and Safari 6.0.2 so this might not apply to you exactly but, in that setup: in View on the menu bar is a setting for Show Toolbar. If it says "Hide Toolbar" then the toolbar is showing. If it says "Show Toolbar", it is not showing (so click on that and it will make the toolbar appear).  If only certain pieces of the toolbar are missing, use View/Customize Toolbar.

  • Address/Location bar, forward-back buttons are not shown

    Address/Location bar, forward-back buttons are not shown in my browser. How can I make them visible?

    If the menu bar is hidden then press F10 or hold down the Alt key, that should make the "Menu Bar" appear
    * Make sure that 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

  • In the Navigation toolbar, the Forward/back buttons are dimmed, and the URL bar has "Search Bookmarks and History"

    The Forward and Back buttons are dimmed and don't work, and "Search Bookmarks and History" is in the URL bar. Also, I sometimes find blank pages with "Search Bookmarks and History" in the URL bar after visiting some websites.

    No, no need to remove other SQLite files in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Firefox Profile Folder]
    Start Firefox in [[Safe Mode]] to check if one of the add-ons is causing the problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    * Don't make any changes on the Safe mode start window.
    See:
    * [[Troubleshooting extensions and themes]]
    * [[Troubleshooting plugins]]
    If it does work in Safe-mode then disable all extensions and then try to find which is causing it by enabling one at a time until the problem reappears.
    * Use "Disable all add-ons" on the [[Safe mode]] start window to disable all extensions.
    * Close and restart Firefox after each change via "File > Exit" (Mac: "Firefox > Quit"; Linux: "File > Quit")

  • I play Hotties for Sale but the function buttons Home, Refresh, Go back, have disappeared. How do I get them back? are missing

    I was trying to find out how the page info link works and I lost the function buttons Home, Refresh, Go back on Hotties for Sale. I do not know how to get them back. I have contacted Hotties For Sale help but they have not replied. Can you help please?

    * If the menu bar is hidden then press F10 or hold down the Alt key, that should make the "Menu Bar" appear
    * Make sure that 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 that item then click the "Restore Default Set" button to restore the default toolbar set up
    See also:
    * http://kb.mozillazine.org/Toolbar_customization
    * [[Back and forward or other toolbar buttons are missing]]
    * [[Navigation Toolbar items]]

  • My browser is missing: back, refresh buttons plus File, Edit, View, Tool buttons are missing.

    I installed Firefox onto my computer and in doing so it removed my browser: back, Forward, Refresh buttons; also, the File, Edit, View, Tool, Help buttons are missing.

    Hit the '''Alt''' key to show the Menu bar, then open View > Toolbars and select Menu bar and Navigation bar, so they have a check-mark.

  • Forward/ back button for various sub-folders

    Hello all,
    Here's the scenario.....
    I have a forward and back button that load several images in a sub-folder that load to a UIloader....
    next_btn.addEventListener(MouseEvent.CLICK, nextImage);
    function nextImage2(evtObj:MouseEvent):void{
    imageNumber++;
    LargeImageLoader.source = "portfolio/UIloader/bike/00"+imageNumber+".jpg";
    checkNumber();
    back_btn.addEventListener(MouseEvent.CLICK, backImage);
    function backImage2(evtObj:MouseEvent):void{
    imageNumber--;
    LargeImageLoader.source = "portfolio/UIloader/bike/00"+imageNumber+".jpg";
    checkNumber();
    Since I have multiple sub-folders for my portfolio, I was wondering how to apply these same buttons to other sub-folder image paths without needing to create a pair of forward/back buttons for each sub-folder.
    Thanks!

    It's not entirely clear to me, but what I think you need to do for what I think you are saying you want to do would be to make the folder targeting (portfolio/UIloader/bike/, et al) a variable as well.  The only missing link is what you would use to redefine the folders.
    Your next/prev buttons can't be that smart unless you have some conditional logic that helps them realize a particular imageNumber range belongs to a particular folder.  If your images have the same file names (00#.jpg) across the different folders then that won't help.  I believe you would need them to be sequential such that no folder repeats the filenames/numbers of another

  • TS 4.1 User Interface Forward/Back Buttons

    I'd like to the add the Forward/Back Buttons to my User Interface similar to those in the Sequence Editor. I use a modified version of the Full Featured UI on the production floor and often switch to editor mode to work on the sequence. I find it very cumbersome not to be able to jump back and forth between Sequences while doing so.
    Were the buttons created using the "Editing Class" proporties and methods to build a stack of recently selected sequences?  Or are the buttons already existing with the methods simply needed to be called?
    Any suggestions how to impment this functionality while in edit mode? 
    Thanks

    "but keep in mind that the UI is not meant for developing. It instead was designed with operators debugging in mind."
    I don't agree with that. The UIs are fine for developing if they meets your needs. If not, then you have to weigh using the sequence editor, which is not nearly as customizable, vs the cost of reimplementing whatever you can't do without that the sequence editor already has.
    Note that most of the things that are missing from the UIs would take a fair amount of effort to re-implement (type editing, ...). If there were already simple-user-ready-drop-in-components for the missing features, we probably would have already included them in the UIs.
    We want the UIs to be functional, but the top priority is that they be simple enough such that they can be readily modified.
    Note that in some cases there are apis to support features that aren't in the UIs, but there isn't a complete control that wraps everything. For example, Engine.SearchFiles() is a huge amount of the implementation for find-and-replace, but there currently isn't a user callable dialog for invoking it or a user accessible control for automatically browsing the results, thus we don't currently include that feature in example code for the UIs. I don't know the specifics of forward/back, so I'm not sure how much of the implementation is exposed as public APIs, beyond the goto-location functionality (see Locations.GotoLocation, ...).
    - James

  • Lost the forward/back button after updating and the home button how do I get back?

    Firefox updated to 7 and I lost all of my add ons including the home button and the forward/back button. I was able to get all of my add ons restored except the home button and the forward/back buttons. How do I get them back? Wish now that I had not updated.

    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" (Linux, Windows)
    * 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

  • Put back the drop down bar for the forward/back buttons.

    There was a little bar next to the forward/back buttons that allowed you to see where you been and go back or forward a few pages when you need to. I WANT THAT BAR BACK! I am sick and tired of going through this every time firefox updates. ALSO, I've lost my personas (not that it really matters since you got rid of all the space the pictures were in), and I would like them back. I really wish you people would STOP fixing things that aren't broke and giving me so much grief trying to make it look like it and act like it did before.

    Cor-el, you rock! Brought back all the personas/themes that I lost. Now I just have to work on widening the area so I can see the pictures. :)

  • In IE 8 there is a "recent pages" tab next the forward / back buttons. It helps us jump back & forth the sites. Is there similar feature in FF 6 ?

    In IE 8 there is a "recent pages" tab next the forward / back buttons. It helps us jump back & forth the sites directly. Is there a similar feature in FF 6 ?

    The arrow to open the tab history of the Back and Forward buttons has been removed in Firefox 4 and later.
    Use one of these methods to open the tab history list:
    * Right click on the Back or Forward button
    * Hold down the left mouse button on the enabled Back or Forward button until the list opens
    You can look at this extension:
    * Backward Forward History Dropdown: https://addons.mozilla.org/firefox/addon/backforedrop/

  • Can Firefox provide an option to keep the refresh button next to the forward/back buttons?

    When I first installed FF4 the refresh button was buried on the righthand side of the URL window. There were a number of complaints about that location.
    Then the button got moved next to the forward/back buttons. This made me quite happy.
    Today, I find it's again buried in the previous position.
    Can I get it back to where it is more accessible?

    # Control-click on a toolbar and select Customize, this will open the customize toolbar window
    # With that window on display you can drag and drop the refresh button and place it where you want
    https://support.mozilla.com/kb/How+to+customize+the+toolbar

  • My google toolbar buttons are missing

    After upgrading to Firefox 4 google toolbar buttons are missing. Even when using Firefox 3.6, this problem used to happen sometimes. I tried deleting localstore.rdf, but it didn't fix the problem. I have windows 7 on my laptop.

    '''Google Shortcuts for Firefox.''' Display all Google services as buttons or as a space-saving dropdown menu next to your address bar. Reach services like Gmail, Google reader, Google maps, Google calendar, and many more in a single click from your browser. [http://www.googleshortcuts.org/ Google Shortcuts]

  • Forward/back button

    My forward/back button in Safari 4.0.1 has stopped working. I can't go back to websites I just visited.
    It is dimmed out. Any suggestions????
    MacOS 10.5.7

    Hi
    Go to the View Menu>Customize Toolbar. When the panel opens, drag the existing back/fwd off the toolbar, then replace it with a fresh copy. Select Done.
    If that doesn't solve it, then quit Safari. Via the Finder: Your User Account>Library>Preferences folder. Move the com.apple.safari.plist file to the trash, then restart Safari. This resets Safari preferences to default values. Restore any custom settings in either the Preference panel, Edit (spelling), or View Menu. Also, restore any custom icons.
    Also, the reset adds Apple default bookmarks to your Bookmarks collection (command/option/B keys). Delete any you don't want.

  • Forward and Back Icons Are Missing

    I'm not sure what happened, I haven't been messing around with my settings, but perhaps one of my friends was when I wasn't paying attention. The forward and backward icons on the top left of the window are missing. I'd like to get those icon's back, but I'm not sure how.

    Hi,
    Right-click where the icons should be and choose 'Customize Toolbar...'. From the drop down sheet you can then drag the back/forward buttons back to where they were.

Maybe you are looking for

  • Can't open documents in pages

    Hi. I have an ipad 2 and purchased "pages" to use on it. Something seems to have gone wrong with it. I had to delete it and when I reinstall I get all the folder I had created. I can open the folders but I can not open the documents inside the folder

  • Oracle 8.0.5.1 on Linux/critical error

    Hello! My Oracle database (running under Linux) terminated by itself and doesn't like to start anymore. When starting, I get the following error: ------> Oracle Server Manager Release 3.0.5.0.0 - Production (c) Copyright 1997, Oracle Corporation. All

  • ADF Faces (JDev 10.1.3): How to support the Back Button

    Hi, when I scroll through a result set, rendered as a input form with navigation buttons, then use the browsers back button and then try to go to the next row using the 'next' navigation button, I always get an exception: JBO-29000, JBO-35007, JBO-25

  • Cpt 3 - quiz summary page falsely triggers 100% completion

    I'm experiencing a problem - I've noticed the quiz summary page falsey triggers to the LMS that 100% of the slides are complete when they aren't. I'm using Captivate 3 and Sum Total. I have a standalone quiz that is part of a curriculum where the cur

  • Single Raw file conversion to .dng

    Sorry if this has been asked but I can't find any tutorial on .cr2 file to .dng file conversion.  I usually shoot RAW+jpeg on my Canon 50d.   I am using CS3 and understand the need to convert my Canon Raw to the Adobe Dng format for PS processing. I