Document navigation question

Hello iWeb community
I need help with what I hope is a simple problem.
I have a very long document to post on my web site, and I want visitors to be able to navigate to any part of the document by clicking on a line in the table of contents that will take them to that part of the document.
I also want them to be able to “return to top”.
Can anyone tell me precisely how to accomplish this?
Thank you, mermania

Hello iWeb community
I need help with what I hope is a simple problem.
I have a very long document to post on my web site,
and I want visitors to be able to navigate to any
part of the document by clicking on a line in the
table of contents that will take them to that part of
the document.
I also want them to be able to “return to top”.
Can anyone tell me precisely how to accomplish this?
Thank you, mermania
Hi Mermania
I don't know if this is any help but as you can see I put the months or 'parts' down one side and placed links at the bottom of each month 'Part' one of these could return you to the top.
Link your parts of document using the inspector and then the same with wording.
http://web.mac.com/suncage/iWeb/Site/%20Months.html
HTH

Similar Messages

  • Business Document Navigator...attaching a URL

    hi all....
      We have requirement wherein we have to attach a URL to an object through OAOR (Business Document Navigator).
      As per SAP documentation on link below
    http://help.sap.com/saphelp_nw04s/helpdata/en/cb/a48d384ba2a767e10000009b38f8cf/frameset.htm
      it says this is possible using document type WWW address. We didn't find any such document type in the list of standard document types and not in the configuration settings for document types through SPRO.
    Can any one elaborate on this, how can be add a URL to an object through BDN. On clicking on the URL the internet address should open in a browser.
    As of today we can attach word documents, powerpoint presentation, web page(html), but we are unable to attach a URL.
    Thanks & Regards,
    Abhishek Pradhan

    hi all....
      We have requirement wherein we have to attach a URL to an object through OAOR (Business Document Navigator).
      As per SAP documentation on link below
    http://help.sap.com/saphelp_nw04s/helpdata/en/cb/a48d384ba2a767e10000009b38f8cf/frameset.htm
      it says this is possible using document type WWW address. We didn't find any such document type in the list of standard document types and not in the configuration settings for document types through SPRO.
    Can any one elaborate on this, how can be add a URL to an object through BDN. On clicking on the URL the internet address should open in a browser.
    As of today we can attach word documents, powerpoint presentation, web page(html), but we are unable to attach a URL.
    Thanks & Regards,
    Abhishek Pradhan

  • Business Document Navigator -- Show only specific document types

    Hello to all,
    I'm using the business document navigator.
    With parameter excluding of method cl_bds_document_set=>call_navigator you can disable the standard document types are shown by passing the value NO_STANDARD_DOCS.
    Is it possible to define document types that should be shown and aren't a standard document type?
    Regards
    Christian

    It will return an error but yet it allow to be created under HOLD

  • Navigating Question

    Hello,
    Yes, I realize this is not the right forum. The only reason I am posting here is because I just don't see any other forum to post this question to. If you do, and you are able to, please transfer my message to the appropriate forum.
    In Adobe Acrobat X Pro, if I click on a link within the document I am immediately sent to that particular page. But, short of writing down the page number of where I was in the first place so I can get back to it what else can I do? I realize the two arrows on the tool bar simply do what my mouse scroll bar can do for me.
    Thanks in advance, and sorry for posting into your forum.
    Farzad

    Try: the menu item: view->page navigation->previous view

  • Index and document name question

    First of all, thanks for an XML database that actually works. After trying multiple other DBs, I was finally able to insert my 100000 XML documents and it worked.
    I inserted all the documents using dbxml_load_container which uses the filename and DBXML_GEN_NAME and inserts it to the container.
    Now for my purpose I will always query a specific document by its name which would be something like:
    $query = "collection('exampleData.dbxml')/*"/*[dbxml:metadata('dbxml:name')=somename]";
    (correct me if the query is wrong).
    Do I need to create any sort of indexes or anything for such queries? I will never query the container based on some attribute or node value or anything.
    Thank you.

    Hi
    Do I need to create any sort of indexes or anything for such queries? I will never query the >container based on some attribute or node value or anything.
    unique-node-metadata-equality-string for node {http://www.sleepycat.com/2002/dbxml}:nameYou do not need an index on the document names, as Berkeley DB creates the above index for you.
    A query like this will use the index:
    query 'doc("emp1/dbxml_9")/employee'
    Let us know if you have further questions.
    Ron

  • Document Center Question

    I have posted this question in the Document Center forum, but given that it seems nobody is present there I will post it here.
    It is my understanding that Acrobat.com is for Adobe forms and Document Center is meant for LiveCycle.  I signed up for the DC, but would now like to disable, or unsubscribe, from that site.  Who can I go to?  Like I said, my post on that forum is still there from several days ago, so it does not appear that anyone is paying attention.  I have a business to run and can't mess around trying to get something to work that is not in full operation.  I will stick with Acrobat.com, but want to get rid of the DC.  Does any moderator here have a constructive suggestion?  Thanks.

    Thank you; much appreciated.  I suppose it is a case of realy not understanding how the different applications can be used.  Even though there are many tutorials on the subjects, it is still confusing.  People such as myself who are simply trying to build paperless systems need to be able to trust that what the programs say they will do will actually work without a lot of hassle.  From reading the many posts here, and elsewhere, it is apparent that glitches are the norm, and cause a loss of trust.  Easier to work with a pencil and paper in that case.
    Cheers.

  • Error messages and cancel navigation - questions about concept

    Hello experts,
    I have a very simple Web Dynpro component:
    - 2 views
    - First view has an input field that is linked to a date field in the context and a button to navigate to the second view
    - Second view has a button to navigate back to the first view
    - There are no individual field validations implemented
    If I now enter a date in a wrong format and press the button, the program navigates to the second view and displays an error message in the Message Area (comes from the WD4A framework). And in this second view the navigation is cancelled and I can't get back to the first view to correct the date.
    Is this the correct behaviour? This does not make any sense to me. I would have expected that the navigation is cancelled in the first view so that it is not possible to leave the screen with the faulty data.
    Referring to the book "Web Dynpro for ABAP" by Ulli Hoffman the validation of type definitions is the very first step in the phase model of the request/response cycle. But it seems as if navigation comes first and validation of type definitions comes second.
    Is there a way to start the standard field validation earlier (for example in the wddobeforeaction method) so that navigation is stopped in the first view until the user enters a correct date?
    Thanks, Karsten

    I'm sorry, now I read better your question.
    What about getting the instance of the message manager and verify if it is empty?
    get message manager
      DATA lo_api_controller     TYPE REF TO if_wd_controller.
      DATA lo_message_manager    TYPE REF TO if_wd_message_manager.
      IF sy-subrc EQ 0.
        lo_api_controller ?= wd_This->Wd_Get_Api( ).
        CALL METHOD lo_api_controller->GET_MESSAGE_MANAGER
          RECEIVING
            MESSAGE_MANAGER = lo_message_manager.
      IF lo_message_manager->is_empty( ) IS initial.
      fire your plug <-------
    Sergio

  • Table of Contents navigation question in Captivate 5.5

    Hi - I'm a fairly new user of Captivate (5.5.), and hope that someone can answer this question. I'm trying to set up a table of contents with navigation that will not let users go to slides that they have not yet viewed, but still enable users who have left and re-entered a course go back to any previous slide that they've viewed. Here are some details:
    * I'm publishing the course using the SCORM 2004 setting, and testing it in SCORM Cloud and our LMS (Cornerstone)
    * The table of contents navigation is set only to "Navigate visited slides only."
    * After reading as many of the related posts as I could find on this forum, I've been able to get bookmarking to work - that is, the course will take the user back to where he or she left off. And by using the InfoSemantics TicTOC widget, when a user returns to the course, all previously viewed slides are checked off in the table of contents.
    * However, whatever I've tried, a user who leaves and goes back into a course can only navigate back to the first slide, not to any of the other slides he or she already viewed. I'd like for our users to be able to go back to any previous slide they viewed (for example, to review the section just before the one where they left off, or to review any part of the course for reference after completing it).
    Is there a combination of settings, or a widget somewhere, that will let you both limit forward navigation to visited slides only, while still allowing users to go back to any previously viewed slide after exiting and re-entering a course? And this would need to work in an LMS.
    Thanks for any advice you can give!

    I did have the self-paced learning option checked, so I unchecked it. I did not have "user must past quiz" as required (it's set as optional). I tried adding an interactive button to the first slide and giving it a score. But after re-publishing, I still can only go back to the first slide (not any previously viewed slide) if I stop and re-enter the course. Here are the settings:
    Quiz Reporting:
    Manifest:
    LMS Customization:
    Quiz Settings:
    Quiz Pass/Fail:
    Settings for the interactive object on the first slide:
    Settings for the "quiz" on the last slide:
    Thanks so much for helping me with this.

  • Nokia 6220 - GPS,Maps,Navigation Question

    This may be a silly question but I'm a little confused over this
    I am considering buying a 6220 (SIM free), mainly because it's an 'upgraded' version to my existing 6300.
    The idea is instead of having a SAT NAV (for the occasional trips to places I've never been before) & a mobile phone & a MP3 player etc - I get an all-in-one in a small package
    Now to the question - What is the difference between 'Nokia Maps' and 'Navigation' ?.
    Apparently 'Nokia Maps' is free but 'Navigation' isn't
    Am I right in assuming that 'Nokia Maps' only shows you where you are & Where you want to go BUT doesn't give constant updates as you drive/walk between the 2 - a bit like if you have a map & ask a passerby to shows you where you are & where you want to go on the map - but doesn't tell you how to get there (you have to figure it out yourself)
    BUT 'Navigation' is where you can have it in the car & it tells you the directions ('take next left'/'3rd right at next roundabout' etc) each step of the way i.e. Just like a Car 'SAT-NAV' equivalent
    I don't like the idea of paying for a 'satnav/phone/media player' combi-device then paying EXTRA so that you can use it as a SAT-NAV, especially if you only going to use it maybe once or twice in a year.
    Motto: Illegitimis non carborundum

    25-Apr-200712:11 PM
    luckieb wrote:
    I think I have worked out what is going on here...
    I hard reset my N95, installed the maps fresh (which took a very long time, but that is a different subject, so I won't get going on that)
    I then checked if I could do full 7 digit postcode search while at home and still no, with "Network Use" set to "Never"
    However, I have now come into the office, defined the wlan acess point (mine is broken at home) and set "Network Use" to "when needed" and I can do full 7 digit postcode search. If I then change that setting to "never" it reversts back to truncating the postcode.
    I would appreciate if other N95 owners could confirm that this happens on their N95 too, and if so, it looks like maps is pulling additional info from somewhere to enchance the downloaded map.
    You seem to be right. I cleared all the maps, then downloaded the maps for England using maploader and tested it. With network connection you can do full postcode search, but as soon as the internet connection is lost or turned off the system reverts back to truncating the postcode.
    If you use the route planner while you have the network connection you can use the full postcode to set the destination point while having the GPS position as your starting point and the destination point gets stored as your destination.
    Cheers,
    -jh
    hemmo

  • N97 - Maps/Navigation Question (probably a rather ...

    I have managed to update my actual maps. So that's good. My compass seems to work, so that is also good.
    Before the Maps update I managed to save my home address and set it as a Favourite. Since the update of Maps (the app) and the actual maps themselves, I can't seem to save another Favourite location – such as my work address.
    So, this may be a very dumb question, but I'm allowed a few surely? LOL Phones I'm OK with, computers are my livelihood – but GPS is a whole new confusing world to me. OK – I get the basic concept – my device communicates with a silver dish in the sky and decides where I am, I tell it where I want to go, it determines where that is and charts a route for me and guides me on my way (I hope – if the Telstra ad on TV here is any indication, that could be problematic).
    How do I save a darn new address and make it a Favourite – I can't even save an address now, yet clearly I did before, because my home address is still there.
    Also, I gather I have to subscribe to this thing if I actually want driving instructions etc. For $79.99 a year, it seems rather expensive – what am I actually getting for that $79 when the use of the satellite seems to be charged on my phone bill.
    I'm so confused.
    Can someone please give me a kindergarten intro to GPS/Maps/what am I paying for/anything else I need to know?  How to save an address would be a good start!  Or is the answer to that, that my trial period has run out?
    Message Edited by au_n97_user on 26-Jul-2009 06:12 PM
    Solved!
    Go to Solution.

    Dear Advanced Sage.
    There are 4 components to a "SatNav" system.
    1 - A GPS device, which triangulates your position using satellites in space. The same principle that land surveyors use to locate a point by measuring its distance from (at least) 2 other points.Your location is identified as a pair of co-ordinates on the world mapping convention system, latitude and longitude.
    2 - A digitised map (or twelve).
    3 - Some software which  locates the identified co-ordinates on the digitised map, and the co-ordinates of any other "known"location. The map includes data about the various roads between the 2 identified locations, and determines the permutations of ways to get from A to B. According to your chosen priorities (faster route, shorter route, no toll roads, no ferries, etc) the software will inform you of the "best" route. It will normally do this by showing you this route, possibly step by step, on the screen of your SatNav.
    The cost of these 3 elements  is paid for (once and for all) in the purchase of the phone.
    To make the work of the number 1 component easier, that is, the task of the GPS to locate you in the first place, the GPS designers came up with AGPS - "Assisted" GPS. The assistance comes from the phones natural ability know where it is to a crude, but useful, extent by knowing the location of its "cell". This knowledge helps the GPS to calculate its position more quickly, by narrowing down its area of search. For the GPS to acquire this information, it needs to use the phones data connection to send and receive a small chunk of data about the cell, which gives the initial rough position to the GPS.
    If you select this AGPS option in your "Positioning" settings, you have to pay for the data connection, or it will come from your data allowance. It's not a lot, and speeds up the operation of the GPS, but it's not necessary for the operation of the GPS.
    4 - If, in addition to the visual directions from A to B, as shown on your screen, you want the SatNav to give you directions as you travel, this is known as "Navigation". It's like having a Navigator (as in rallying) sitting in the passenger seat, giving you directions as you go.
    Nokia charge a license fee for this "Navigation". From what I've seen recently, the current licenses on offer cover periods up to 1 year. I bought my Navigation license for my old N95, and I was then able to buy a 3 year license, which worked out cheaper per year. I've now tranferred my license from my old N95 to my new N97.
    Actually, I didn't have to do anything to "transfer" the license. You can set the license, on the Nokia server, to be linked to either your sim card, or your phone. If you link it to your phone, it will work with any sim card in the phone. If you link it to the sim card, your license will work. no matter what (nokia SatNav) phone you put your sim card in.
    That's about it really.
    To sum up, the GPS, software, and maps are all included in the price of the phone, including the software and maps updates. If you choose AGPS you will have to pay for the small data charges from your data allowance. (There's no point in buying this phone without an "unlimited" data allowance - personal opinion). For "Navigation", turn-by-turn direction, you will have to pay for a license.
    For what it's worth. I still have my old N95. I felt sorry for it, it's still a great phone, because it was left with no "Navigation" license, although I still had a perfectly working GPS. So I treated it to a copy of Garmin Mobile XT software. This installed perfectly on the N95, and, unlike the Nokia "Navigation" license, you only pay once. There's no term license. Once you've bought it, it's yours. It cost £50 GBP, and is accurate and easier to use than Nokia Maps. It wouldn't work on my N97, though, so I guess it is only for Symbian 3 devices, not Symbian 5. I bought a cheap "Pay and Go" sim card, to enable the Garmin software to use AGPS. The first time I used it thoug, it worked perfectly, and was quick to find my location, even without the AGPS assistance. A lovely bit of software.
    Phew ...
    Message Edited by 2bad on 26-Jul-2009 11:11 AM
    Message Edited by 2bad on 26-Jul-2009 11:13 AM
    Message Edited by 2bad on 26-Jul-2009 11:15 AM
    Message Edited by 2bad on 26-Jul-2009 11:16 AM

  • Previous Document Navigation

    Access to the previous and next document via the View - GoTo menus in Acrobat Reader version 9 no longer appears to be available.
    Is this correct and if so why, as it is a retrograde step as some of my users are concerned?
    Has anybody a work-around for it? Going back a page at a time is not a solution when you may have to click 50 times to go back - and then may not even get to the previous document.

    Mr. Alheit,
    Could you be a little more fulsome in your response (ie, "that is correct").  A number of questions were asked that you did not acknowledge and nor have you, as far as I can see, in any other threads (and there are numerous) about this topic.
    It would be appreciated.

  • Navigation question - DW CS4

    I hope this is the right forum for my question. I have designed a webpage using DW CS4. It is a three column, fixed format with a header and footer. So far, I have only done the home page. The left sidebar has links to other websites or documents that open in a new window. That's all working fine.
    The right sidebar has links to news stories, etc. that I want to open in the center column. Can anyone tell me if there is an easy way to do this? I am fairly new to HTML and CSS. I have a slight understanding of PHP. It was suggested to me that I use WordPress but I would rather write some code in DW if possible.
    Can anyone tell me how to do this?

    Depending on the complexity and length of your content, have a look at the Spry Widgets that come with DW to show/hide DIVs or load external XML data or search for other JavaScript/ XML solutions on the web. Other than that I could only think of frames and iframes to get this, but neither are good page design. Indeed a blog software with sidebar and all would make this pretty easy, assuming you know your way around PHP a bit...
    Mylenium

  • Nokia n96 navigation question

    Hello, my nokia I n96. Question: is there some possibility to use free my navigation only using the satellites without wi-fi or some other internet connection. and please tell me if there is some opportunity for using only satellites what other programs I have to install instead of ovi maps? Thank you!

    As far as I know, free navigation is not available on your N96, well it isn't available on mine anyway. You need to purchase a license for a nominal fee. Without the license you can still use it to map and track your location on the map.
    With regards to network data charges when using Ovi Maps, you should disable all Positioning methods apart from Integrated GPS and you need to set Ovi Maps to Offline. With this setting you will also be able to use other applications which use GPS such as Sports Tracker without inccuring charges. However, please note that certain GPS applications such as Google Maps cannot be used without data connection.

  • Large document management question

    I've worked with InDesign since it came out, and have pretty much left Word behind for anything other than simple word processing. I've used the Book feature many times to co-ordinate and synchronize long documents, and find it extremely helpful.
    However, for my latest project I need to put together a 32 document planning application (I don't know how many pages yet).
    It will involve content from multiple consultants such as engineers (text+diagrams), accountants+surveyors (spreadsheets), planners (text+diagrams+photos). The final submission needs to be in PDF format.
    At the moment I'm weighing up two options. Option 1: the consultants submit all the raw information, and I format it to come up with the final product. I would need to set and keep tight deadlines for delivery to me; receive 'raw' work as close to 100% complete as possible; and have good time management skills. I would be able to keep the look very consistent, as I have the power to change everything.
    Option 2 would be the consultants doing all their own work in templates (with fairly loose style guidelines) that I setup in Word, Excel, Project, Powerpoint etc. They would submit the work much closer to the deadline, and I would begin formatting before the final submission. This seems like it would be very efficient production of the information, allowing the consultants lots of control (and time) over their work. The look could be less consistent, as I won't have as much time to change anything that is 'stylistically' incorrect.
    Does anyone have any thoughts on the better option?
    Is it simply a case of Option 1:style vs. Option 2:efficiency?
    Are there any other potential setups that might work?
    Are Microsoft programs easy to synchronize on style - in the same way InDesign is?
    Any thoughts much appreciated.
    This message was posted in the InD Mac forum, but I've posted here as I know there are some long doc experts here too.

    Ashley, as an example of what I meant, I often set up a Word template for a client. I add a bunch of styles named according to my practice, but I don't care what attributes the styles have. I usually give the client a crib sheet as well that indicates what styles should be applied to the various parts. Then when I flow the file from the client into InD where I have set up styles and formating (using the same style names), the Word styles map to the InD styles and I am ahead of the game.
    As for pricing, in this case I would either do as Richard does, quote a price for a certain amount of work, and then an hourly rate after that, or see if the client will pay an hourly rate to do a certain portion of the job, say 10% and then give a quote for the rest based on that. The latter has worked for me on some similar sounding projects when the client was willing.
    Yours
    Vern

  • Document splitting question

    Hi ,
    can some one explain me the concept of document splitting when it comes to cross company code..how does document splitting work when a document has two company codes or for a cross company document..pls give a small example..
    *help me out...looking forward for some inputs and appreciate your help
    Thanks in advance.
    Sai.
    Edited by: fico sap on Mar 3, 2008 5:52 PM

    Hi,
    Settings provided in document splitting rules are all standard sap ones.
    Please use document splitting method 0000000012 and dont change any of the base item and item category.
    Only make the following updations in document splitting node in SPRO:
    a) Classify G/L accounts for document splitting
    b) Define Zero balance clearing account
    c) Define Document splitting characteristics for General Ledger Accounting and ensure to select profit center and segment as zero balance and mandatory field as ticked.
    d) Activate document splitting
    Apart from these, it is not necessary to change any of the document splitting details.
    Assign points if useful.
    Regards,
    Dwarak.

Maybe you are looking for

  • Moving and an unknown cancelation fee.

    I am moving to an area where service is not provided and because I have to cancel I have to pay $110. I asked for a copy of the contract but was told it was a verbal agreement. I asked for him to read back the verbal agreement and no where does it sa

  • Trouble Using TimerEvent in While Loop

    Hello, I am attempting to use a TimerEvent in a while loop. In the example I have created below, the init function should loop through the values myArray, tracing each value at three second intervals. It seems, however, that because I am incrementing

  • TS1424 I downloaded a song and it will not play in its entirety. Is anyone else having this problem?

    I downloaded a song and it will not play in its entirety. Is anyone else having this problem? This has occurred on two or three songs I've downloaded lately.

  • Adjacent Table Cells Change Size

    I inserted a table with 3 columns and 1 row. I then split each colum to suit my needs, the middle column is the body of the page and I want it to have 3 rows. Then I split the left column into 7 or 8 td's so I can add images and nav buttons, but the

  • Publish setting - flash with scorm 2004 tracking

    Hi, I am using the HTML publish setting 'Flash with SCORM 2004 tracking'. Can anyone help point me in a direction to find out how to use this from within the .flas? Is it 'fscommand("set/getValue","paramameter,value");? Thanks, Lisa