Hyperlinks from objects

Is it possible to create a hyperlink (to a webpage) from an object, e.g. an image? And if so, how? Can only see how to do it from selected text.
Thanks daniela

I did tell you how to do it but you never seemed to get it to work.
P.
I will give you another chance.
This is just a quick sample I happen to have open.
http://psd.tutsplus.com/tutorials/3d/how-to-create-3d-text-blocks-in-photoshop/
On the right are a series of web ads with links embedded.
Drag select from under the +Subscribe to an update feed:+ text below until you have highlighted all the ads above including the PSD to HTML ad at top (Blue one).
Copy and paste this into a blank Pages layout document. I get the PSD to HTML ad with working link embedded inside Pages.
Sometimes Yvan you have to think outside just the cards that Apple deals you. Most of the good ones Apple keeps up its sleeve.

Similar Messages

  • Hyperlink from summary field in crosstab??

    I want to enable a hyperlink on a summary field in a crosstab so that clicking on it will produce a subreport of the detailed items that are included in the count displayed in the summary field.
    Keeping my username in mind ;-> I have tried everything I could think of and haven't found the magic incantation yet. I was expecting to be able to select a drill down, but that radio button is greyed out for the field I want to hyperlink from. I've tried a multitude of sane and insane things within all of the hyperlink tabs I could find, but no success.
    I've read as much of the documentation as I could find, both from the CD and online, and I'm stumped.
    Has anyone done this, and if so, could you please offer some tips??
    Thanks!!!!

    One thought I have is to right-click on the field in the cross-tab and select "Format Object".  I'm using CR for VS2005 and I have a Hyperlink tab that allows me to configure a hyperlink.  Using this hyperlink, you could navitage to another webform with another report to display the details for that summary.  Just a suggestion! 
    -MJ

  • Adding hyperlinks to objects in 3D PDF

    Hi everyone,
    I'm trying to figure out if 3D PDF has the capability to import a number of individual machine models (made in SolidWorks) to create a 3D layout of a facility, and then make it so people viewing this layout can click (or doubleclick) on a machine and have that open a web page (or another .pdf file)...are there javascript routines that get called when one of the objects is clicked/doubleclicked? If so, can that script be used to open up a url?
    Any help would be appreciated,
    Thanks,
    Jon Fournier

    On second thought, here is the an example code for adding hyperlinks to objects. It will be very tedious to do this for a huge number of parts. If metadata could be stored (no such luck) in the u3d file, this process would be very easy.
    - Greg
    http://www.immdesign.com
    The u3d file and pdf example are available using the links:
    http://www.immdesign.com/templates/hyperlink.pdf
    http://www.immdesign.com/templates/robotHand.u3d
    Parts of the code below were given to me by Grayson Lang.
    The code below must be added as a document level javascript
    use the menu - Advanced->Javascript->Document Javascript...
    // -------- Start of Document Script
    initialize3D = function ()
    var a3d = getAnnots3D(0)[0];
    var c3d = a3d.context3D;
    if ( a3d.activated )
    app.clearInterval( timeout );
    c3d.runtime.doc = this;
    c3d.runtime.app = app;
    var timeout = app.setInterval( "initialize3D()", 200 );
    // -------- End of Document Script
    // -------- Start of 3D Script
    // Save this code in as a .js file and use it as the default
    // script when inserting the u3d file into your PDF file
    // ugly code to add hyperlinks on selection of an object
    // this will only work with URLs and will not work for
    // just openning any old file
    // format for the hyperlink array -
    // hLinks["the object's name"] = "file URL"
    var hLinks = new Array;
    hLinks["fingertip-1"] = "http://www.immdesign.com"
    hLinks["fingertip-2"] = "http://www.myroombud.com"
    hLinks["fingertip-3"] = "http://www.adobe.com"
    function onSelection( objName ) {
    if ( typeof( hLink = eval( "hLinks['" + objName + "']" ) ) != 'undefined' ) {
    if (runtime.app) { runtime.app.launchURL(hLink); }
    // ack! we have to create our own "pick" function since there is no way
    // to get the selected object from the Acrobat pick right now
    var downX = -999999999999;
    var downY = -999999999999;
    var mouseDown = 0;
    myMouseHandler = new MouseEventHandler();
    myMouseHandler.onMouseDown = true; //this prop is true by default
    myMouseHandler.onMouseUp = true; //this prop is true by default
    myMouseHandler.onMouseMove = true;
    myMouseHandler.reportAllTargets = false;
    myMouseHandler.onEvent = function(event)
    // capture mouse down location
    if ( event.isMouseDown ) {
    downX = event.mouseX
    downY = event.mouseY
    mouseDown = 1;
    else {
    // check if mouse up is the same location as mouse down
    if ( event.isMouseUp ) {
    if ( downX == event.mouseX && downY == event.mouseY ) {
    if ( event.hits.length ) {
    objName = event.hits[0].target.name;
    onSelection( objName );
    downX = -999999999999;
    downY = -999999999999;
    mouseDown = 0;
    //Register the handler and turn the mule on
    runtime.addEventHandler(myMouseHandler);
    // ------ End of 3D Script

  • Can not cast from object to int

    Hi All,
    I have the following bunch of code
    Session session;
              session = getSessionFactory().openSession();
              Query query;
              int MaxPageId = 0;
              List list;
              try{
                   query = session.createQuery("select max(emp.id) from EmpBean emp");
                   list = query.list();
                   MaxPageId = (int) list.get(0);
                   return MaxPageId;
              catch(Exception e){
                   System.out.println(e.getMessage());
              return MaxPageId;
    The query executed successfully but when i get the max id in a integer variable by the following statement
    MaxPageId = (int) list.get(0);
    I get the following error "can not cast from object to int"
    Please suggest for the same.
    -Thanks

    Cast to an Integer, not an int, and let autoboxing turn the Integer into an int.
    int maxPageId;
    maxPageId = (Integer) list.get(0);You can't cast objects into primitives.
    Autoboxing isn't casting.
    And use Java naming conventions. Local variables start with a lower-case letter.

  • Is a Windows registry error responsible for Firefox opening two browser windows whenever I use a hyperlink from a Word file?

    Whenever I use a hyperlink from an MS Word document, Firefox opens two windows instead of one. The first window is the one I need. The second contains a message that the page could not be found and the address bar contains the URL appended with "Firefoxhtml/shell/open/command".
    This problem is similar but NOT identical to one in MozillaZine headed "Windows error opening internet shortcut or local HTML file - Firefox". But none of the solutions in that article work for my problem: I've disabled all extensions but that hasn't helped. I've tried editing file types so that the DDE is removed (I'm not a teccie so have no idea what that means), but after following the instructions to the letter it doesn't seem to remove the DDE. Also I read that removing the DDE is not a good idea for people like me who need to open numerous firefox browser windows at one time. Furthermore, the MozzilaZine article refers only to problems opening a URL link in a MS Outlook email when Firefox is NOT running. My problem concerns the opening of URL links in MS Word when Firefox IS running!
    I've run countless different virus programmes, rootkit checkers etc but they all come up blank. However, I did come across guidance on this website: http://antivirus.about.com/od/windowsbasics/a/shellopen.htm which suggests that something may have altered the shell open command for two registry keys used by Firefox.
    # HKEY_CLASSES_ROOT\htafile\shell\open\command
    # HKEY_CLASSES_ROOT\htfile\shell\open\command
    The default value for each of these should be "%1" %*. But on my user, the default value reads:
    (for htafile) c:\windows\system32\mshta.exe "%1"%*
    (for htfile) c:\programfiles\windowsNT\hypertrm.exe"%1
    What should the value be for these two files?
    Can anyone sort this for me please? Bear in mind I'm not a teccie!

    Do a malware check with a few malware scan programs.<br />
    You need to use all programs because each detects different malware.<br />
    Make sure that you update each program to get the latest version of the database.
    *http://www.malwarebytes.org/mbam.php - Malwarebytes' Anti-Malware
    *http://www.superantispyware.com/ - SuperAntispyware
    *http://www.safer-networking.org/en/index.html - Spybot Search & Destroy
    *http://www.lavasoft.com/products/ad_aware_free.php - Ad-Aware Free
    *http://www.microsoft.com/windows/products/winfamily/defender/default.mspx - Windows Defender: Home Page
    See also "Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked and [[Searches are redirected to another site]]

  • Hyperlink from PL SQL Report to a branch

    Hi,
    Is there a "good" way to hyperlink from PL SQL report to a branch?
    I cant use the regular report, as there is a lot of data and I need to control the layout.
    I would like to go to another page and pass data to one known field.
    Have tried googling and I found this page:
    http://www.lucidprocess.com/blog/building-hyperlinks-in-oracle-apex-reports/
    But it seems a bit "hacky", eg.. many places to edit if the page where to move or change in the future (or if one copies the page).
    Is there a more "clean" way to do this, or does one have to get his/her hands dirty for such a task?

    Thank you.
    I managed to write the other code too:
    "f?p='||:APP_ID||':686:'||:APP_SESSION||'::'||:DEBUG||'::P686_TBNR,P686_VIS_REGISTER:'||oppdrag.PE_TBNR_BET||'%2CHUSKNYTT"instead of firing the branch and using JS, I just set the two fields that change the logic and basis of the page. However as you see, the "flaw" with the code I wrote, is that if the fields or anything were to change, it will be harder to go in and edit reports that have this type of code.
    Have just started with APEX, but I must say I like it a lot..
    Just wish there where something inbetween the sql reports and the pl sql reports..
    The possibilities of the PL SQL Reports meeting the SQL Reports flexibility would be super.
    However, maybe it's good not everything is served on a plate, as this forces me to learn it more in depth. I also love challenges and I like making things properly :-)

  • Hyperlinks from CHM to PDF

    Our documentation comprises On-line Help as CHM files, and User Guides as PDF. Up to now the user guides were printed but we wish to provide them as PDF for on-screen use.
    Now we also wish to have hyperlinks from CHM to PDF and vice versa. We can presumably (I haven't yet tested this) handle PDF-to-CHM using the context-sensitive help functionality, but when we make links from CHM-to-PDF we are unable to go to a specified location in the PDF.
    The calls we use are of the type:
    <a href='SomeDocument.pdf#page=10'>
    <a href='SomeDocument.pdf#G1025448'>
    <a href='SomeDocument.pdf#nameddest=SomeChapter'>
    and they work in the preview window but not from CHM; the PDF opens on page 1 rather than at the specified page or marker.
    I had some success embedding the PDF call in a batch file and calling that, but that will be unmaintainable.
    We use RoboHelp 8 and FrameMaker 7.1. Would updating to TCS2 (ie Frame 9) help us? From what I could find on Adobe.com TCS allows importing from Frame but we do not want to import, just to cross-refer, preferably with links which can be updated automatically.
    Anybody who can advise us?
    --- Derek

    I have made a dent in the problem, can't say I've cracked it yet.
    RoboWizard has a page describing the use of HTML Help Shortcuts which is got me started (thanks Rick, if you'll post here I'll give you a "Helpful Answer").
    The procedure I now use is, in RoboHelp: Insert > HTML Help Controls > Shortcut. I fill in second part of the wizard like this:
    so that it calles Acrobat to display the PDF (full path given), with parameters to search for a string "bookmark_2".
    Then in the PDF I add a comment using Comments > Tools > Highlight and edit its properties like this:
    When I compile the CHM and click the link, Acrobat opens and searches for the string. I made sure it was unique so the user is brought to the correct place.
    Now it's a bit clumsy since you have to add the bookmark manually after creating the PDF from Frame, but it does work.
    The other problem is that the HTML Control is not editable except in RoboHelp's HTML view. You can edit it in Design view but the edit doesn't stick. In HTML view the link details are present three times and you have to edit them all.
    Anybody have bright ideas to streamline this process?
    --- Derek

  • Hyperlinks from other placed indd documents or pdfs getting lost after export to PDF

    after upgrade vom CS 5.5 to CS 6: hyperlinks from other placed indd documents or pdfs getting lost after export to PDF
    I tried all options for the as well known and working export options

    after upgrade vom CS 5.5 to CS 6: hyperlinks from other placed indd documents or pdfs getting lost after export to PDF
    I tried all options for the as well known and working export options

  • Hyperlinks from placed PDF

    Hi
    Is there any ways to pick up hyperlinks from placed PDFand convert them to InDesign hyperlinks (or buttons)?
    Of course there´s no native text in placed PDF but converted hyperlinks could be for instance rectangles on the top of the original hyperlink.

    Importing PDF pages
    Using the Place command, you can specify which pages you want to import from a multipage PDF: You can place a single page, a range of pages, or all pages. Multipage PDF files let designers combine illustrations for a publication into a single file.
    The page range options appear when you select Show Import Options in the Place dialog box. The dialog box includes a preview, so you can view a thumbnail of the pages before you place them. As you place each page, InDesign reloads the graphics icon with the next page, letting you place the pages one after the next.
    i InDesign doesnt import movies, sound, links, or buttons when you place a PDF file.
    (my italics)

  • Hyperlinks from Outlook are no longer working since updating to 8.

    Hyperlinks from Outlook are no longer working since updating to 8.
    I get a pop-up with "URL" An error occurred in sending the command to the application.

    Well, I've had to downgrade to Firefox 4.0 in order to get hyperlinking back.

  • Error when determining  a number from object BI_ODS

    Error When determining a number from object BI_ODS and number 01  when flat file source system is assigned to transfer rules of infosource , when activating this error occured .
    plz need solution.

    Hi,
    Number ranges can be maintained through the transaction SNRO. For details check:
    http://help.sap.com/saphelp_nw70/helpdata/EN/2a/fa02e3493111d182b70000e829fbfe/frameset.htm
    Rgds-
    Sonal

  • Error when determining a number from object BI_TSDTEL and number 01

    Hi BW Experts,
    After Transporting Infosources (Master & Transaction) to BW QA, the transfer rules were not getting activated in QA. The following error message was diaplyed.
    "Error when determining a number from object BI_TSDTEL and number 01
    Object name can only contain characters from syntactical character set
    Object name can only contain characters from syntactical character set
    Data element for InfoObject KOKRS 0CO_AREA could not be created
    Data element for InfoObject KOKRS 0CO_AREA could not be created
    Transfer structure 0IM_FA_IQ_2_SB activated under the name 0IM_FA_IQ_2_SA
    It is not necessary to copy dependent objects for transfer structure 0IM_FA_IQ_2_SA
    Transfer structure 0IM_FA_IQ_2_SA does not exist
    Error RSAR 440 when handling objects with type R3TR ISTS."
    I have gone through the Note: 674818.
    Could someone clear me about BI_TSDTEl, By using this do we need to maintain object intervals manually in all the systems like BW ( Dev & QA ), R/3 (Dev & QA).
    Because  I have not seen the Intervals in R/3 ( Dev & QA) systems.
    please could someone provide Inputs for this.
    Thanks in Advance
    Regards
    SK

    Hi,
    Try to see that transfer structure is existing in the sytem which is connecting in
    the BW quality.
    You need the same to be transported from the development server of R/3 to quality server of R/3.
    Just check if this helps.
    Regards
    Rahul Bindroo

  • Error message in preferences and hyperlink from publisher to adobe

    Having problems when trying to go into my preferences and also when trying to insert a hyperlink from a publisher document to an adobe document.  The error message is:  The exception unknown software exception ()xc000000d) occurred in the application at location 0xo4f37bf1.  I/T has uninstalled and reinstalled the program twice.  Can anyone help?  Thanks

    Hi,
    here is the sample of the code we have used in our system.
    restrict logic based on Document Type and Company Code
    IF i_ekko-bsart EQ c_ub AND i_ekko-bukrs EQ 'XXXX'.
    loop at Line Items of PO
      LOOP AT tekpo WHERE loekz EQ space.
      if Receiving Plant is YYYY and Storage Location is NULL
        IF tekpo-werks = 'YYYY' AND
           tekpo-lgort = space.
        issue error message
          MESSAGE ID 'ZM' TYPE 'E' NUMBER '042' WITH
              tekpo-ebelp                               "line item
              tekpo-werks.                              "receiving plant
        ENDIF.          "receiving plant/storage location
      ENDLOOP.
    ENDIF.          "document type
    Hope this helps.
    -Ramesh

  • How to setup the Hyperlink from one page to another page

    Hi,
    I am new to Oracle APEX. My requirement is to setup a Hyperlink from one page to another page.
    Currently I am displaying 4 columns in the report of Page 1. The report is like below,
    Survey Response Count_of_Cities City_Name
    AB Y 2 LONDON,CHICAGO
    AB N 3 DELHI,MUMBAI,CHENNAI
    AC Y 1 LONDON
    AC N 4 TOKYO,HONGKONG,BANGALORE,HYDERABAD
    But the revised requirement is I need to show the City_name in another page i.e. Page 2 when the user clicks on value of the Count_of_Cities. i.e. If the user clicks on 3, In page 2 the values should be appear like below
    DELHI
    MUMBAI
    CHENNAI
    If I click on the 4, the values in the page should be like below,
    TOKYO
    HONGKONG
    BANGALORE
    HYDERABAD
    Currently in Page 1 I am hiding the City_Name and created a Hyperlink on Count_of_Cities. When clicked on Count_of_Cities it is navigating to Page 2. But the values for City_Name are not showing properly.
    Please sugegst how I can show the City_Name values in page 2?
    Please let me know if you require any additional information.
    Please provide the solution. The requirement is urgent.
    Thanks in Advance
    Edited by: 980540 on Jan 9, 2013 3:08 AM

    I got the answer on my own.

  • Hyperlink from MY website to a specific area on EXTERNAL website

    i was hoping to use an HTML snippet to accomplish this on iWeb. i've spent several hours on google, and this forum too but found NOBODY addressing this:
    i need to create a hyperlink from MY website to an external url. the external page needs to open at a very specific area on the page. i see that this is done on hand-coded websites.
    most iWeb discussions were about hyperlinking to lower down on the same page or within the same website where 'anchors' can be used. obviously that can't be done when linking to an external website.

    Cyclosaurus i appreciate your quick advice.
    the external site i am targeting is:
    http://www.tcg.org/international/events/festivals.cfm
    scrolling down the page, i want to land on this sub-headline beginning at "Rome, Italy"
    i.e.
    Rome, Italy
    IL VATICANO CADE: The English title of this play by American writer Frank J. Avella is Vatican Falls, but the fi............
    if that site is coded so that it can work, i would so greatly appreciate it if you can indicate the actual HTML to put inside the snippet --- i'm an artist, and the rigid 'science' of code is always a challenge. thanks again

Maybe you are looking for

  • How do I overlap photos in my books

    how do I overlap photos in my books

  • Case Insensitive Indexes

    In relation to switching on case insensitive queries using alter session set NLS_COMP=LINGUISTIC;Can anyone answer the following? > Yes, it works.... but I can't for the life of me figure out how to build a linguistic index that the LIKE clause will

  • 17'' MBP Discoloration Near Trackpad

    My 17'' MBP is running great since I purchased it in May 06. But now I'm noticing some discoloration near the trackpad area. It's a lot lighter, almost white, compared to the rest of handrest. I still use the white foamy strip, that came with the com

  • Keyboard shortcuts are gone

    Not sure if this was due to a recent upgrade or what - All I have in my System Preferences > Keyboard > Text are my own personally-created keyboard shortcuts. All the system-installed ones (like for smart fractions and replacing (c) with the copyrigh

  • Books or Ebooks

    Hey team, Oracle has books for developing Android applications with JDeveloper? Thanks