Goto a url when an object is clicked

Hi,
Is it possible to send the user to a url when they select an object?
Thanks!
Sanj

Hi Sanj,
Yes, this is possible.
Just create a new button. In the "Actions" tab, select "Open a web link" from the pull down menu, and click on "Add...".
Then just and your url.

Similar Messages

  • Problem in launching a url when UWL Item is clicked

    Hi,
    I am developing a custom UWL connector which will fetch items from 3rd party system. Whenever I clicked on any of the item in the task list, It should open a url (value fetched from 3rd system which is dynamic).
    I tried putting the action tag in uwl_xxxconfiguration.xml with
    Action name="showDetails" handler="UrlLauncher" launchInNewWindow="yes">
          <Properties>               
                <Property name="url" value="${item.executionUrl}"/>
          </Properties>
    <Descriptions default="Show Details"/>
    </Action>
    before that I am setting the executionUrl value in uwlItem.setExecutionUrl("www.google.com") in getItems methods.
    After configuring the connector to the portal, when I click on the items, it is launching the details view of the item rather than google. Please help me on this issue.
    Thanks,
    Gobi

    Found the workaround in .xml only by removing the action of DefaultAction and incorporated my action for different tasks. Here is the code snippet for xml
    <ItemType name="uwl.task.mytask" connector="TestUWLConnector" defaultView="DefaultView" defaultAction="launchApp" executionMode="default">
          <Actions>
            <Action name="launchApp" groupAction="" handler="UrlLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="yes">
              <Properties>
                <Property name="url" value="${item.executionUrl}"/>
              </Properties>
              <Descriptions default="Go To Application"/>
            </Action>
          </Actions>
        </ItemType>
        <ItemType name="uwl" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="viewDetail" executionMode="default">
          <Actions>
            <Action reference="viewDetail"/>
            <Action reference="viewMemos"/>
            <Action reference="viewPreviewDetail"/>
            <Action reference="viewSimilar"/>
            <Action reference="uwlReturnToTable"/>
            <Action reference="markAsRead"/>
            <Action reference="markAsLaunched"/>
            <Action reference="connectionstatus"/>
          </Actions>
        </ItemType>
    Edited by: Gobinath Kasimayan on Sep 5, 2008 9:30 AM

  • HELP! When I drag the graphics pen, it selects objects without clicking

    Having a number of problems: the graphics pen selects objects without clicking them and "slides", the machine is beachballing for long periods and applications keep quitting unexpectedly. Please help!!!!

    Welcome to the forums Monad!
    A handicap we all share here is that we are not clairvoyant!
    You give us too little to go on:
    Which G5 do you have?
    What operating system?
    What graphics pen?
    What applications are quitting?
    When did the 'beachballing start'?

  • How can I get a small window to open when a link is clicked (AS2)

    Hi i,m developing a HTML site and used one animated flash button(AS2) I want a small sized window to open when a user clicks on a button.
    The window will contain information that i want to display.It dosnt require a normal 800x600 window to open. I just want a 1/4 size of 800x600 etc. Is this possible and if so how.
    I havnt done this before
    Thanks
    Manoj

    HELLO NED,
    I WAS RECEIVING MANY MAILS FROM YOU, BUT I DON'T UNDERSTAND WHY DOESN'T RELATED WITH MY PETITION, I SEND
    TO YOU AGAIN MY QUESTION, AND IF YOU CAN HELP ME I APPRECIATED VERY MUCH LET ME KNOW.
    THIS IS MY QUESTION....."ABOUT DATAGRID AS3
    Hello Ned, I appreciate very much your soon answer, I believe you have understand me, but how can I do that? could you give some help? This is part of the code and this is the function that I use
    var url: String = "xmls/rests.xml";
    var req:URLRequest = new URLRequest(url);
    var myLoader:URLLoader = new URLLoader();
    myLoader.addEventListener(Event.COMPLETE, completeHandler);
    myLoader.load(req);
    function completHandler(event:Event):void {
           var myLoader:URLLoader = event.currentTarget as URLLoader;
           var xmlDP:XML = new XML (myLoader.data);
           XML.ignoreWhitespace = true;
           dp = new DataProvider(xmlDP);
           dp = sortOn("name", Array.CASEINSENSITIVE);
           dDg.dataProvider = dp;
           aDg.addEventListener(Event.CHANGE, changeHandler);
           function changeHandler(event:Event): void {
                var thisItem:Object = eve.target.selectedItem;
                descripTa.text = thisItem.description;
                aUI.source = (thisItem.image);
                preloader_mc.visible = true;
    My intention is that when a button from a main (swf) loads the swf it displayed the first selected item with a image (UILoader) and the description (TextArea)
    Thanks in advance Ned
    Joselyn             .................."
    THANKS AGAIN NED
    REGARDS
    JOSELYN
    Date: Thu, 13 Oct 2011 07:49:02 -0600
    From: [email protected]
    To: [email protected]
    Subject: How can I get a small window to open when a link is clicked (AS2)
    Re: How can I get a small window to open when a link is clicked (AS2) created by Ned Murphy in Flash Pro - General - View the full discussion
    Look at the Methods section and choose whichever suits your needs, the first one listed does not.
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/3969302#3969302
    To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/3969302#3969302. In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Flash Pro - General by email or at Adobe Forums
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • How to Create a Dynamic http address that opens the Explorer Window for a List Item When a Button Is Clicked--Currently Trying to Make this Work with Javascript

    I have created a button (via Content Editor) that uses JavaScript to open the Attachments folder of a list item in the Explorer Window in SharePoint 2010. The purpose is to have drag and drop functionality for each list item, having multiple attachments.
    The button works but opens the "Attachments" folder containing all of the other folders for each list item (one folder per item). It seems that when you add an attachment to a list item, SharePoint numbers the folder based on the item's ID. What
    I'm trying to do is take the JavaScript I have and have it run when a button is clicked in a custom form. When it runs, I'm trying to get it to open the "specific" folder for the list item. I have had success creating a hyperlink in the list that
    does this; however, the link WILL NOT work until I use the Content Editor created button that runs JavaScript, that prompts me to click OK to my profile certificate, and then opens the Attachment folder. After that occurs, I can use my hyperlinks without issue
    because I'm no longer prompted to click OK for my cert.
    So I'm trying to take the JavaScript I have and place it in a list item form (custom form) and have it run when a form button is clicked. The problem is I have very little knowledge of JavaScript (did I mention little?) and
    "don't know how to take the "http:" address I have in the script and append to it the list item ID, according to the record I have open."
    So that for any record I open, the script will grab the corresponding record ID (or list item ID) and append it.
    Here's the script I'm working with (which I didn't create but am grateful for):
    <style>
    .httpFolder {behavior:url(#default#httpFolder);}
    </style>
    <script text = "javascript">
       function fnOpenFolderView(){
       oDAV.navigateFrame("https://server/collection/site/subsite/Lists/Sublist/Attachments","_self");
    </script>
    <div id = "oDAV" class = "httpFolder"/>
    <input type = "button" value = "Open Attachment Folder" onclick = "fnOpenFolderView()"/>
    The above script, in the Content Editor, creates a button that opens the Attachments folder for the corresponding SharePoint list.
    JackSki123

    Hello Thriggle,
    Thank you for pointing that out. I appended your "GetUrlKeyValue" to the end and it worked. That said, I noticed it doesn't run as smoothly as when I simply click on the Content Editor button I created that resides on the SharePoint List
    ASPX page (not the form). The Content Editor button has the same code, minus the "GetUrlKeyValue". I click it; I get prompted to choose my cert; it opens right up.
    Now go to the ASPX Display form where I dump the code in a table cell. Button appears in cell; I click it; wait; wait; I get prompted for cert; it opens. Do I need some sort of "throttle" for the JavaScript? For instance, I thought before running
    JavaScript, you reference the library first. This code doesn't do that. I'm wondering if there's something more I need to make this run smoothly. Thank you both for getting me this far. 
    JackSki123

  • Removing a single object when multiple objects share the same name?

    The below code uses a for loop to make spheres as in this thread:
    http://forum.java.sun.com/thread.jspa?forumID=21&threadID=320945
    However, the name is always sphere. I have another part of the code that,
    using collision detection, removes a sphere using the tg.removeChild(); command when another sphere (created elsewhere) is
    within a set proximity. But how do I specify which sphere it should remove when they are all called 'sphere'? Can I use a
    object ID to get around this and if so, how?
        public void makeSpheres()
           Color3f lightColour = new Color3f(0.0f, 0.0f, 1.0f);    //Blue light
           Vector3f lightDirection = new Vector3f(4.0f, -7.0f, -12.0f);
           for (int i=0; i==5; i++)
               Sphere sphere = new Sphere(0.25f);
               BoundingSphere bounds = new BoundingSphere(new Point3d( getXCoords(), getYCoords(), getZCoords()), 100.0);
               DirectionalLight light = new DirectionalLight(lightColour, lightDirection);     //Each sphere has a blue light
               light.setInfluencingBounds(bounds);
               TransformGroup tg=new TransformGroup();  //Create new TG
               Transform3D transform=new Transform3D();
               Vector3f vector = new Vector3f(setXCoords(),setYCoords(),setZCoords());  //Set Position
               transform.setTranslation(vector);
               tg.setTransform(transform);            //Add sphere to scenegraph
               tg.addChild(sphere);
               Play2.objRoot.addChild(tg);
           }

    Basically, you get a reference to the object you click on through one of the Pick tools from the Pickfast api. Then you iterate over the scenegraph until you find the object your picktool returned. Then you remove it. Check out the examples at
    https://java3d.dev.java.net/binary-builds.html
    If there are a known finite number of spheres you can keep references to them in a list or a Switch.
    regards

  • When I try to click on print in Mapquest and PDF documents I cannot get the popup to print the page

    When I try to click on print in Mapquest and PDF documents I cannot get the popup to print the page when I click on "print."
    I have to type the URL in Google Chrome browser and the print button works fine.
    How can I get the print popup to work in Firefox 6.0?

    My sister's 5s is having the same issue since yesterday.
    Neither resetting via holding home+power buttons helped, nor the "reset all settings" in the settings. The only option left is erasing the iPhone and setting it up as a new phone ( or restoring from a backup?)

  • How to get a form to appear on the same page when a button is clicked?

    Hi,
    I have a report on a page with a create button. When a user clicks the create button, a form should appear on another region in the same page....how do i go about doing this?
    I know how to do this if the form is on a different page, but i'd like the form to appear on the same page as the report and only when the button is clicked.
    Thanks.

    Hi,
    I did the following, but it didnt work....
    1) Created a hidden item on the page, and in the Default Value field, I set the value to N.
    2) Created a button in the report with the following values under "Optional URL Redirect":
    Target is a: Page in this application
    Page: 4
    Set these items: P1_SHOW_FORM
    With these values: Y
    3) Created a form of HTML text type with the following values under "Conditional Display":
    Condition Type: Request=Expression 1
    Expression 1: P1_SHOW_FORM='Y'
    What have I done wrong or have i missed something?
    Thanks.

  • How do I see the URL when I mouse over a link?

    how do I see the URL when I mouse over a link?

    Should show at the bottom of your window if you go to View and click on Show Status Bar.

  • Please hide original when moving object

    When you select an object and move it, the object stays there and you drag, instead, a blue wireframe, or in the case of Text, a blue, ghosted copy of the text.
    Am I the only one who thinks this is just clutter?
    It's bad enough the original object doesn't come along for the ride when you are in the act of moving it.
    I constantly have difficulty seeing what I'm doing by having 2 copies of the same thing, in aroundabout the same space. Especially when I'm tweaking a position.
    Is there some conspiracy to make using Illustrator a headache?
    I can't even be sympathetic because I have no clue why it works this way.
    Would anyone care for a preference to have the original object temporarily vanish while moving it, keeping just the blue outline?
    Hell, it's gotta go anyway; when you release the mouse it poofs from it's original spot and pops in the new one.

    Is pressed
    By the way same thng hapenning to bridge when previewing videos. after click start the preview image is gone, stop the playback the image come back and that happen over and over, why? A video code with a problem or something in thos softwares? I have the latest version updated for both programs.
    I was reading that after effects renders on the cpu, but I have a Core i7 3770k ivy bridge and 12Gb ram. So I don't understand!

  • Delayed response of when moving objects in diagram and panel, happend in LV 6, only for vi's compiled from previous versions. any suggestions?

    When I using the mouse to select portion of the diagram or the panel, or when I moving objects- I found that in all the vi's that I compiled from former versions of labview- there is a delay of close to a second to the actual selection or movement of the item. This happens in 2 machines out of 5 that I tested it, and it happened both in windows 2000 and in windows 98. any suggestions?

    Sometimes a video driver issue. Update your video driver.
    Or turn down the video driver hardware acceleration. Right-click an
    empty area of the desktop, choose the Settings tab, choose the Advanced
    button.
    The location of this differs in different versions of Windows.
    Win2000: go to Troubleshooting, and turn down the slider for hardware
    acceleration.
    Win98: I think it's on another tab.
    Mark
    ilan wrote:
    >
    > Delayed response of when moving objects in diagram and panel, happend
    > in LV 6, only for vi's compiled from previous versions. any
    > suggestions?
    >
    > When I using the mouse to select portion of the diagram or the panel,
    > or when I moving objects- I found that in all the vi's that I compiled
    > from former versions of labview- there is a delay
    of close to a second
    > to the actual selection or movement of the item. This happens in 2
    > machines out of 5 that I tested it, and it happened both in windows
    > 2000 and in windows 98. any suggestions?

  • Error in URL when accessing the 'On Now' section of Sky Go and iPlayer doesn't load live TV.

    Mac OSX 10.10 Yosemite.
    Firefox 36.0
    As title says I think it might be related to Silverlight or something? I came to Firefox recently from Chrome due to them not supporting Silverlight anymore. Love Firefox but this kinda breaks the whole browser for me. Both of these issues work in Safari but I'd rather not use it.
    Details
    Sky Go - URL when I click 'On Now': http://go.sky.com/resources/mpod/static/GOPC/COMMON/STATICPAGES/ERRORPAGES/error500.html
    The Catch Up section works fine.
    iPlayer just shows a black screen, nothing more.
    Any help would be appreciated :)

    If you are completely confident that you didn't hide it, then you purchased those with different apple id. If you completely confident that you purchases with same apple id then you have hidden it. One of the other or you are speaking about a miracle. While miracles are possible they are not very likely. Remember
    Occam's razor?

  • How do I remove the hover when I run the click of a second button?

    Good Morning,
    I found half the solution to my problem, that is, the part about the hover state to click on the button:
    1) I converted my Button in ToggleButton
    2) I have added this Style based Triggers:
    <Style TargetType="ToggleButton" x:Key="checkedToggle">
    <Style.Triggers>
    <Trigger Property="IsChecked" Value="True">
    <Setter Property="Background" Value="#5fc3f3"/>
    </Trigger>
    </Style.Triggers>
    </Style>
    To click the button keeps the "hover", the second click will remove.
    Now the other problem: how do I remove the hover when I run the click of a second button?
    Thank You.

    >>Now the other problem: how do I remove the hover when I run the click of a second button?
    You simply set the IsChecked property of the first button to false when the second button is clicked:
    <ToggleButton x:Name="firstButton" IsChecked="True" Style="{StaticResource checkedToggle}">...</ToggleButton>
    <ToggleButton Checked="ToggleButton_Checked" Unchecked="ToggleButton_Unchecked">...</ToggleButton>
    private void ToggleButton_Checked(object sender, RoutedEventArgs e)
    firstButton.IsChecked = false;
    private void ToggleButton_Unchecked(object sender, RoutedEventArgs e)
    firstButton.IsChecked = false;
    Please remember to mark close your threads by marking helpful posts as answer and please start a new thread if you have a new question. Please don't ask several questions in the same thread.

  • Http Request - error in URL when params contain spaces

    Hi friends , I invoke a servlet from a HTTP client using the GET method. I pass two Strings which contain spaces and non-english alphabets.
    I get malformed URL when I invoke the servlet with these parameters in the URL.
    Can someone please help and tell me how to pass spaces and special characters in the URL. Do I need to use some escape characters?
    TIA
    Harish

    You can encode the strings prior to passing them to the servlet as follows:
    String parm1="http://www.mySite.com/this includes spacees/test.htm";
    String param2=" what ever in non-english alphabets";
    parm1=URLEncoder.encode(parm1);
    parm2=URLEncoder.encode(parm2);
    ;o)
    V.V.
    PS: Sorry click the Post! button too soon before the sample code was completed!

  • To open a hyperlink when a text is clicked in a work item(Mail)

    Hi all,
              I would like to open a link when a text is clicked in a automated mail. Please let me know how can the URL be associated with the text.
    Regards,
    Sirisha N.

    Hi,
    Check the below link for screenshot 
    http://i51.tinypic.com/2ahcml5.jpg
    Regards,
    Shobhit

Maybe you are looking for

  • Getting attributes from a XML File, stored in Oracle

    Hello, my problem is the following I have a xml file that looks like that: <?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?> <root path="H:\musik"> <directory name="Bj�rk - Homogenic" path="H:\musik\Bj�rk - Homogenic"> <file album="Homogen

  • Problem Status Gui in Ecc 6.0

    Hi all,          I have a problem in Ecc 6.0 with status gui. The status not allow to write on the help icon. This icon (help) is protected. In 4.6c, the status gui allows to write. The Icon isn't protected in 4.6C. Many thanks.

  • Generating XML using Varray or Pl/SQL table

    I am trying to convert an old plsql procedure to generate XML data. The program is getting all the data to report from various sources to a pl/sql table. Is there any way to directly convert data into xml from plsql table ?? Here is the plsql table d

  • CALL FUNCTION 'SELECT_OPTIONS_RESTRICT'

    Hi guys , I would like to restrict a select options. When I push the botton "multiple selection" in my select options I would like that I can see only 2 tabs 'Exclude individual values' and 'Exclude intervals'. I tried with the FM 'SELECT_OPTIONS_RES

  • PI 1.3 NMS service not running

    Hi There, I have a problem with cisco prime-ncs-apl-k9 with running OS ver1.3.0.20 NMS service won't running, i've try to put command ncs stop, ncs cleanup and ncs start, but no effect for the NMS service This is my first time intouch with prime infr