Skip to content link/hyperlink to a region in a page

Hi All,
I want to make a "skip to content" link that will bring user to the content region when clicked. I make this link in a HTML portlet, but I don't know what value to put in the href attribute to make it pointing to the target region in a page ?
Thank you for your help.
Jeffry

You can try something like this:
<SCRIPT LANGUAGE="JavaScript">
<!--
function doSomething(obj)
     var h=obj.name;
     var returnVar = document.getElementById(h);
     returnVar.focus();
//-->
</SCRIPT>
<a name="portletId" href="#" onClick="doSomething(this)">click this</a>

Similar Messages

  • How do I restrict content provider edit rights to a single region on a page

    We have a 2-level security requirement for Portal pages that are accessed by "the general public" - users that do not log into Portal. I'll call this population "The Public".
    Top Level Edit Security
    Web-masters need to edit all content on any page in any page group.
    Sub-Level Edit Security
    Content providers need to be restricted to editing HTML content within a single region on all pages within a single page group. They will use the RTE (FCKeditor) to edit the content of the restricted region.
    One idea I tried was creating a nav page as a portlet and placing the portlet on the page. This seemed satisfied all the requirements. The drawback is having to create a new nav page for each page created. Since the content and pages are mostly static this does not seem, to me, to be a big deal.
    I next tried Item level Security, created a group (publicusers) that included PUBLIC and ContentProvider users and granted "view" to the "publicusers" group . I found that "The Public" can see the entire page, except for the Text Item Type that is under Item Level Security. Only by turning off Item Level Security can "The Public" see Text Item Type. (This action seems to be supported in the documentation as well.)
    Any other ideas on how to implement multi-level content security on pages within a page group? There will be at least 18 page groups, each with a unique content provider. The content provider can not edit content outside of their designated page group.
    Thx.
    --Don                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    I would recommend creating pages for each "chunk" of content that needs specific security. Set the security at the page level.
    Then, publish those pages as portlets, and stick those portlets in the regions that need "per group" edit rights. For each portlet, display the Edit link. Users who have rights to edit the portlet's source page will see the edit link, and can edit that content "in place".
    Does this help?
    -John

  • Skip to content in JSF page

    I have developed a very simple JSF page and sometimes it doesn't get rendered properly instead it displays a link "Skip to Content" and gets refreshed infinitely and automatically. I don't find anything wrong in the code.
    Can you please let me know if this is a known issue and solution to this, if any.
    Thanks
    Raza

    I get this error intermittently. I have developed a very simple JSPX with two labels and two images. The page renders fine sometime but sometimes, it gets skewed, functionality doesn't work and the link "Skip to Content" displays on the top-left of page. My JSPX code is mentioned below
    Please help!
    Regards
    Raza
    <?xml version='1.0' encoding='UTF-8'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
    xmlns:h="http://java.sun.com/jsf/html"
    xmlns:f="http://java.sun.com/jsf/core"
    xmlns:af="http://xmlns.oracle.com/adf/faces/rich">
    <jsp:directive.page contentType="text/html;charset=UTF-8"/>
    <f:view>
    <af:document>
    <form action="j_security_check" method="POST">
    <af:panelFormLayout>
    <table valign="center" align="center" width="400px" height="255px"
    style="border-width:1px; border-color:Black; border-style:solid;">
    <tr>
    <td>
    <af:image source="http://localhost:8888/ContentServer/Logo.JPG"/>
    </td>
    </tr>
    <tr>
    <td style="color:Black; font-size:18pt; font-family:tahoma; font-weight:bold; text-align:left; vertical-align:middle;">
    <af:outputText value="Application Name"/>
    </td>
    </tr>
    <tr>
    <td>
    <input style="color:Black; font-size:8pt; font-family:tahoma; vertical-align:middle;"
    type="text" name="j_username" id="j_username"/>
    </td>
    </tr>
    <tr>
    <td>
    <input style="color:Black; font-size:8pt; font-family:tahoma; vertical-align:middle;"
    type="password" name="j_password" id="j_password"/>
    </td>
    </tr>
    <tr>
    <td>
    <input style="color:Black; font-size:8pt; font-family:tahoma; vertical-align:middle;"
    type="reset" name="Reset" value="Cancel"/>
    <input style="color:Black; font-size:8pt; font-family:tahoma; vertical-align:middle;"
    type="submit" name="Submit" value="Login"/>
    </td>
    </tr>
    <tr>
    <td>
    <af:image source="http://localhost:8888/ContentServer/Footer.JPG"/>
    </td>
    </tr>
    <tr>
    <td style="color:Black; font-size:8pt; font-family:tahoma; vertical-align:middle; text-align:justify;">
    <af:outputText value="Copyright Message"/>
    </td>
    </tr>
    </table>
    </af:panelFormLayout>
    </form>
    </af:document>
    </f:view>
    </jsp:root>

  • Display of Table Of Contents, links, diagrams etc....

    Hi,
    My Table Of Contents and other stuffs like diagrams, links etc.... are not getting displayed properly in my Woord files and are being shown as below:
    { EMBED Visio.Drawing.11 } - this is for a Visio drawing that I have in a file.
    { TOC \o "2-3" \h \z \t "Heading 1,1,Heading 4,4" } - This is for Table Of Contents.
    { HYPERLINK "mailto:[email protected]" } - This is for a mail address that I have in my word file.
    I want to remove all these and go back to the normal way of storing a Word file without any of the above ones.
    Please advise how this can be changed back to normal viewing of Word files.
    Thanks....Karthik.

    Alt-F9 should display the field results rather than the field codes that you are currently seeing.
    Peter Jamieson

  • Make table of contents links keep current zoom level, not zoom out to full page

    When Indesign creates tables of contents, they automatically link to the paragraphs the links point to, so that in an interactive PDF, clicks and prods take the user to that page. Great.
    What's not so great is, that the hyperlinks / cross-references / jump-links / whatever that are created behind the scenes within the table of contents appear to:
    ...be automatically set to reset the zoom to full page width
    ...not be editable in any way
    Normal cross references retain the zoom level that the user has chosen, and normal hyperlinks that point to a page in the document have a range of settings about what zoom level change (if any) should be imposed on the user, which can be set to 'inherit zoom'.
    How do I set up a table of contents that doesn't annoy users by resetting their chosen zoom level to an artitrary default when they use the interactive table of contents?
    I'm really hoping I don't have to ditch Indesign's table of contents feature and create every cross reference manually.

    (editted) So it turns out that you can 'expand' a table of contents by copying and pasting it - this fills the hyperlinks panel with links that can be editted (like above) but breaks the auto-update - they're no longer a TOC, they're just a text frame full of links. (I had got different copies mixed up when I thought the frame holding the editable links was also auto-updating)
    The greying out of the links was a red herring, just something to do with the fact they were on a master page.
    It does mean that one possible TOC workflow is:
    Create a TOC on the pasteboard somewhere.
    Before finalising the document, update this TOC and alt-drag the 'live' TOC creating an editable 'dead' copy in an appropriate place in the document
    Edit the link properties of the links in the 'dead' copy (don't forget that you can select multiple hyperlinks at once by holding down shift, and edit things like the Zoom Setting all at once with Hyperlink Options in the Hyperlinks flyout menu. )
    Then, if you make other changes to the document later on, delete the dead copy, update and re-copy the live original, and re-do the changes to the new copy
    This isn't a bad method - it just adds about a minute's work each time you export a PDF (delete, update TOC, alt-drag, shift-select the new batch of .XXXX links at the bottom of the Hyperlinks panel, > Hyperlink Options, Zoom Setting  > Inherit Zoom, done).
    Alternatively, you could manually build a TOC using cross-references if you want links to the exact position on the page, not just the top of the appropriate page.

  • My website looks fine in other browsers but on firefox it comes up like an index with the title first and on the second line it says skip to content. Can this be fixed?

    When I look at my website it loads up as an index with the heading on the top line and then a link saying "skip to content" and then the navigation is in bullet points. I have downloaded the latest version of firefox and this has not improved the situation. The website looks fine in other browsers.

    Make sure that you do not block the CSS files on that page.
    Reload web page(s) and bypass the cache.
    * Press and hold Shift and left-click the Reload button.
    * Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
    * Press "Cmd + Shift + R" (MAC)
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode

  • 8.0.1 has broken Content Link in Piano Roll Editor

    Logic 8.0.1 has managed to break Content Link in Piano Roll Editor... Select a MIDI region in Arrange, choose a Screenset for Piano Roll and, with Link active, you'll see the contents for the selected MIDI region. From that point on though, you'll only ever see the contents of that first selection, no matter what other MIDI region is selected. Logic can be forced to reveal the contents of another MIDI region by double-clicking or Option-double-clicking but it's hardly ideal; not when your workflow for the past ten years has been screenset based.
    That bug alone is enough for me to go straight back to 8.0
    Nice one Apple.

    Sorry Captain - you're quite right. When changing screensets, the link is lost.
    In Logic 7 the default behaviour is what you want - screensets follow the selected region. This does appear to be broken in 8.0.1
    Perhaps some people would prefer this - so that you could have screensets that have Show Contents link mode on for different regions, for example. The best solution would be to have a Preference where one could choose the option one prefers.

  • Logic 8 Content Link Bug?

    I have found a bug, I think, in Logic 8, as far as Content Link is concerned.
    A screenset with only a Piano Roll
    window in it, and with the link checked yellow, does not update
    when you select a different region in the Arrange page in another
    screenset.
    For instance, I have screenset #1 as an Arrange page,
    and screenset #6 as a Piano Roll only page. Selecting a midi
    region on page #1, and switching to page #6 should show the
    midi region that is selected. That is how it works in Logic 7.
    It does not work in Logic 8, however. But, if I uncheck
    the yellow link and recheck it, it updates. Also, a Piano Roll
    window follows the region selection fine if both the Arrange and Piano
    Roll window are on the same page. Can another Logic 8 user on
    a mac intel machine verify this? I've got verification on non-intel
    macs that the problem exists there too. I've tried all kinds of settings
    on the Arrange page and nothing seems to matter. Yes the Piano Roll
    at the bottom of the Arrange page will update, but I like working
    on a full screen Piano Roll, and it works fine in 7.

    Apple are aware of the issue. Hopefully it should be fixed in the next release (I'm pretty confident it will be).
    And yes, it's an annoying one...

  • Adding annotations throws off Table of Contents links

    I asked this a month ago and got no responses...Help is critically needed. When annotations are added, the bookmarks seem OK on authoring machine, but once PDF is opened on another machine, everything thrown off!
    I'm involved in a paperless pilot project and am having a difficult time circumventing an issue in Preview.
    I'm re-formatting material for executive meetings from WordPerfect, Word, Excel and PowerPoint into bookmarked PDF format in Adobe Acrobat Pro X. When they are opened in Preview by senior management on MacBook Airs, the Table of Contents links everywhere correctly. However, the moment they add an annotation (in this case, notes), the table of contents is thrown one page off, regardless of their place in the document. Even after removing the note, the table of contents does not revert to the proper place. I'm assuming this occurs because the annotation throws off the markers from the imported bookmarks.
    Using Acrobat Reader on the Airs isn't an option since annotations aren't possible. We are also really trying to keep production of the PDFs limited to Acrobat Pro to ensure cross-platform compatibility of the Table of Contents.
    Has anyone else encountered these issues? Is there a potential workaround?

    A lightweight alternative to Acrobat Pro for creating table of contents for any PDF is PDFOutliner (only $5 on Mac App Store.) The TOC links generated by PDFOutliner don't have the problem you've described above. You could open your PDF in PDFOutliner and re-save it (the TOC will be rebuilt) for a quick test.
    Note: I'm the developer of PDFOutliner.
    Regards,
    Jose

  • Link to open a html file in a region on same page

    Hi,
    I am trying to create a page where I have 2 regions.
    The left region,"lef_reg" has been created using HTML contains some text values.
    The right region, "rig_reg" is blank.
    I want that if a user clicks on a link on the left region (lef_reg) then a corresponding html page should appear in the right region (rig_reg). The corresponding HTML that I am talking about is saved as a static file in the shared component.
    I am extremely new to APEX hence would request the solution be a little bit detailed.
    Thanks in advance
    Edited by: user10866621 on Dec 16, 2009 6:27 AM

    it seems you want to do it using Application Express. right?
    then you may want to post your question in the [Oracle APEX forum|http://forums.oracle.com/forums/forum.jspa?forumID=137] here.
    AMN

  • Table of contents links won'T work in reader

    Hi all,
    Im using Adobe Reader XI 11.
    and I noticed that in my pdf file, table of contents links wonT work in reader
    I browsed the internet and saw that I need to turn off reading in PDF/A mode. but that doesnt work either.
    Any help would be appreciated. Thanks..

    No need to apologize. You're getting closer to solving your issues in the other thread.
    The web learning curve is often frustrating in the early days.

  • Is it possible to put a link (hyperlink) on a row in a report!!

    I need to know if it is possible to put a link (hyperlink) on a row in a report via a form or other method. The link will be different for each row.
    I know you can add a column link but this will be the same link for each row.
    I also know its possible using websheets.
    However i am using an interactive report and form in a database. APEX 4.1.
    The best method would be through a form. When the user creates a new entry for a row he can also add a link.
    Edited by: user12629904 on Aug 21, 2012 8:23 AM

    How do you propose to built the link? Is it embedded in a table? Built by a function? Yes, you can have a link in a report, just as a column like a date and an image..
    If you offer more information, maybe SOMEONE can offer up more help..
    Version of APEX?
    More details on the links?
    Thank you,
    Tony Miller
    Dallas, TX

  • Skipping the content conversion if the input file is an xml file.

    Hi,
    My source folder contains both text files and xml files.
    I want to skip the content conversion if the input file is an xml file and the same Content conversion as to work if the input file is a text file.
    Is there any way to achieve this?
    Regards
    Divia

    Hi,
    I think u hv to create 2 separate Communication Channels.............. 1 for XML (without Content Conversion), & other for TXT with Content Conversion.
    In 1st CC give file name as *.xml & in 2nd give file name as *.txt
    Thanks,
    Maheshwari

  • Can't Add a Link in an Editable Region

    I am currently trying to edit the pages of a website for a
    client. When I click on Edit Page, I can add/delete/change text on
    the page but when I try to add a link within the same section of
    the page I get an error that reads "You cannot perform this action
    in this region of the page". I asked one of the graphic designers
    why this may be occuring and he said he was unsure since he looked
    at the source code and the section in question is indeed editable.
    Can anyone please shed some light on why this may be happening so
    we can change the coding so I am able to add a link to these
    pages.

    Maybe this will help:
    http://scls.typepad.com/wicked_cool/2007/01/contribute_tip_.html
    http://www.macromediastudiomx2.com/cfusion/webforums/forum/messageview.cfm?forumid=55&cati d=290&threadid=1220442&enterthread=y

  • Contents Links not working in ADE 2.0

    Hi,
    In ADE 2.0, links in the document are going to the wrong page. How can this be fixed?
    In the original PDF and on ADE 1.7.2, these table of contents links work correctly. Now, the links go to the page before the correct page.
    Any advice would be much appreciated!!
    Thanks,
    RanaJ

    Yet another bug in ADE2.0/2.0.1.    I suggest (as I so often do) reinstalling 1.7.2.
    ~~~~~~~~~
    There are lots of bugs in ADE2.0 (and 2.0.1).  Try replacing ADE2.0 with the older but more reliable v1.7.2.
    (You can have them both installed at once if you like.)
    Version 1.7.2, it is a little difficult to find, available on Adobe site for Windows and for Mac.
    http://helpx.adobe.com/digital-editions/kb/cant-install-digital-editions.html
    The forum software is sometimes corrupting the link above.  There shouldn't be a blank in 'editio ns.html'.  The following redirects to the same page: http://tinyurl.com/diged172
    Some people have found ADE trying to upgrade automatically. 
    It appears (not 100% sure) that if you install ADE2.0 as a new install (not as an upgrade) that your 1.7.2 will continue to run.
    Probably best to say no if 2.0.x installation asks if you want to migrate your library.

Maybe you are looking for