How do I Creating links ??

Hi
I have looked at help.sap.com abt this -it is unclear to me. Please help.
I have installed EPSP9 NW04 SR1 with KMC. I would like to create an iview that just has links one after the other. Some of these links will point to documents and some will point to sites on client's intranet. So i want the iview to be like this for example:
          About Company
          Products Sold
          Emergency Procedures    
How do I create these links? I will upload documents in the portal via KM. But how do I create the links pointing to documents and teh intranet?
Manny Thanks
Namira

hi
If you only want some static links you can go for the KM Document iview.
1.Create an html document with the links you needed.
2. Use javascript functions for the links.
3.Save it as text and upload it to a KM folder.
4.Create a KM Document iview and set the path to the document you created in the properties of iview.
5.Place the iview in the portal where you wanted.
Regards
geogi

Similar Messages

  • How can i create link between ipad(xcode) and webserver?

    Hi, I'm a new to iPad development and i need help,
    i'm not good with english but i try to explain my question:
    how can i create link between ipad(xcode) and webserver?
    (the webserver ".NET" with driver odbc is connected with DB Oracle)
    so, how can my ipad application access to the Oracle DB?
    Create a webservice (.NET) to be place between iPad and DB, is this correct?
    how can i do it?
    which are libraries to include in the xcode's framework?
    thx

    I think the following URL will be your best answer:
    http://stackoverflow.com/questions/3510468/connecting-iphone-to-an-odbc-database

  • How can I create links to other pages in iBooks that will function in PDF?

    Hi,
    I know some people have asked previously how to create links to other pages of their book within iBooks. I having an issue with this myself that I haven't been able to resolve. I am able to create the links, and they seem to function within the program, however, once I export the document as a PDF file (the format in which I need to have this ebook!), the links seem to be non-functional. Does anybody have a fix for this?
    Thank you so much for any suggestions you may have!! I really need to figure this out for my client.
    Regards,
    Meggyn

    Exporting as a PDF does alter/lose/remove certain functions. Adobe Acrobat has its own page navigation system.
    A lot of the hidden engine of iBooks Author is basically very similar to building a website! so links and books marks are an "internal" function.
    IF you  have Acrobat and not just the Adobe Reader, you can make links.  I have never needed to try, but  I see a working link related index  in the many software manuals  I have.

  • How do I create links in a file like a table of contents to different sections in a .pdf document?

    I'm trying to take multiple files and create one large (165 page) document but would like to create links to the different "chapters" within the document. 

    LH,
    You may (you can see Groups in the Layers palette with the layer expanded):
    1) Ctrl/Cmd+A to select everything and Ctrl/Cmd+Shift+G to Ungroup ;
    2) ShiftClick the circle to deselect it; if it is still a Group (all of its own), Ungroup again;
    3) With the Centre Reference Point ticked in the Transform palette multiply the W or H value by 1.1 (just add *1.1 in the box) and Ctrl/CmdEnter to keep proportions (this is to make sure that they are long enough);
    4) Ctrl/Cmd+A to select everything again and Pathfinder>Divide (this will make pie pieces);
    5) Drag over the centre with the Direct Selection Tool and press Delete (this will rid you of the inner parts of the pie pieces so you just have the outer rim in pieces).
    This should give you the 30 independent curved lines forming the circle, two of them with an extra (original) Anchor Point.

  • How do I create linked LOVs in a JSP

    We are attempting to create a list of values (LOV) for a group of categories on a jsp page. We would like the LOV to be populated with the category names. Next to the category LOV we would like to have a link “get subcategories” that when clicked would return to the same jsp page, set the value of the LOV to the category selected, and populate a second LOV with sub-category names for the selected category.
    We have created an sql-only View Object (VO) for the categories and linked it to an sql-only VO for the subcategories (in a master-detail relationship) and added the VOs to an app module. We have tested the link between the two VOs with successful results.
    We would like to know how to create a linked pair of LOVs on a jsp page. Any help on this matter would be greatly appreciated.

    Les,
    If I understand correctly, you can do this fairly simply.
    First create datasources:
    <jbo:DataSource name="dsCategories" ...
    <jbo:DataSource name="dsSubCategories" ...
    <% // add a where clause to SubCategories based on the parameter "CategoryNumber"
    String categoryNumber = params.getParameter("CategoryNumber");
    // Make sure to default to something if the parameter is null or you'll get an error
    if (categoryNumber == null)
    categoryNumber = "1";
    dsSubCategories.getRowSet().setWhereClauseParam(0, categoryNumber);
    // execute the query on dsSubCategories to ensure that the where clause reflects on this page
    dsSubCategories.getRowSet().executeQuery();
    Create a form with your drop down lists.
    1. I would create a <form> that posts to the same page.
    2. Add a <jbo:FormEvent> tag with a custom event name like "getSubcategories".
    3. Create a LOV that isn't connected to the database:
    <jbo:InputSelect multiple="false" displaydatasource="dsCategories" displaydataitem="CategoryName" displayvaluedataitem="CategoryNumber" ></jbo:InputSelect>
    4. Create a second LOV that also isn't connected to a datasource. It would look like this:
    <jbo:InputSelect multiple="false" displaydatasource="dsSubCategories" displaydataitem="SubCategoryName" displayvaluedataitem="SubCategoryNumber" ></jbo:InputSelect>
    5. Add a submit button
    That should work. Some things to note:
    1. This probably won't track your previously selected options. I don't know if you can do that with this interface.
    2. I'd add some javascript to postback when a new list item is selected.
    Based on these points I would code the select list by hand like this:
    <select name="CategoryNumber" size="1" onchange="this.form.submit()">
    <% String curCatNumber="";
    String CatNumber = params.getParameter("CategoryNumber");
    if (CatNumber == null)
    CatNumber = "1";
    <jbo:RowsetIterate datasource="dsCategories" >
    <jbo:Row id="rowCategory" datasource="dsCategories" action="active" >
    <% curCatNumber = ((oracle.jbo.domain.Number)rowCategory.getAttribute("Category")).toString();%>
    <option value="<%=curParlimentId%>"
    <% if (CatNumber.equals(curCatNumber)) { %>selected<% } %>>
    <jbo:ShowValue datasource="dsCategories" dataitem="CategoryName" ></jbo:ShowValue>
    </option>
    </jbo:Row>
    </jbo:RowsetIterate>
    </select>
    The second would be similar.
    Hope this answered your question!
    ~Rob Lundeen

  • How do I create links from my help text to my software program?

    I have finished all of my online help text documentation using RoboHelp 8. I would like to create a help button in my software that a user could click on to find more information about a specific part of the program in the online help text. I would like to know how to view the absolute paths in RH8 of the help text so that I can link it to the software. Currently, when I go to my online help text is only shows me the http://www.sitename.com. and nothing more for any of the topics.

    Hi,
    Since your help is online, I assume you're using webhelp. Calling the help context sensitive is a joint venture between the help and the application. See http://www.grainge.org/pages/authoring/calling_webhelp/calling_webhelp.htm for help calling your help. If it doesn't help, please post back.
    Greet,
    Willam

  • How do i create linked pages with multiple video clips on each of them?

    I took a bunch of small videos with my digital camera, and now want to make a dvd that has a main menu with 7 choices, and then each one of those will take you to pages with each clip as a motion button (6 to a page). So if i click on "Dublin" on the main menu, it takes me to Dublin #1 which has clips 1 - 6, i can then click on an arrow to go to a second page with clips 7 - 12, etc. I can return to the main menu and click on "Belfast" which takes me to the first page of 6 clips, then a second page with 6 more, etc.
    The problem I am having is linking two or more Chapter pages together. Thanks for your help.
    Eric

    Welcome to the forums, Eric.
    iDVD has a few limitations, but you can do much of what you want.
    Limitations: Only 6 selections per menu page. And the Forward/Backward selection buttons advance only one menu at a time.
    Basic solution: Use the folder button to create a link to a submenu; move to that submenu and drag your movies onto that menu page. Repeat for more submenus.
    Alternative approach: Use iMovie to join all the Dublin videos, with chapter markers to designate each segment. Import the movie with chapter markers into iDVD and they automatically create the Dublin submenus. And you can watch all the Dublin videos in a row, or use the menus to navigate to the desired video. After you watch the last segment, you'll automatically return to the main menu.
    John

  • How do I create links between two pdfs using FrameMaker 9, while both files remain open?

    In FrameMaker 9 is there a way to create cross reference to a particular page on another doc (without closing the current/source doc)?
    I tried using "openpage filename:pagenumber" option, the link takes me to page 1 of the referenced doc not to the specified page, and as it is a hyper link when page 1 of the referenced doc gets displayed the souce doc closes.
    When a link is clicked in the source doc, it is required that the source doc remians open.
    This is an urgent requirement, can anyone please reply soon?

    I think you've already asked this in this thread - http://forums.adobe.com/message/5613200#5613200 - and it's been answered there.

  • How do you create links in a portfolio?

    I have a pdf portfolio which is a street map book. On the index page, I want to create a link to each map reference so you do not have to scroll to get there. Links to other pdf's in same portfolio.
    Any help would be appreciated. This map book will be utilized on an Ipad2.
    Thanks-
    Mike

    According to Donna Baker's tutorial on Viewing your PDF files on the go - Part 1, "You aren't going to get the splashy interface, but you'll see the default opening page for a binder, and then the contents of the Portfolio listed on the screen."

  • How to undo 'create link' in pdf

         Hi there - I am finding the acrobat pro very useful. I just started using it and it's very cool. Anyways, I have a problem. I created a link by highlighting text and when I click on it, it takes to me where I want. However, I am having a hard time undoing  the link. I tried right clicking, but no luck. Could someone please help me. I am using Windows Vista.
    Also, I am have having simillar trouble of undoing, once I select a highlight/underline  features from the 'Tools' group. Any suggestions would be highly appreciated. Thanks.

    Oops....i got it.
    http://www.ehow.com/how_5847992_remove-links-adobe-acrobat-8.html
    Thanks..

  • In an InDesign book, how can I create links that work across documents?

    The hyperlinking works fine when it is contained within a single document in a book, however doesn't work across documents.

    Do you mean cross-references? You can do those, but they are known to be "fragile" and unreliable.

  • How to create links between SO and PO's

    Basicly the subject tells the question, how can you create links between Sales orders and Purchase orders? Sounds simple but how to do it?

    Hi,
    You can may be do the easy way out then,
    1) Open the Sales Order for which you have created the Procurement Document.
    2) Go to the 'Form Settings' of the Sales Order and 'Table Format'.
    3) In the list, select the Procurement Doc field and make it visible.
    You will be able to see the Procurement Document for the Sales Order raised without using the query.
    Check if this is what you are looking for and the same helps.
    Kind Regards,
    Jitin
    SAP Business One Forum Team

  • How to i create a new itunes account for my old iphone so i can transfer data to new iphone, since my daughters new iphone is now linked to my acc and she ends up with all my apps and contacts etc

    My daughter has previously had an ipod which was linked to my itunes iphone account.
    she now has a new iphone and has linked this to that account and now she receives all my contacts apps etc when she syncs her account.
    How do i create a new itunes account for my old iphone so that i can transfer data to my new iphone and keep the two seperate so that when she deletes all my contacts and apps and then syncs her phone again we can still be compatible.

    iOS 5 & iCloud Tips: Sharing an Apple ID With Your Family

  • HT204053 How do I create an Apple ID for my kids which are linked to my Apple ID so that they can make purchases without me having to tell them my user/password?

    How do I create an Apple ID for my kids which are linked to my Apple ID so that they can make purchases without me having to tell them my user/password?

    Welcome to the community.
    Unfortunately, you cannot do that. The first hurdle that you are going to face, is that mobile devices, by virtue of being prone to loss, will always require that a password is entered before a purchase of any kind is made.
    If your concern about the password, is related to your privacy in regard to your mail, contacts and calendar information rather than their acces to make purchases, then the best solution would be for you to use another Apple ID for iCloud.
    Apple have called the whole cloud thing iCloud, there are a number of features under the iCloud umbrella, some of which require their own login. iTunes is one of these, another is what Apple have unfortunately also called iCloud too.
    You can use the same Apple ID (account) to login to both iCloud and iTunes, but you don't need to and often users will login to each service using a different ID.
    The part that you need to remember is that the services available when you log into iCloud are completely different and unrelated to those when you log in to iTunes. Your iCloud login enables mail, contacts, calendars, find my phone, Back to My Mac, Documents & Data sharing and photostream, it does not affect any of your iTunes services.

  • How do you create a link to a pdf in Muse? Thought it was going to show that with Katie's menu and can"t find in any of the tutorials.

    How do you create a link to a pdf in Muse? Thought it was going to show that with Katie's menu and can't find in any of the tutorials.

    The steps would be :
    - Add files from file menu > select pdf > add to site
    - Select the content (rectangle,text etc) and click on hyperlink dropdown > it should show you the added files list
    - Select the file you want to link
    Thanks,
    Sanjit

Maybe you are looking for