Tabs linking to pages in 9.0.2

I would like to be able to link to pages from tabs in the portal page, is this possible?
I have several tabs (one for each department) and have lots of pages in each department. I want to be abel to create new pages from the templete, but this contains the banner and the tabs thus the tabs are added to the page which is displayed in a portlet. I can hide the tabs and the banner on the topon the sub page, but when i navigate to sub pages the tab do not show the globel links i want the tabs to still work as links at the top leave
I have atried to create a main page and add the department pages as portlets, but this creates an issues of tabs

You can create a dummy page that will redirect to the page in another application. The dummy page will have a pl/sql that will be processed <b>On Load - Before Header</b>. The pl/sql will look like....<br>
begin<br>
htp.init;<br>
owa_util.redirect_url('f?p=244:5:::');<br>
end;<br>

Similar Messages

  • Linking to a Tab in another page which has 3 tabbed panels

    Hi
    I have created a page which has three tabbed panels.  The first is a horizontal Tabbed panel with two tabs.  Each of these tabs has a vertical tabbed panel with 4 tabs in each.
    I want to be able to link from another page to the 2nd horizontal tab and the first vertical tab on that page.
    If I use the URL  ?tab=1, the link takes me to the second horizontal tab but also then to the second vertical tab.
    I have tried the following
    giving the target tabs the same id and targeting ?tab=news
    setting the url to ?tab=1&tab=0
    setting the url to ?tab=TabbedPanel1.tab1&TabbedPanel2.tab2
    but none of these work.
    Javascript is not my thing (as you have probably guessed!).  Is there a way that I can target any combination of tabs on one page through the URL?
    Any ideas, much appreciated.
    Thanks

    Data:
    Tab on main tabbed panels = primetab
    Tab on nested tabbed panels = secondtab
    URL Link = myPage.html?primetab=2&secondtab=2
    Markup:
    <!DOCTYPE html>
    <html>
    <head>
    <meta charset="utf-8">
    <title>Untitled Document</title>
    <link href="SpryAssets/SpryTabbedPanels.css" rel="stylesheet">
    </head>
    <body>
    <div id="TabbedPanels1" class="TabbedPanels">
      <ul class="TabbedPanelsTabGroup">
        <li class="TabbedPanelsTab" tabindex="0">Tab 1</li>
        <li class="TabbedPanelsTab" tabindex="0">Tab 2</li>
      </ul>
      <div class="TabbedPanelsContentGroup">
        <div class="TabbedPanelsContent">
            <div id="TabbedPanels2" class="TabbedPanels">
              <ul class="TabbedPanelsTabGroup">
                <li class="TabbedPanelsTab" tabindex="0">Tab 1.1</li>
                <li class="TabbedPanelsTab" tabindex="0">Tab 1.2</li>
              </ul>
              <div class="TabbedPanelsContentGroup">
                <div class="TabbedPanelsContent">Content 1.1</div>
                <div class="TabbedPanelsContent">Content 1.2</div>
              </div>
            </div>
        </div>
        <div class="TabbedPanelsContent">
            <div id="TabbedPanels3" class="TabbedPanels">
              <ul class="TabbedPanelsTabGroup">
                <li class="TabbedPanelsTab" tabindex="0">Tab 2.1</li>
                <li class="TabbedPanelsTab" tabindex="0">Tab 2.2</li>
              </ul>
              <div class="TabbedPanelsContentGroup">
                <div class="TabbedPanelsContent">Content 2.1</div>
                <div class="TabbedPanelsContent">Content 2.2</div>
              </div>
            </div>
        </div>
      </div>
    </div>
    <script src="SpryAssets/SpryTabbedPanels.js"></script>
    <script src="SpryAssets/SpryURLUtils.js"></script>
    <script>
    var params = Spry.Utils.getLocationParamsAsObject();
    var TabbedPanels1 = new Spry.Widget.TabbedPanels("TabbedPanels1", {defaultTab: params.primetab ? params.primetab : 0});
    var TabbedPanels2 = new Spry.Widget.TabbedPanels("TabbedPanels2", {defaultTab: params.secondtab ? params.secondtab : 0});
    var TabbedPanels3 = new Spry.Widget.TabbedPanels("TabbedPanels3", {defaultTab: params.secondtab ? params.secondtab : 0});
    </script>
    </body>
    </html>
    The highlighted parts denote the markup required over and above the original markup for tabbed panels, placing JS at the bottom of the document is a peculiarity of mine an is therefore not a necessity.
    Gramps

  • Link to specific tab on another page but don't anchor

    Hello, I used this tutorial to link to a specific tab on another page:
    http://foundationphp.com/tutorials/spry_url_utils.php
    It works great, except I don't want to go directly to the tabbed panel. I want the particular tab to be active, but the page should load as it normally does. So the user should always be at the top of the page when it loads.
    This is the link code:
    <a href="registration.html?tab=1#form">
    As you can see, #form identifies the tabbed panel, but it also directs the link where to go. I only want to use it as an identifier, not as a navigator as well.
    Thank you.

    FShea31 wrote:
    Hello, I used this tutorial to link to a specific tab on another page:
    http://foundationphp.com/tutorials/spry_url_utils.php
    It works great, except I don't want to go directly to the tabbed panel. I want the particular tab to be active, but the page should load as it normally does. So the user should always be at the top of the page when it loads.
    This is the link code:
    <a href="registration.html?tab=1#form">
    As you can see, #form identifies the tabbed panel, but it also directs the link where to go. I only want to use it as an identifier, not as a navigator as well.
    Thank you.
    Remove the hash part of the URL parameter and just open the tab in the constructor
    <a href="registration.html?tab=1">
    var TabbedPanels1 = new Spry.Widget.TabbedPanels("TabbedPanels1",
    {defaultTab: params.tab ? params.tab : 0});
    I hope this helps.
    Ben

  • Linking 3 pages in a smart form.

    Hi!
    I have created a smartform with about 5 tables in the main window. I need three copies of the same form with only the signatories at the bottom changing. U can say the last two rows of the last window in the smart form. Rest everything will be exactly the same. I created two pages and copied the details from the first page. Just the last window I have freshly created on each page. Now I am not able to link the three pages. Please suggest.
    thanks,

    Hi,
    To link the pages just do like this,
    right click on your main window of firts page,
    select create,
    select flow logic,
    select command,
    here in general attribute tab enable go to new new page check box, in the input give the your second page name,
    then for third page do same as above,
    finaly save and activate.
    seshu.

  • In Pages 5.0.1. is there any way to link one pages document to another pages document.  If so, How?

    Is Pages 5.0.1 is there any way to link one Pages document to another Pages document?  If so, Please, How?

    Well, you could trade it in for a white one! 
    First, try a system reset.  It cures many ills and it's quick, easy and harmless...
    Hold down the on/off switch and the Home button simultaneously until the screen blacks out or you see the Apple logo.  Ignore the "Slide to power off" text if it appears.  You will not lose any apps, data, music, movies, settings, etc.
    If the Reset doesn't work, try a Restore.  Note that it's nowhere near as quick as a Reset.  From iTunes, select the iPad/iPod and then select the Summary tab.  Follow directions for Restore and be sure to say "yes" to the backup.  You will be warned that all data (apps, music, movies, etc.) will be erased but, as the Restore finishes, you will be asked if you wish the contents of the backup to be copied to the iPad/iPod.  Again, say "yes."

  • Spry Tab link only works once... why?

    Hi all,
    I have a spry tabbed area with 4 tabs on my page. Each tab contains data that is dragged from an MSAccess table. A couple of the tabs have repeat regions. This all works fine.  One of my tabs has a repeat region where I can click on a button image to change a record status from True to False (or visa versa). The click runs the associated vbscript which executes the SQL update statement no problem. However I noticed that when I changed the data on this tab and reloaded the page using a Response.redirect after the sql update was executed, it would default to the 1st tab and not the one I was viewing that contains the repeat region. A quick search led me to the SpryURLUtils.js file which solved that problem by allowing me to specify which tab to load. I appended the relevant code to give me this:
    Response.Redirect("myrecord.asp?" & Request.QueryString & "&tab=1#TabbedPanels1"
    As I mentioned, the tab contains a repeat region. If I click on a button to change the status of that record the page reloads fine and displays the correct tab. But this only happens once... each subsequent time I try to change another record my tab contents disappear. The tabs are still visible and if I click on the tab where I've changed the data the tab content is dispalayed, but obvioulsy this isn't right... it should reload and display the correct tab with each call of the code.If I navigate away from this page and then come back to it I can successfully chnage one record and the results are displayed. Change another record and the changes are made, but the tab contents are not displayed again. The interesting thing is that if I reload/refresh the page the problem occurs staright away on the first record change.
    So my question is 2-fold... Why is this happening and how do I solve the problem?
    Here is the vbscript that updates the record and  does the Response.redirect
    <%
    'Change Notification
    If (CStr(Request("ToggleNotify")) = "ToggleNotify") Then
    dim strSQL
    'check to see if notification is currently true or false
        If cstr(Request.Form("NotifyChanges")) = Cstr("True") Then
        'change notifiaction to false
            strSQL = "UPDATE tblUserAccess SET NotifyChanges=0 WHERE AccessID = " & Request.Form("hiddenAccessID")
        else
            strSQL = "UPDATE tblUserAccess SET NotifyChanges=-1 WHERE AccessID = " & Request.Form("hiddenAccessID")
        end if
        Set MM_editCmd = Server.CreateObject ("ADODB.Command")
        MM_editCmd.ActiveConnection = MM_VBUsers_STRING
        MM_editCmd.CommandText = strSQL
        MM_editCmd.Execute
        MM_editCmd.ActiveConnection.Close
        Response.Redirect("myrecord.asp?" & Request.QueryString & "&tab=1#TabbedPanels1" )
    End If
    %>
    Here is my Repeat region with the associated form
    <%
    While ((Repeat3__numRows <> 0) AND (NOT rsAccessRights.EOF))
    %>
    <form name="frmNotifications" method="post" action="">
      <tr class="PageText">
        <td width="200"><%=(rsAccessRights.Fields.Item("SectionTitle").Value)%>
            <input type="hidden" name="hiddenAccessID" id="hiddenField2" value="<%=(rsAccessRights.Fields.Item("AccessID").Value)%>">
        </td>
        <td width="200">
                    <%If (CStr((rsAccessRights.Fields.Item("NotifyChanges").Value)) = CStr("True")) Then %>
              <input type="image" src="../sitegraphics/accept.png" alt="Submit button">
            <%else%>
              <input type="image" src="../sitegraphics/cross.png" alt="Submit button">
            <%end if%>
        <input type="hidden" name="ToggleNotify" value="ToggleNotify">
        <input type="hidden" name="NotifyChanges" id="test" value="<%=cstr((rsAccessRights.Fields.Item("NotifyChanges").Value))%>">
       </td>
    </tr>
    </form>
      <%
      Repeat3__index=Repeat3__index+1
      Repeat3__numRows=Repeat3__numRows-1
      rsAccessRights.MoveNext()
    Wend
    %>
    And here is the bit at the bottom that specifies the default tab if nothing is passed in the URL
    <script type="text/javascript">
    <!--
    var TabbedPanels1 = new Spry.Widget.TabbedPanels("TabbedPanels1", {defaultTab: params.tab ? params.tab : 0});
    //-->
    </script>
    Sorry for the long post!
    This is my first dabble with Spry stuff, so I'm a bit green. If anyone can explain to me why this is happening that would be most apopreciated. If anyone can tell me how to solve the problem I'll send them a big e-kiss!
    Not sure how impotant this is but it happens in both Firefox and IE8.
    Thanks in advance
    Dan

    Hi Ben, thanks for taking the time to read my query.
    The site in question is an intranet site, so I am unable to give you a link to the page. Would the entire page of code rather than just the odd bits help?
    Cheers
    Dan

  • Navigation to specific tab within a page

    I have an event set up to navigate to a certain page however this is not good enough for me. I want to navigate to a specific tab within that page. Is there a way to do this?

    I'm not entirely sure I understand what you want, but if you want to simply go directly to a specific tab, you can use it's direct access URL. If you login to portal and bring up Oracle's portal help (use the help link in the upper right on any of the default pages), search for direct access URL and they do a nice job of explaining how to reach a page, tab, subpage, item, etc.
    To access a subtab called mytab1 on the mytab tab in Portal release 2 or portal 10g prior to 10.1.4:
    http://<hostname>:<portnumber>/pls/portal/url/page/<pagegroupname>/<pagename>/mytab/mytab1
    (Note that the names needed for the url are the "Name" field when looking at properties, not the "Display Name")
    The URL structure has changed in 10.1.4.
    Rgds/Mark M.

  • A link in a thunderbird message fails to activate firefox but if i copy & paste it in the ffx location bar, it goes to the linked web page

    a link in a thunderbird message fails to activate firefox but if i copy & paste it in the ffx location bar, it goes to the linked web page. Also, some web page links are failing except that some will work if i use right-click with open in new tab. just updated ffx to 3.6.13, then updated java per mozilla notification (plugin checker)

    Hi Larry,
    Thanks...that was one of the things I first tried. I did a save as another document.
    I also resized the image in PS so it would be at 100% of size, figuring that would help and I made the image box's background white instead of none, but nothing so far.
    It almosat seems like it is coming from the origianl template file?
    Babs

  • Submited parameters are added to the tab link

    Hello
    I' have ULR-Portlets on my Tab at a portalpage.
    When I do some work on one portlet (submit data), then the data will be added to the links to other tabs.
    Tab-Link-Example:
    http://<server>:7778/portal/page?_pageid=53,1,53_34989:53_35507:53_35579&_dad=portal&_schema=PORTAL&DATA=VALUE
    When I change the tab, the new tab processes the data application goes wrong.
    What can I do (configuration in the protal?) that the links on the tabs stays the same?
    Gerd
    PS: Gareth Cantrell had this problem, but without a solution (Re: Hiding POSTed parameters in v2

    Hello,<br /><br />I presume you dont want the end-user editing these objects either? If thats the case then use static objects instead. Static objects are not included in the tabbing order. Yes, they are identified with a number when you enable the View | Tabbing Order but only to identify them as part of the reading order. Remember, the tabbing order and reading order share the same sequence.<br /><br />See if you can use a static image instead of an image field. I presume Text1 is already a static text object therefore it wont be tabbed into.<br /><br />If you cant replace the image field with a static image then you can use a workaround. You can protect the access to a field. Protected fields do not participate in the tabbing sequence. Designer does not expose this property so you will have to specify it manually. For example:<br /><br />1. Select the image field.<br />2. Go to the XML Source. If it not opened, go to the View menu and select XML Source. It will show up besides the Preview PDF tab.<br />3. The <field> element will be highlighted. Type access=protected. For example:<br /><br />   <field name="ImageField1" y="25.4mm" x="57.15mm" w="25.4mm" h="30.4mm" access="protected"><br /><br />4. Preview the form.<br /><br />Does this help solve your problem?<br /><br />Hélène<br />Adobe Systems

  • New page unexpectedly loses ability to go BACK to previous page after clicking on a link in page (not consistent), why?

    Firefox 4.0 Vista 32 bit
    I will have a tab open, and click on a link, new page loads. The Back and Forward buttons do not work. Usually it shows in history (unless I opened too many pages before clicking on link). This has happened several times.
    It is not consistent - one time I used search bar and opened a Yahoo search page - clicked on search link and when I wanted to go back to look at another search link from the previous page- page would not load (BACK button dead). I clinked search again, clicked on another link and that time it allowed me to return to the previous page???
    I am about ready to go back to previous version.
    Thank you.

    It's a good idea to try disabling Flash completely and see whether the problem continues. If it does, then my guess is incorrect. To test that, open this tab:
    orange Firefox button (or Tools menu) > Add-ons > Plugins category
    Here you can locate Shockwave Flash and use the Disable button. Keep this tab open for easy access when doing your test.
    ''If your test confirms that Flash is causing the problem,'' then the other thread has two suggested workarounds. The first is simple to understand (keep some Flash running at all times) but may be inconvenient to do all the time. The second is trickier because it requires editing a file in (or creating and then dragging a file into) a system folder. Fortunately you only need to do it once.

  • Weird Links and Pages Palette "Glitch"

    I keep my palettes docked, and have noticed a really weird "glitch" with the Links and Pages palettes. I keep them at the top, as often I am re-using a document and updating content to a new date, with new links and new info in the page template. Below them, I have several other palettes docked (Swatches, Character Styles, etc.). Well, when one of my palette panels has Links or Pages active, all the other palette panels creep down incrementally whenever I select something new.
    For example, the Character Styles palette was about 2" tall on screen, I selected a different section of text, then it was 1.8" tall. Upon selecting something else, it was 1.6" tall.
    This only happens when Links or Pages is open in a palette panel group. Doesn't matter where they are, or which panel group, if either of those is open, the all the other palette panel groups incrementally get smaller.
    It's so weird! At first I thought I was going crazy. I would make my Character Styles palette a certain height so I could see several styles, and slowly I would only be able to see one style. Which is a little irritating and disruptive to my work flow.
    Sure, it's easy enough to make a different palette active, but during the updating process described above, it is realy helpful to have the Links palette open.
    Anybody else have this same problem and/or know how to fix it?
    I am running CS5 (ID version 7.0.4) and Mac OSX 10.6.8, 2.66 GHz Dual-Core Intel Xeon processors, with about 8GB of RAM. All patches are up to date.

    My palettes are different. Sometimes when I minimimize them to tabs, little by little they try to hide behind one another, until after they are all huddled together at the side with only the bravest ones visible.
    I have no fix, except to reset the workspace every few days.

  • Favicon code for bookmark link on page displayed

    I have successfully added a favicon to the url bar and the browser tab and the page bookmark(firefox) or favorites(IE) feature.
    But, how do I add it to the bookmark link code I have put in the page template. I ask this because I have created a bookmark link on the page for the user to use in saving the location of the page without the session number in the bookmark/favorite. This is the code for the bookmark link:
    {div align=right}
    {a href="javascript:window.external.AddFavorite('http://apex.gov:XXXX/APP_NAME', 'APP_NAME')"}
    {span style="font-size: 11px;color:#333333"}Bookmark Site{/span}{/a}{div}
    Where would I put this part in?
    {link rel="shortcut icon" href="#WORKSPACE_IMAGES#favicon32.ico" type="image/x-icon"/}
    Please note that I used curly braces instead of pointy braces.
    Thanks,
    Maggie

    If you put the link to your favicon somewhere between the head tags of your page it should work (not tested though).

  • QM Desktop - Report tab displays blank page

    Hi all,
    I'm currently running UCCX7.0(1) with QM2.7(3) and i'm facing the following issue.
    Thru QM Desktop - Report tab, an IE page will be displayed to show the available reports that we wish to run. It's trying to launch the following link https://<ip.address>:8448/QMR/Login?signature=49B7E14D173A2...E10D664 However a blank page is being displayed.
    I remember seeing this a while back where it's something to do with the report templates, files, etc missing / not installed correctly.
    a) which folder is storing the report files?
    b) is there a way to load the missing files without reinstallation?
    c) any other reason why this is happening?
    Thanks!
    -JT-

    Quick update
    I manually change the url from :8448/QMR/xxx">https://:8448/QMR/xxx to :8088/QMR/xxxx">http://:8088/QMR/xxxx and this time the QM Reporting System page is displaying according.
    I don't believe there was any option during install/postinstall that enable us to specify if we want to use SSL or not. Any ideas?
    Thanks!
    -JT-

  • Tab Link Enabled All Times

    Dear All,
    In Apex, I have few pages under one Tab which is internally linked from one Page to another. Out of these Pages under the Tab, one is landing page which is reached first after clicking on this Tab.
    Once I am inside this Tab on any one of the pages, by default the link for this Tab is disabled ( not clickable) in Apex. I want to keep the Link for this Tab Enabled so that Landing Page can be reached from other Pages of this Tab by clicking on this Tab link.
    Please respond as soon as possible since I am badly stuck.
    Best regards,
    Prasad

    Have you tried the "Tab Also Current for Pages" attribute of the tab? You can put a list of page IDs there. That might be what you need.
    Scott

  • How do i send a link or page via email with firefox?

    i am new to firefox. had internet explorer for a long time. when i found a site on the internet that i wanted to share with a friend, there were choices somewhere on the menu bar or where the tabs are that said "send link via email" and "send page via email". when i selected one of these, a new email would open in yahoo with the link or page in the body, and i could send this to any contact. can't find these options here. please help! thank you!

    There is an option to "Send Link..." in the File menu. Firefox does not have a built-in send page by email option.

Maybe you are looking for

  • Using JavaScript to Hide/Show Items

    Hello Trying to use Javascript to check a List Item value. IF List Item value IS NULL THEN HIDE some other items ELSE SHOW some other Items I managed to locate some code to determine a NULL value. This works and I even can display a an alert message

  • Outbound idoc resend

    Hi all . I have come up with a requriement. The scenario is as the following     once we raise a sales order and save it ,an outbound IDOC gets triggered and send to the customer via EDI. after some time customer asks for one more copy and there is a

  • SQL Developer 3.2.20.09 - Database Export generating an unusable file

    I am using the Database Export option in the tools menu to create a script to create schema objects. Unfortunately, the output of the script is not very usable. There seem to be extra '/' throughout the script. Here is a sample: -- DDL for Sequence A

  • How do I get programs to run once I've installed them??

    when I download something, it goes to the "allow" buttone, then the install now, then the" firefox must be restarted.. then when it restarts, it's back at the "allow" button and I do it all over.. and again it's back at the "allow" button... please h

  • Synchronizing workflow options?

    I frequently open multiple images at a time in ACR. I had thought that selecting all images and then setting workflow options would set the selected workflow options for all of the images, but it doesn't. The synchronize option allows you to select a