Tabs as Hyperlinks

Does anyone know of a way, how you can make it so that when
you click on one of the tabs that it links to a different page?
I have a bunch of tabs with content, but some other content
would require drilling down deeper into a form which has different
& more tabs. I would just like it so that a user would click on
one of the tabs at the top and have it automatically send them,
rather than them clicking on the tab, and then on a link within the
body of that tab.
The best I could come up with is this so far....
quote:
<cfform format="flash" skin="haloblue">
<cfformgroup type="tabnavigator">
<cfformgroup type="page" label="Travel Home">
</cfformgroup>
<cfformgroup type="page" label="Create Request">
<cfformitem type="html"><a
href="Request.cfm">Create Request</a></cfformitem>
</cfformgroup>
</cfformgroup>
</cfform>
Trying to eliminate steps for the user. Thanks.

Found a workaround in the end.....
Can be done by creating a new blank page for the tab in question and on that page creating a process to run before loading page header... i.e.
begin
owa_util.redirect_url('http://nww.google.co.uk');
end;

Similar Messages

  • Cross-tab and hyperlinks

    Is it possible to have each rows of a cross-tab be a hyperlink poiting to another report and how to accomplish that?
    My cross-tab rows represent categories, and I have another report for sub-categories (with category name as parameter), I'd like to be able to click a category and view the detail for that category.
    Thanks for your help!

    you need to try using open doc URL
    "http://<servername>/businessobjects/Enterprise11.5/InfoView/scripts/opendocument.aspx?sPath=Report+Samples&sDocName=Target.rpt"
    to pass the category to your sub report parameter you need to use currentfieldvalue
    regards,
    Raghavendra

  • Captivate 7 and 508 compliance - can't tab to hyperlink text

    I am creating courses that  have to be 508 compliant - i.e., you have to be able to tab to interactive elements and press Enter to select them.
    I created hyperlink text in a text caption but the hyperlink does not seem to be included in the tabbing - i.e., you cannot select the hyperlink without a mouse. Am I missing something?
    If I use a text button instead of the hyperlink, I cannot left justify the text in a text button.
    If I use a smart object as a button, I can left justify the text and tab to it, but cannot select it with an Enter press!
    The only method I can think of is to put a transparent text button over the text caption. Is there a better way?

    Can someone else trst this for me?

  • Symbol Buttons that will open a page in the same Tab using hyperlinks

    Hi there,
    I was just wondering how do you put the specific code into a
    button symbol
    to open a page like google or something in the same TAB or
    page.
    My following code is From Flash CS3 Action Script 3 From a
    button symbol and i would like to make it open in the same page not
    a new TAB.
    The following code opens a page in new TAB which i did not
    want.
    I just need the page to open in the current page.
    THANKS

    Hope_Seeker wrote:
    Hi BalusC;
    Would you please help me to understand what does it mean (from the browser perspective) "return false;" at the end of the 'Onclcik' event? It blocks the element's default action. In for example a link or a button the actual link href won't be opened and the button's form submit won't be invoked.
    And why sometimes I see the word "return " BEFORE the JS function call : (example onclick="confirm(...)" AND onclcik="return confirm(.....)" ).It is just returning the outcome of the function. The confirm() function can either return true or false. This is easier and cleaner than getting it in a boolean variable and returning the variable.

  • Using tabs as Hyperlinks

    Is it possible to use a in an application as a link to an external website as ooposed to a link to another page in the application?

    Found a workaround in the end.....
    Can be done by creating a new blank page for the tab in question and on that page creating a process to run before loading page header... i.e.
    begin
    owa_util.redirect_url('http://nww.google.co.uk');
    end;

  • Embedded hyperlink into new browser tab/window

      Hi Team,
    There is a requirement in my project for that, need to open embedded hyperlink into new browser tab/window, hyperlink is available in the pdf file which is open in browser (Internet Explorer).
    More than 2 lakh user is using the product so, there is any way to set the hyperlink target as a _blank so that the link open in new tab/window.
    Is there any adobe API is there which can support the above requirement?
    Is there any other way which can fulfill the requirement?
    End user is more than 2 lakh so, am not going to change the setting of Adobe reader as well as browser.
      Need your help to resolve the issues.
    Regards,
    Rupesh

    Yes, there is an API that is supposed to do this in the Web brower.  Does it work?  Not reliably is what I have found because different web browsers seem to interpret the way that Acrobat calls for a new window differently.
    launchURL
    7.0
    S
    Launches a URL in a browser window.
    Note:    Beginning with Acrobat 8.1, File and JavaScript URLs can be executed only when operating in a privileged context, such as during a batch or console event. File and JavaScript URLs begin with the scheme names javascript or file.
    Parameters
    cURL
    A string that specifies the URL to launch.
    bNewFrame
    (optional) If true, this method launches the URL in a new window of the browser application. The default is false.
    Returns
    The value undefined is returned on success. An exception is thrown on failure.
    Example 1
        app.launchURL("http://www.example.com/", true);
    Example 2
    Add an online help item to the menu system. This code should be placed in a folder-level JavaScript file, or executed from the JavaScript Debugger console.
        app.addMenuItem({
            cName: "myHelp", cUser: "Online myHelp",
            cParent: "Help",
            cExec: "app.launchURL('www.example.com/myhelp.html');",
            nPos: 0
    Related methods are openDoc and the Doc object getURL method.

  • Hyperlink in Excel to a file on network drive not working

    In Excel 2010 I created a hyperlink to a word doucment located on our network server.  When I click on the link in Excel in only opens up the main folder not even the sub-folder where the document is located in.  I can't figure out why it
    won't open the specified document even though it shows the document in the hyperlink address.  Thanks for any help!
    Dusty

    Hi,
    Do you mind telling us which link format are you using? Are you linking to a mapped drive letter or a Universal Name Convention (UNC) address?
    Here's the difference:
    The UNC address of a server location may be: \\MyServer\MyFolder
    That server may have been mapped to D:\ 
    A link that uses the UNC address would look like this:
    \\MyServer\MyFolder\MyExcelFile.xlsx
    A link that uses the mapped drive would look like this:
    D:\MyExcelFile.xlsx
    As long as the computer has a mapped D:\ drive, the link should work, if it doesn't, the link is broken.
    I recommend you use the UNC address method.
    More reference:
    http://support.microsoft.com/kb/328440
    Then, we'd better check the really hyperlinks.( Home tab>Insert> Hyperlink> Hyperlink address)
    Tips: The display hyperlink in cell is not really Hyperlink address
    Hope it's helpful.
    Regards,
    George Zhao
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • Hyperlinks from Word 13 to Acrobat

    I created a document with MS Word 13 and want to generate a PDF of it using Acrobat 9. All works fine, except that the hyperlinks in the MS Word document will not transfer over to PDF. How do I get Word or Acrobat configured so that hyperlinks automatically transfer over to PDF?

    For the newest WORD, you will need the newest Acrobat to transfer the tabs and hyperlinks. With AA9, you will have to add them manually. The alternative is to upgrade Acrobat or downgrade WORD.

  • Hyperlink from SharePoint to specific ppt slide or excel worksheet

    I've tried using #slide number and #worksheet name but it doesn't work... is linking from SP to specific slide or worksheet  possible?  thx

    Just tried this //sharepoint/Working-g%20Status.xlsx#Falm
    I just put this into the IE 9 address bar and it took me to the "default" tab that was last saved and at the time open.  Falmouth is a tab and should be opening to that tab, and it is not.
    Tried this from Microsoft and it didn't open in the correct tab either:
    =HYPERLINK("[http://sharepoint/_layouts/xlviewer.aspx?id=/Excel%20Services%20Library/Working-%20Status.xlsx]Falm!A1", "Falm")

  • Drill down of manual cross tab reports with Multi variable subreports

    I tried to make a subreport by setting the hyperlink on the group sum of a manual crosstab (http://www.tek-tips.com/faqs.cfm?fid=1219) by setting Hyperlink to another report object.
    The documentation said I should copy and paste the name of the report object in the sub report over into the field in the primary report.  As I don' t really know what a report object is this failed.  Further I found some code in a sample report to deal with subreports that have multiple parameters.  The code was unbelievable; it couldn't be right.  So, how do I link my subreports to my reports by passing two parameters to the subreports that represent the row and column label of a given sum.
    Further what are the fields in the hyperlink another report object from for:
    Select from: //do they want a query here?
    Report title: //The don't let you type in this
    Object Name: //This seems elective
    Data Context:// No clue on this either
    Thanks for any help you can provide
    p.s. This forum doesn't seem to use traditional bit code

    Thanks for the reply.  I looked through those samples and other samples.  The two cross tab samples I could find were CtossTab and Inventory CrossTab.  Neither has a hyperlink to a sub report and I believe those were actual cross tabs, not manual crosstabs.  When I scoured the web for an answer, all I could find was what was linked.  This is going 20 pages deep on google.
    Crystal crosstabs are 98% better than the excel power pivot or pivot table.  However, with Excel, you can drill down to the details automatically.  With crosstabs you can't.  I was hoping to replicate this by making each summary in the manual cross tab a hyperlink to a sub report that filters the details based on the row and column just as excel does.  There is no sample for this.
    Oh yes, I'm using CR XI

  • Should be a no brainer: How do I include a web link in a flex input form?

    In addition to the form fields and the submit button I want to add a simple web link to the form (preferably without creating a button). I can't figure out how.
    I've tried to add a html UI control, but there is no option for adding links in the html editor, or anyway the links that look clickable in the editor are certainly not clickable in the runtime flash form.
    Henning

    Hi Henning,
    In the Form create a Field of Controll "Plain Text".
    Now go to the controll propertise of it and select Action tab.
    Select the System action.
    From the dropdown box select "Hyperlink" for system action.
    Click the formula tab of Hyperlink Address and enter the link eg.,"http://www.google.com".
    Regards
    Paresh

  • Bookmarks in pages

    I am trying to set up some bookmarks in a pages document, and I have made the boookmarks but they dont appear in the inspector toolbox list of bookmarks when i open it up, so i am then unable to link them to anything. Any assistance on how to get them to appear in there?

    I just quickly made three one-page sections. Gave each one a Heading-1 Chapter name. I opened the link inspector to the bookmark tab. In the Pages document, for each successive chapter name, I selected it, then clicked the ‘+’ button to add it into the bookmark list. I now have Chapter 1, Chapter 2, and Chapter 3 bookmarks listed there.
    Now, I switched link inspector tabs to hyperlink. Selecting the first chapter name, I enabled hyperlink, backspaced the apple link information away, and choose the hyperlink type of bookmark. I pointed it to the Chapter 2 name in the next section. In the second section, I repeated this process and pointed Chapter 2 to Chapter 3. In the third section, I repeated the same process, and aimed it at the first section, using the Chapter 1 bookmark.
    Saved it to PDF. In Preview, I can click on the chapter names and the bookmark linking works as expected, allowing me to hop between the respective sectional chapter headings.
    Here you will see the list of Chapter bookmarks, the hyperlink pointing Chapter 2 at Chapter 3, and the Chapter 2 from the Pages document.

  • Disable middle mouse button paste, but keep other functions

    Hello everybody,
    I am proud to own a Thinkpad USB-Keyboard with a TrackPoint, attachted to a UltraBase with a x201 on it. But this keyboard has a little problem. When I want to scroll with the middle button and the TrackPoint it first pastes the content of the Clipboard and for example in firefox another page is loaded if there was a link in the clipboard. This does not happen on the Keyboard of the laptop, but only on the USB-Keyboard. And because I don't use the paste-feature anyway I tried to remove it by remapping the mouse buttons in .Xmodmap like this:
    "pointer = 1 2 3 4 ~"
    to
    "pointer = 1 0 3 4 ~",
    but this only kept the scrolling function and disabled not only the pasting, but also the other functions like closing tabs.
    I would like to ask you how it is possible to disable the middle mouse-button-paste-feature but to keep all the other middle-mouse-button related functions, like closing tab, open hyperlinks in new tabs and of course scrolling with the TrackPoint.
    It would also be great if someone knows a solution for the misbehavior of the Thinkpad USB-Keyboard.
    Thank you very much

    shubb wrote:
    You are referring to the Trackpad, not mouse. 
    No I'm not.

  • Converting mutiple excel workbooks

    I use Acrobat 8 standard edition.
    We successfully convert an existing single excel workbook
    with 18 TABS into a single PDF document. One of these TABS has
    hyperlinks to other TABS in the same workbook. When we convert to
    PDF the links work as expected and we can jump around the PDF using
    them.
    We now want to convert a series of multi-tab workbooks into a
    single PDF document. OK we could combine several PDF's onto one I
    know, but the snag is that the first excel workbook is to contain
    hyperlinks to TABS in one or more of the other workbooks, so that
    when we convert to PDF these links should jump to various parts of
    the final PDF.
    Any ideas.

    Check that you are not using VBA to protect the workbook on Open. This takes much longer in Excel 2013. 
    It would be code similar to this:
    Sub protectSheets()
    Dim i As Long
        For i = 1 To Sheets.Count
            Sheets(i).Protect Password:="password", userinterfaceonly:=True 
        Next i
    End Sub
    Check out this Link here:
     http://office.microsoft.com/en-ca/access-help/office-2013-known-issues-HA102919019.aspx
    Excel
    Protecting sheets takes longer
    Protecting sheets takes much longer than in previous Excel versions. It’s not noticeable when you’re manually protecting a sheet, but if you have code that protects or unprotects sheets repeatedly, it can become a performance issue.
    The delay is caused by increased security in Excel 2013 for password protected files, because it uses a stronger hashing algorithm (SHA-512). In Office 2010 the default hashing algorithm for password protected files is SHA1. This change makes Excel password
    protected workbooks more secure than they were in previous versions, but can cause a performance issue for some Office Developers.
    Workaround This is by design so there is no workaround.
    Andy Houghton

  • Safari and Traditional Chinese Fonts

    Quick question...Why isn't Safari 3.0.4 rendering Traditional Chinese text on some websites anymore? The older Tiger version rendered everything beautifully. Specifically having problems with pull down tabs with hyperlinked text within. Having no problems with Firefox on the same sites. Am I able to run an older version of Safari in Leopard?
    Thanks!

    I do not think it has anything to do with the fact that it is Traditional Chinese in particular. It is probably something generic with any encoding in that kind of position. The same problem appears in Safari for Windows, btw.
    Unfortunately I do not have any fix. Changing language of Mac OS to Traditional Chinese does not help, and neither does changing to Big 5 encoding manually. The best work around is probably to use Firefox.
    If you do not get any further help here, you could try asking at http://groups.google.com/group/chinesemac .

Maybe you are looking for

  • How do you combine two or more different toolbars?

    There is wasted space on multiple toolbars that could be utilized better by moving one tool bar's items up to the empty space above. IE Norton's tool bar has 3 / 4 items on it. The Firefox tool bar above has 3 items on it: Most Visited, Getting Start

  • BitShift problem

    See this... int i = 4*6-3/2<<2*5>>>1%2-4^3; According to me, arithmetic operations preceed over binary shift operators , taking this into account, the answer to i is 0 but when I run , I get an answer 3. This is how I evaluated. int i = ((4*6)-(3/2))

  • Recorded 2 consecutive shows, one went to my External Drive and the other to the DVR any clues?

    I recorded the Hatfield and McCoy programs the one which recorded @ 10pm went to the external drive and the one recorded right after at 12am went to the DVR.  This just started around May 9th.  We have done the Auto-Correct for our DVR and that has n

  • Delete button on Maintain Address service

    Hi everyone, We're on ECC 6.0 and EP 7.0, testing our initial Webdynpro implementation.  I am very surprised that when maintaining any address records in personal information, the Delete button actually deletes the entire record from SAP, rather than

  • 16GB down to 13GB plus update problems

    I have an iPad 1 16GB model and according to the "Usage" section in Settings > General says it is 13GB. I need to update Garageband but I have 1.2GB available, even though the app update is 850MB, and it still won't install.