Link to a New Browser window

Anybody knows of an easy way to open a report through the link on another report into a new browser window by default? Thanks.

hi you can do this in a couple of ways
create a format trigger on the column that you want to use as the link :-
function F_organizationFormatTrigger return boolean is
begin
srw.set_hyperlink('http://' || :BASEURL || '/anotherjsp.jsp?REPORT_ID=1&destype=cache&desformat=' || :desformat || '&WHERECLS=' || :DRILLCLS || '&DRILLVALUE=' || chr(39) || :column1 || ' ' || chr(39) );
srw.set_hyperlink_attrs('target=_blank');
return (TRUE);
end;
or you can put it in the Web Settings piece of the Property Inspector for the column that you want to link from . there is a paramter for hyperlink and hyperlink destination.
hope this helps

Similar Messages

  • Link opening in new browser window

    For the links in my flash navigation at the bottom right
    corner, I'd like them to open up in the same browser window. When I
    open the page for the first time, any link I click on will open in
    a new browser window. But after this, all links open in the current
    window. Any idea why this might be happening?
    http://vantageinter.com/
    If this helps - the script I include for each link follows
    this format:
    on (release) {
    getURL("
    http://www.vantageinter.com/profile.html",
    self)
    }

    BullocksTroy wrote:
    > For the links in my flash navigation at the bottom right
    corner, I'd like them
    > to open up in the same browser window. When I open the
    page for the first time,
    > any link I click on will open in a new browser window.
    But after this, all
    > links open in the current window. Any idea why this
    might be happening?
    >
    >
    http://vantageinter.com/
    >
    > If this helps - the script I include for each link
    follows the this format:
    >
    > on (release) {
    > getURL("
    http://www.vantageinter.com/profile.html",
    self)
    > }
    >
    it is _self not self
    and if you don't include it at all, by default the parameter
    is set to _self
    Best Regards
    Urami
    "Never play Leap-Frog with a Unicorn."
    <urami>
    If you want to mail me - DO NOT LAUGH AT MY ADDRESS
    </urami>

  • Have PDF links open in new browser window.

    Hello. I'm new to creating PDFs with active links. I created a PDF that is linked within a page. When that link is clicked it opens up the PDF in a new window. I want the links in that PDF to open up in a new browser window. Is that possible? I don't see the option in Adobe Acrobat XI Pro.
    I have another question. The links don't work at all in mobile devices. Is there something I have to do to have the links work in an iPad, iPhone, etc?

    Is the link an HTML link, or within a PDF? Is it a URL link or a file link?

  • Do NOT want to open link in a new browser window - iWeb '09

    I do not want links that navigate around my website to open a new browser window every time. Right now, for example, From my main page, I click a link to a secondary page, it opens it in a new window, I then click the link back to my main page, and it opens in a new window. I now have 3 windows open.
    I am not using the navigation bar as it set ups with iWeb (I have it hidden). I am using hyperlinks I attached to text boxes. Would this problem be remedied if I was using the navigation bar? If so, is there anyway to edit the appearance of the navigation bar and it's location on the page?
    Primarily though, I would like my text hyperlinks to just navigate my page and not open in new windows.
    Thanks!

    And that's the way it should be.
    If you look at this page about navigation you'll see that the main navigation uses eternal links and the sub navigation internal ones....
    http://www.iwebformusicians.com/WebMusic/Navigation.html
    Try the troubleshooting steps under "Fix iWeb" here.....
    http://www.iwebformusicians.com/WebMusic/iWebTips.html

  • Linking to one new browser window?

    Can anyone tell me how to open multiple pdfs from one page in
    the same new browser window instead of opening multiple windows in
    Dreamweaver 8 (MAC)?

    You would not be able to do this by linking directly to the
    PDF. This is
    what I said in an earlier post.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "thephitt" <[email protected]> wrote in
    message
    news:fn31c9$7l4$[email protected]..
    >I am able to get the pdfs displaying in the same window
    and coming to the
    >front
    > by using the OpenBrowser Window behavior EXCEPT the
    first link (any link)
    > I
    > choose gives me a page in IE (PC) stating "The Web page
    can not be
    > displayed".
    > If I choose the same link again it will display on that
    page and all
    > others
    > that have the same behavior. Here is an example of the
    code to open the
    > link.
    >
    > <a href="pdfs/winter_2007.pdf" target="feapdf"
    class="style1"><u
    >
    onclick="MM_openBrWindow('pdf:blank','feapdf','')">Current
    Newsletter
    > </a>
    >
    > URL to display = pdf:blank
    > window name = feapdf
    > target set to feapdf
    >
    > Again, works fine on the MAC but this issue occurs on
    the PC using IE
    >

  • Opening external link in a new browser window

    Some of the external links in my web page need to open in
    their own window, leaving my site still open in the background. Can
    anyone tell me how to do this? I don't see an option anywhere when
    I am creating these links.
    The links are to, for example, "The City of ......", and
    could be quite long to traverse. I don't want my visitors to have
    to click their browser's back button who knows how many times to
    get back to my site.
    I would appreciate any suggestions, thanks

    It's not valid in a Strict doctype, either HTML or XHTML.
    A better way to do this would be to see this tutorial -
    http://www.tjkdesign.com/articles/popup_window_with_no_extra_markup.asp
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Dooza" <[email protected]> wrote in message
    news:gbaiof$17a$[email protected]..
    > Dooza wrote:
    >> malcster2 wrote:
    >>> dooza wrote
    >>>
    >>> malcster2 wrote:
    >>> > highlight your link in design view.
    >>> > > in the properties panel, change the
    target to _blank
    >>>
    >>> FYI this isn't valid XHTML, but is valid HTML,
    depends on what your
    >>> aiming at.
    >>>
    >>> ....
    >>>
    >>> validated ok mate. what exactly isn't valid
    xhtml?
    >>> this would be the code in question:
    >>> <p><a href="
    http://www.thesun.co.uk"
    target="_blank"
    >>>
    class="style1">www.thesun.co.uk</a></p>
    >>
    >>
    http://www.w3.org/MarkUp/2004/xhtml-faq#target
    >>
    >> Dooza
    >
    > But then I find this:
    http://learningtheworld.eu/2007/xhtml-with-target/
    >
    > Dooza

  • Force app iframe links to open new browser window?

    We're building a simple app that uses iframes to pull in external images and text to display in specific regions of the app's pages. The text displayed is an HTML list of links -- each link the name of a legislator -- that lead to that person's official biography. The client wants the following behavior: When the app user clicks a name/hyperlink, the iPad browser should take over and display the bio. When done reading the bio, the user can click the browser's close-window symbol at top right, then they will be back where they started in the app.
    For some reason, these links insist on opening within the iframe, regardless of whether or not we use the target="_blank" method. I tried Googling for this as a known behavior, but found nothing. Tips?

    If it will help, here's a sample of the HTML were bringing into the iframe from an external source. We did not write this code but can relay messages to their Web developer ...
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head><title>Indiana Legislators</title>
    <link href="../../../css/bootstrap.css" rel="stylesheet" type="text/css" /><link href="../../../css/normal.css" rel="stylesheet" type="text/css" />
              <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js" type="text/javascript"></script>
    <meta name="viewport" content="width=360, minimum-scale=1.0, maximum-scale=1.0"/>
    </head>
    <body>
              <div class="col-100-per">
                        <span class="content-ac">
                                  <table>
                                            <tr>
                                                      <th style="padding-right: 20px; white-space: nowrap;">District</th>
                                                                <th>Legislator</th>
                                            </tr>
                                            <tr>
                                                      <td> </td>
                                                      <td>
                                                                <a id="ContentPlaceHolder1_rptLegislators_LegislatorLink_0" class="dem" href="/AppContent/2013/legislator-bio/110/House/0/district/District" target="_blank">Frank Mrvan, Jr.</a>
                                                      </td>
                                                      </tr>
    .... etc ....

  • Discoverer Viewer Open Link in New Browser Window

    We have created cubes with links to details (using Manage Links).
    When selecting the link from Discoverer Plus OLAP, a new browser window opens.
    When selecting the link from Discoverer Viewer, it opens within the same browser window.
    How can we force Discoverer Viewer to open a link in a new browser window?
    We tried adding the TARGET="_blank" to the link but that only gets added to the last parameter (or passed as a parameter).
    Unlike Discoverer Plus parameter, there is no _popup option.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    This article by Ted Padova will give you the JavaScript code that will accomplish this: http://acrobatusers.com/blogs/tedpadova/opening-pdfs-new-browser-windows

  • Default size of new browser window launched from community links portlet

    Does anyone know of a way to control the size of the new browser window that is launched when the user clicks a link in a Community Links portlet (or any other links that launch a new browser window)?
    We default all users to open links in a new browser window and I can't seem to find any rhyme or reason to how it sizes the resulting window. Some community links come out really skinny and un-user friendly, while others are nicely sized to near full screen.
    Is there some way to control this?
    Thank you.
    Darla

    Darla,
    Which version of the portal are you guys running? We are currently using 6.5 and all the links/Documents/ExternalLinks/Pages open up in a new browser window with the same sizes.
    Its basically controlled by javascript.
    G

  • Can I open a new browser window from a movie clickbox

    Hi,
    This is a last question from me, I hope. (I'm within a month
    of delivery, and my boss keeps saying 'a user's asked for this or
    that', but I'm meeting many of their requests with technical
    obstacles. Oh dear.)
    Here's the question: From a caption clickbox within a movie,
    can I link to a new browser window? (I have a Help button at the
    top of my movie and a user tester rightly pointed out that it
    breaks them out of their movie and they can't get back. So my only
    solution is to open it in a new browser window, but as I'm within
    the movie, I need to link to the new window from a caption or
    button, not an html page.)
    If a Javascript command would work, could I get the exact
    code to put in the box? I haven't been able to get any
    Javascripting to work through Captivate.
    If nothing works out, I'll have to scrub the Help button from
    every page, but I'd rather be sure before I do it.
    Thanks in advance,
    Kim

    Hi and thanks for both of the replies.
    Phew! I love it when there's a way out of my problem! Is it
    my imagination or are the options: Current, New, Parent and Top not
    described in the Captivate help? What is the Parent? I would have
    thought a window would have spawned a child. And I guess Top is a
    new window that's always on top? Is it described in the help
    anywhere beside the page I found that doesn't describe it? (I guess
    so far, I've been blindly and successfully using Current.)
    I assume I can't remove the toolbars on my new windw without
    going through an extra link? If that's the case, I can live with
    that. I wouldn't want to make the user click two links just for a
    help page.
    Thanks again,
    Kim
    PS. No wonder my Javascript never works if I can't even
    notice the options!

  • Open portlet in new browser window

    Anyone know of a way to open a portlet, or a page containing a portlet, from a link into a new browser window? This is different than showDetailsPage, which opens in the same browser window.
    Thanks.

    I tried to do this through Item Attributes for the portlet (clicking the little pencil), where there is a radio button for "Display Options."
    One choice is: "Link That Displays Item in New Browser Window."
    (I do have something in for the "Display Name" which seems to be required to get a link.)
    However, this doesn't seem to work. No link shows.
    (It works fine for
    I have tested this with a Discoverer portlet, and also with a more generic portlet (the "Developer News" portlet in the 9iAS Community portlet provider).
    Is this broken / a bug?

  • Open New Browser window with "Server Behavior"

    I know how to open a link in a new browser window by going to
    the Behaviors panel. The site I'm working on is using PHP, so
    instead of a Behaviors panel all it shows is a "Server Behaviors"
    panel. Under the "Server Behaviors" there is't an option to open a
    link in a new browser window. Should I be looking someplace
    different or is there another way to add this function to a link?
    Thanks in advance for any help!

    horsethiefbasin wrote:
    > I know how to open a link in a new browser window by
    going to the Behaviors
    > panel. The site I'm working on is using PHP, so instead
    of a Behaviors panel
    > all it shows is a "Server Behaviors" panel. Under the
    "Server Behaviors" there
    > is't an option to open a link in a new browser window.
    Should I be looking
    > someplace different or is there another way to add this
    function to a link?
    >
    > Thanks in advance for any help!
    >
    Makes no difference whether youre working on a php site or an
    ordinary
    htm site you still open a new browser window in exactly the
    same way.
    windows>behaviours>open browser window

  • Open new browser window without buttons, menus or URl-field

    Hi All
    How do you make an APEX-link open a new browser window with no toolbar?
    Brgds
    Helge

    You can create a javascript to window.open having toobar, menubar or statusbar=0. The page content can be customized per need. Call this javascript from a link or button click using javascript:popup_window();
    For example,
    <script language="JavaScript" type="text/javascript">
    function popup_window()
    w = window.open("", "Window", "width=320,height=400,status=0,toolbar=0,menubar=0");
    w.document.write('<html><head><title>Help Window</title>');
    w.document.write('</head><body>');
    w.document.write('<div><font face="Arial" size="2">This is help page.');
    w.document.write('</font></div><p>');
    w.document.write('<div><font face="Arial" size="1"><a href="javascript:window.close();">Close This Window</a></font></div><p>');
    w.document.write('</body></html>');
    </script>Ittichai

  • Portlet Item Attr: "Link That Displays Item in New Browser Window"

    I have been searching the forums for a similar experience, but haven't found anything quite like this:
    I have a couple of portlets. One is a Discoverer Portlet, the other is something more basic: The "Developer News" portlet from the 9iAS Community portlet provider.
    After defining the portlets and looking at them, I edit the page and click the Edit button (little pencil) to edit the attributes.
    There are radio buttons for Display Options.
    One option is: "Link that Displays Item in New Browser Window."
    When I select this, OK, and then go back to the page, **the portlet doesn't show at all any more! There is no link, no nothing. Note that I have defined a Display Name, which should be the text for the link.
    It would seem that this feature flat out doesn't work.
    This technique for a popup works fine for an "Item" defined in an item region.
    Anyone?

    Yes -- I did do that after reading an article on metalink about such issues.
    This actually changes the problem.
    When I add the "Display name and image link" attribute to the region, I now do get a link.
    However, clicking it brings up an undefined Discoverer portlet.
    It works great for non-Disco portlets. For instance, I was able to pop up the "Developer News" portlet from the Oracle 9iAS Community portlet provider.
    I think the problem is that the link that Disco produces does not provide enough information to bring up the particular portlet. For instance, the URL does not have the workbook name, the worksheet name, the parameter values, etc.
    If anyone uses Disco w/ the portal, I would be curious to hear if anyone can reproduce this apparent bug / limitation.

  • Forcing link in one web based PDF to open link to another PDF in new browser window

    We have created a form using LiveCycle Designer ES2.  The form is found on our website and is used by faculty to submit proposal information to our office.  Depending upon the answers to questions in the form if they say yes we had a link to another form that we would like them to complete and submit with the original PDF that they are working on.  The problem that we are having is that when they click on the form it opens the new PDF and all the data that they had entered in the original PDF is gone once the new form opens up.  Is there a way to force the new PDF via the use of some scripting that can go along with the link, or via the use of a button that can force the new form to open in a new browser window?  It is impractical for us to expect 1500 faculty members to change their browser settings to open new PDF's in a new window.  We have removed the links for now and have just put in text that says if they select yes they need to go out and complete the additional form.
    The form we are using can be found here: http://spo.usu.edu/files/uploads/SP-01.pdf
    The first three questions on page two where we reference the other forms is where we would like to be able to add the links to the new forms and have them open in a new browser window.  When the form is downloaded and opened in Adobe Acrobat/Reader the links functioned correctly, it just did not function properly when it opens in a browser.
    Thank you in advance for any assistance you can offer in regards to this issue.

    I used a button, removed the border/fill properties and underlined the caption to look like a URL.
    The click event is...
    // form1.page1.subform1.urlBtn::click - (JavaScript, client)
    app.launchURL("http://spo.usu.edu/files/uploads/SP-01.pdf",true);
    The PDF will open in a new window or tab, depending upon the browser configuration.
    Steve

Maybe you are looking for