Graph link target

Is there a way to define the target of the link in a 2D column Flash Chart?
In the general charts XML reference (link)
In Data -> Block -> Set
There's an attribute "url_target" which is suposed to have the default value "_blank"
In my resulting XML file, the value is just a null value (url_target="")
Any suggestion ?
Thanks
Max

Hi Dimitri
I solved my problem.
I wanted to open a new window on top of the one with the graph, something similar to <a href="mylink" target="_blank">...</a>but using the link specified in the query of the graph.
in case someone needs my solution, what I did was to create a javascript function in my page template:
<SCRIPT language="JavaScript">
<!--hide
var WindowObjectReference;
function newWindow(url)
WindowObjectReference = window.open(url, "_blank", "scrollbars=yes,resizable=yes,toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,copyhistory=yes");
//-->
</SCRIPT> and in my query I have
select 'javascript:newWindow(''myurl'')' link
       label label,
       value value
...the rest of the query...Max

Similar Messages

  • Link Target, Code Snips and Nag-Screens?

    I shelled out the cash to buy a copy of iLife '06 so I could get iWeb.
    I quickly found that it was missing the ability to specify targets in links, this is an incredibly basic feature that iWeb is strangely missing. Without it iWeb sites aren't frame-friendly and worse you can't have links load in new windows. For the purposes of a blog, the majority of links will be to external sites and the only work-around I've found is editing the html file (wait didn't I buy iWeb so i wouldn't have to do that?). While this works, as soon as i re-publish my site my edits need to be redone.
    Also, there is no way to edit the html or add snips that are useful for inserting widget-like items to your page, banner-ads, etc.
    Lastly, I'm slowly being driven insane by the nag-screen prompting me to buy a .mac account, not just during install or during the creation of a new site but every time I open iWeb.
    PLEASE, PLEASE, PLEASE someone tell me that I've just missed where to specify the link target (a feature iWeb or any web creation tool is useless without), that there is a way to add code, and that I don't have to be assaulted by a nag-screen every time I use my software.
    PowerBook G4   Mac OS X (10.4.5)   I named my Mac after Frank Sinatra

    No, you've not missed anything.
    iWeb does not allow you to specify target of link. Yes, it's a major omission of a basic function. We don't want everyone to navigate away from our sites, but that's what they'll do...
    iWeb does not allow you to paste in snippets of HTML. It must be done after publishing.
    iWeb does not allow you to bypass the buy .mac screen. No, I tell a lie. You can get round it by going to the .mac preference pane in System Prefs and entering a dummy name and password, and then allowing iWeb to try and authenticate it when it next opens. Once it's tried once (of course unsuccessfully), iWeb doesn't prompt you any more to buy .mac.
    Hope that helps.
    Michael
    Quicksilver G4 Dual 1GHz   Mac OS X (10.4.5)   http://www.rowan-cottage.co.uk

  • Looking for a 'view link target source' context menu item

    I'm looking for a 'view link target source' context menu item.
    I often open listings of servers' directories; they can include direct links to code files (*.py , *.pl, etc). When I click them directly, I'm asked to open them with an external editor which is not what I want to do; I want to view those files source inside of Firefox. I currently have to
    # right-click those links,
    # copy link location,
    # type "view-source:" in the Location bar,
    # paste the copied URL,
    # click Go.
    This gets time-consuming with the large amount of URLs I need to open.
    It's not a native feature for Firefox and a search at [http://addons.mozilla.org AMO] didn't come up with anything useful, for me at least.

    Hello,
    particularly, I performed the following steps:
    1. I created a SC in the local repository, which matches the SC of the track.
    2. I moved the exisiting DCs to the SC created in step 1.
    3. Now, I created new DCs in the SC in the track.
    4. I deleted all .project files from the local DCs.
    5. I copied all source files from the local DCs to the new track DCs.
    6. I checked-in these changes to the track.
    Kind regards
    Alexander

  • How do I remove the link target display?

    I do not want a status bar. I do not want that link target display on the bottom of the window either. How do I remove it please?

    See also:
    *[[/questions/1040120]] How can I hide "Read/Waiting/Transferring data..." status?

  • How to get Page link target with pl/sql

    I am using Oracle Portal Version: 9.0.4.0.99.
    I have a portal page that contains several different item types.
    I am able to display the majority of the portal items using pl/sql except for the page link item type.
    I can use pl/sql to get the display name and other attributes from the WWSBR_ALL_ITEMS table for the page link, but unable to determine the target of the page link.
    Is there an api to determine the target and where is the page link target stored.
    Thank you

    Christain
    I am using your suggestion.
    I have obtained a list of the portal pages the customer wants links to and have built the urls to the portal pages as a temporary work around.
    The customer does not have enough knowlegde to duplicate the work around.
    This is why I need to allow the customer to be able to use the page link item type to build links to other portal pages.
    Let me try to explain what I am doing.
    I have a portal page that the customer has manage content privileges.
    The customer can add file items, url items and page link items.
    I am using the content on this page to build a dynamic javascript menu.
    I run pl/sql querys on several tables to get enough information to build links to these items on the portal page.
    The problem is with the item type, page link.
    This page link is selected by the customer by going through the add item icon on the portal page.
    The target of the selected page link is another portal page.
    I can get some information on the page link by querying the WWSBR_ALL_ITEMS view, but can not determine the actual target of the page link.
    If I can get the target id or name then I can accomplish what I need.
    I hope this explains my situation.
    Thanks

  • Target for a .pdf  with the link target _blank does not open in a new window.

    I have a simple html document with links to .pdf documents all set to _blank but only one opens in a new window.  The others open as _self.  Changing the target doesn't seem to make a difference.
    Any idea as to why that is happening?

    The Template .dwt file is only used locally by DW itself, there's no reason to upload it to the server unless you intend to share it with someone. You have to upload each individual page that the Template updates, every time you update the template and propagate that change across the child pages.
    It would probably be better to use a server side include. That way, you could update one file then upload it and all of your pages would automatically carry that update...
    SSI for Apache: http://www.javascriptkit.com/howto/ssi.shtml
    PHP's version: http://www.tizag.com/phpT/include.php
    It's especially handy if your site gets to the point where you have more than about 20 pages.

  • Page Display / Link Target Question

    After taking some abuse for a decidedly old fashioned layout for a business website, I remodeled it using the "Holy Grail" 3 column layout using div tags.
    The left column is the nav bar.  The center column is intended to have a list of products(name and picture), and when a product is clicked, the rest of the information about it should appear in the right column with the more detailed information.
    I've caught much personal abuse for having tried to use IFrames for that.  How can I link my nav bar to display in the center column div tag without using an IFrame.  I've done some research and haven't found much useful java script because in this case, I'm not really even sure about the structure that I have to use.  I've tried image place holders and using anchor tags on each segment (image, name, full description).  Apart from not being able to use multiple targets and anchors on a single link, I can't think of a way to make the products appear on the same page and target them into a div tag (IFrames seem to be a bad idea according to everything I hear, although they did have some of the functionality I'm looking for).
    How can I target a link to a div tag to make it open in the same page?

    Not yet, the company uses yahoo.com as a webhost and there's really no way to put my pages online before they give me the go ahead on launching on our own server.  The whole reason I'm rebuilding it is that they're tired of not having any kind of control over how it's structured or its appearance.
    My end goal is that three column layout, where clicking in the left displays info in the middle, and clicking the middle brings up more on the right.  What I'm really trying to do is find a way to keep the display on the main page and find a way to automate and streamline the browsing.  That and loading smaller segments into the same page is usually faster for the customers than waiting for each page to load when they click on it.  Right now I'm looking into using a database with the inventory info / pictures (also starting from scratch), and finding a way to just query from that.
    Otherwise I have to go long hand and build individual pages for 1100+ various products and link them all one at a time.
    My biggest challenges are that I'm not sure how to use the database once it's built (setting a link to draw the product name and picture, and then if they click on that, the third column shows the other pictures and the full description), and I'm not really sure how I can target my links at the div tags.  I'm trying to automate this as much as possible because once it's launched, I'm one of two people that the company has to keep the whole thing running.  I can build pages off of the template for the sake of appearance, but the rest is a bit unclear.  Do I need JavaScript or something to make that work?  Or do I just have to build the links and plug the rest into the database?  I forgot to mention that I'm using CS5 by the way.
    Any advice at all is most appreciated.

  • Oracle EBS drill link targets for EAM Work Order and Asset

    Hi All - I am running Oracle EBS 12.1.3 and OBIEE 11g and I'm trying to link from OBIEE to EBS, but struggling to find the target functions / parameters to provide a direct URL link to EBS EAM Work Order and Asset. I have successfully linked to a Purchase Order View page, I would like to find the similar for EAM Asset and Work Order.
    I can see some parameters in WorkOrderDetailsPGCO but can't seem to work out how to get to the page from a URL.
    For reference MOS Note 555254.1 has some details, but not for EAM.
    Has anyone provided users in any reporting system with a link to EAM Work Order or Asset page and if so how were the links generated?
    Thanks,
    Gareth

    I am giving this a bump as I really need some help with this. Is I run the SQL with TOAD or SQLPlus it seems to consistently runs fine, The problem seems to only be from APEX. I think it has do to with the non-persistent state.

  • HTMLB - hbj:link - TARGET Parameter

    Ok Everyone..
    I have another issue..
    I am trying to be a good SAP Portal citizen and use the developement framework I have been given and not going out on my own. But I am have an issue, which hopefully someone has sovled already.
    I would like to use  hbj:link (with an OnClick) to create a link which will open up in a new browser window. I have tried to use the TARGET="_blank" command to open the result up in a new window. But it appears that you cannot use the TARGET parameter when you are using an onClick..
    How have you guys solved this in the past?
    Thanks

    Hi Craig,
    I haven't understood what you're actually wanna do, but here is some abstact that might clarify the issues.
    onClick
    Defines the event handling method that will be processed when the user clicks on the link. If 'onClick' is specified, the event handling routine is called.
    onClientClick
    Defines the JavaScript fragment that is executed when the user clicks on the link. If both events ('onClick' and 'onClientClick') are specified, the 'onClientClick' event handling method is activated first. By default the 'onClick' event handling method is activated afterwards. In the JavaScript fragment you can cancel the activation of the 'onClick' event handling method with the command
    htmlbevent.cancelSubmit=true;
    The 'onClientClick' event is useful to preprocess the form and only send the form to client if the preprocessing was successful (for example, date validation, valid number format etc.) to save client/server interaction.
    target
    Specifies the name of the frame where the document is to be opened.
    -> onClick defines the event handler for server side processing
    -> onClientClick calls an event handling method on client side (here you could place a window.open to open a separate window, e.g.)
    -> target concerns only what's defined in the href attribute

  • Link target _top

    I need to create a link with target _top. I only find how to target a new window or tab.
    Have content in an iframe with links that I don't want to open inside the frame or leave the page.

    Hi,
    Check this link, http://musetest00.businesscatalyst.com/untitled-8.html
    I have inserted the target="_top" and it is working fine for me.
    Let me know if you need any clarification.
    Regards,
    Abhishek Maurya

  • Link target display.?

    Hi
    I am linking between two pdt. documnets using the link tool.
    I can use a lot of graphical tools in the link creation task, but in the target display I can only choose "go to page"
    This opens up a new document and jumps to the correct page, but I have no indication on the location of the target link on hte page.
    Is there a way to highligth the target link by a flashing box or a jpeg symbol for 10 sec.or something else.?
    Please guide me in the rigth direction.
    Thanks
    Steffen

    Not yet, the company uses yahoo.com as a webhost and there's really no way to put my pages online before they give me the go ahead on launching on our own server.  The whole reason I'm rebuilding it is that they're tired of not having any kind of control over how it's structured or its appearance.
    My end goal is that three column layout, where clicking in the left displays info in the middle, and clicking the middle brings up more on the right.  What I'm really trying to do is find a way to keep the display on the main page and find a way to automate and streamline the browsing.  That and loading smaller segments into the same page is usually faster for the customers than waiting for each page to load when they click on it.  Right now I'm looking into using a database with the inventory info / pictures (also starting from scratch), and finding a way to just query from that.
    Otherwise I have to go long hand and build individual pages for 1100+ various products and link them all one at a time.
    My biggest challenges are that I'm not sure how to use the database once it's built (setting a link to draw the product name and picture, and then if they click on that, the third column shows the other pictures and the full description), and I'm not really sure how I can target my links at the div tags.  I'm trying to automate this as much as possible because once it's launched, I'm one of two people that the company has to keep the whole thing running.  I can build pages off of the template for the sake of appearance, but the rest is a bit unclear.  Do I need JavaScript or something to make that work?  Or do I just have to build the links and plug the rest into the database?  I forgot to mention that I'm using CS5 by the way.
    Any advice at all is most appreciated.

  • DW 8.02 and link target (Point to File) tool

    After upgrading to IE 7 and DW 8.02, I have experienced
    problems with the target tool for links, in the properties bar, not
    functioning. (Please note: I am referring to the bullseye that is
    dragged to items in the files panel in order to set the link
    destination, not the drop-down labeled target for use with frames.)
    When I drag the bullseye to point to a file while within a
    link or while having text highlighted, either the previous link in
    the code has its href changed or there is no change at all. This is
    happening when I'm in code view. Because this is a ColdFusion page,
    the Design view does not display some of the dynamic content of the
    page for it to be edited. (That's not the problem I'm experiencing,
    just the reason I can't use Design view to solve the problem.) It
    appears that in the tag tree above the results/properties panel,
    it's not recognizing that the cursor is within an <a> tag,
    which is probably why the bullseye-dragging isn't working.
    I'm using Windows XP SP2.
    Thoughts? Suggestions? I can code this manually while I work
    on the solution, but would be nice to be able to use the bullseye
    tool again. It's probably one of my favorite parts of the
    Dreamweaver interface.
    Of course the best solution would be to convince the higher
    powers that this means we should upgrade to CS3. :) But until
    then....

    You don't really need to insert any of them. Just click
    through....
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Prajnaparamita" <[email protected]> wrote
    in message
    news:e3t4vg$33g$[email protected]..
    > Now when I try to insert an object as a .swf file DW8.02
    asks me to define
    > the
    > tag Object with TITLE, ACCES KEY and TAB INDEX.
    > I just don't know which parameter i have to insert.
    > Can anybody help me??????
    >
    >

  • Link/Target label in PTG XML? (for service chain)

    Does any body know how to out value for Link or target label, to form a service chain? I have tried a lot, like service name, url, they are not work,
    Thanks a lot

    Hi Soniya,
    These are the steps:
    1. Log in into infoview
    2. Change the preferences (Click in the Preference button in the main tool bar), in the WebIntelligence section change the Select a default view format: to Interactive.
    3. Click OK
    4. Open the report where you want to add the hyperlink
    5. Right click in the column or cell to add the hyperlink
    6. Click Hypelink > New
    7. You will see the Create Hypelink window, click Browse the select which report do you want to link
    8. Fill in the parameter, prompts, etc.
    and that's it, hope it's clear now. If you have any question let me know.

  • SVG Graph link

    Is there an example how links are used in a sql for SVG Graph? The only documentation I found was in the help under section 7.3.1.
    I've tried the syntax below: It would error out.
    f?p=#APP_ID#:4:#APP_SESSION#::::P3_ID,P3_ID2:#COL03#,#COL02#

    select 'f?p='||:APP_ID||':4:'||:APP_SESSION||'::::P4_SHOW:'||awm_status link, awm_status, count (awm_status) value
    from awm_quality
    group by null, awm_status
    order by awm_status

  • Defining Link Target

    I have an image slideshow in Flash hooked up to the xml file below. Each image in the show is hyperlinked via the xml. But the links always open in a new window when clicked. How can I make them open in the same window as the show? (target="_top") I tried using LINKTARGET as an attribute but it appears to have no effect on the target...
    <?xml version="1.0"?>
    <RSS PAUSE="4000">
    <IMAGE TRANSITION="1" TITLE="Fox News Home" LINK = "http://www.fox.com">homeimg/homepic01.jpg</IMAGE>
    <IMAGE TRANSITION="2" TITLE="Google News Home" LINK = "http://www.google.com">homeimg/homepic02.jpg</IMAGE>
    <IMAGE TRANSITION="3" TITLE="CNN News Home" LINK = "http://www.cnn.com">homeimg/homepic03.jpg</IMAGE>
    </RSS>
    ----------------------------------------------------------

    Since we are Java developers isn't easy to answer your question, but I recommend you to:
    1) always use lowercase for tag, attribute names, etc..W3C recommends
    2) supply a version for RSS..it matters
    3) check if container document is an XHTML under recommendations since they "dislike" target = self/top/etc..
    4) hack the code if possible..never use third part code for such work.
    5) use a javascript for a better control and reduced deployment instead heavy flash movies.
    []'s.

Maybe you are looking for

  • Cannot open the pdf when using the xml publisher to generate rtf report

    Hello Everyone, I followed the below link to generate a pdf using xml publisher in OAF. http://apps2fusion.com/at/ps/260-integrating-xml-publisher-and-oa-framework When i try to save the pdf and open it, i get the below error: Adobe Reader could not

  • Itunes 7 and quicktime

    When I try to install itunes 7 it gets as far as starting quicktime and then gives me an error message about being unable to install it. I have tried restarting Windows, and when that didn't work I redownloaded itunes. That didn't work, so, I reenabl

  • Digital signature with webdynpro abap

    Hello, how I can signature a character string digitial with webdynpro ABAP? My first beginning is the call function "SSFS_CALL_CONTROL". But this is only for BSP. It is is sensible, that I create a small BSP - Application and I integrate this BSP - A

  • Mapping of cost center to G/L accounts

    Hello , I have one discount G/L which is added in the Sales pricing condition . When sales invoice is generated , the system throws an error as discount g/L requires CO object. In OKB9, we can do the setting . But the scenario here is they  have only

  • How to select multiple pics to rotate?

    Hi - I am unable to select and rotate more than one photo at a time. I select multiple photos using the shift key, or the command key. All the photos are outlined, with the final one having a more pronounced outline. But when I click rotate, or selec