How can you copy a link filename?

I want to be able to copy the filename of a link from the links palette...but it doesn't seem to be possible in CS4. The link info that pops down isn't selectable. Does anyone else have a trick to do this??
If you're not clear on what I mean...I place an image comp into InDesign, then later want to buy that image and need the filename/number to find it. In CS3, I was able to double click the link to get more info in a popup, then copy/paste that title.
Thanks!!

Assuming that you're on a Mac, this little AppleScript will copy just the name of a selected image to your clipboard, and then you can paste it out wherever you want to:
tell application "Adobe InDesign CS4"
     tell document 1
          set myName to name of item link of graphic 1 of parent of selection
          set the clipboard to myName
     end tell
end tell
Make sure you have the content of the frame, not the frame itself, selected, and this should work.
To make this available on your Scripts panel, paste this into a Script Editor window, save it, and put the file in your User Scripts folder. The easiest way to find that folder is to open the Scripts panel, click on the User Scripts folder, and right-click to Reveal in Finder. Or you can just run it from your desktop as needed.

Similar Messages

  • HT5312 How can you find the link to get a rescue email?

    How can you find the link to get a rescue email?
    I am not a regular user - and wonder why????
    Been at this for hours, can't remember questions, support sends you to the questions you can't answer or I would have the first time, or a promise of a link which doesn't seem to exist!!
    Now locked out!

    You need to contact Apple, either through the link in that article or by phoning them and asking for the Account Security team.
    (80167)

  • How can you Keep column links when using export CVS

    I am exporting a report using Report Template of export: CVS. This report is a copy of a report that have column links that work. However, when I export the report using export: CVS the excel file no longer has the links in the columns.
    How can I get the link to be transferred to excel?
    Thanks

    446336,
    When you export anything as CSV type it is a plain ordinary text file - MS Excel opens it because it has knowledge of this type of file (ie text delimited by comma/tab).
    You seem to need a bit more than that - best if you search the forum for ¨excel¨ or maybe ¨report exports¨. I believe there are some threads here that may help - I think it needs java or some fancy PL/SQL to do it.
    Greg

  • How can you copy form data from an online PDF, in your browser?

    Just a quick query, I've recently filled out an online application and I filled this out on an online PDF form. This is the form link:
    http://3fivetwo.com/dloads/application_pack_-_admin_long10.pdf
    How can I copy the data I typed into this form, to a word document for example? Or is there any way I can save this as a PDF with all the data in the form, to send it as an email?
    I've downloaded the form, but it just shows blank pages with no fields filled.
    Thanks very much!

    download the form to your local disk
    open it with Adobe Reader and fill in all the details
    save it
    send the completed form by email

  • How can you copy a table from Safari to Numbers

    I am in the process of migrating from open office to Numbers, since Numbers really does look a lot nicer… however there is one point that I cannot find how to do in Numbers.
    If I select a table in Safari, then in Open Office I can paste that table, and it will go into the rows/columns as a table. How can I do something similar in Numbers?

    Welcome to the Apple forums
    Safari & Numbers have improved in recognizing a table on a web page & pasting it as expected.
    Often what looks like a table on a web page really isn't & the blame should be on the web page author not Safari or Numbers. I had this problem for a few years with my online Discover Card statements. Using Firefox or Camino made no difference. When I complained to them their response was "tough, live with it" although maybe not in those exact words. I would paste the data into a Pages document & use a lot of find & replace to get the data formatted to use in a Numbers spreadsheet.
    But… it could be that the problem you're having is that you have the cursor active in the cell when you paste. If the cursor is active Numbers "thinks" you want to paste everything into that cell. Click outside the table then click once on the starting cell, making sure that the cell is outlined but you don't see the cursor & then paste. This is a much more common cause than above.

  • How can you copy properities from one object to another?

    If you create a number of boxes and then decided to change the color of all of them (or add a stroke, shadow, etc), is there a way to copy your style from one to the others?  In Photoshop you can copy layer styles, so you don't have to re-do everything for every layer you want the styles to be on.  How is this done in InDesign (CS3)?
    Thanks.

    From the object styles panel. Click on the object, define style (new object style), click on the next object, apply that new style. Even quicker than copy/paste. Then, if you make a change to the style, all objects are updated. Just want to do one?  Alter the object itself (and create a new style while you're at it ).

  • How can you copy/share one mailbox? (Not all)

    I use mailboxes within Mail to sort/file project specific emails.
    I now need to share just one of these mailboxes with another colleague overseas (also on Mac).  If I right-click / export will this erase the copy of the mailbox on my machine?   I can't find a simple copy function.  I need to keep my copy... I am running 10.9 since yesterday...
    Thanks

    I don't know how it will help you. But you could always make a Rule...
    Preferneces---> Rules---> Add Rule---> and play around with the settings on there. I don't know how you would determine what gets forward though. 
    Perform the Following Actions---> Forward to your colleague's email address.
    KOT

  • How can you have two link styles on one page?

    I have one style (formatted link style) for internal links in
    my footer but I want a different style for the external links in my
    mainContent. Is it possible to have two different "styles" of links
    on one page? I tried creating a new set for the mainContent links
    and being positioned underneath my footer link's styles, the "new"
    mainContent link styles overrode the footer link style. Is there
    another way of going about this?
    Thanks anyone, Julie

    Julie:
    > I'm just not code savvy.
    As long as you permit yourself to offer this argument, you
    will struggle
    with Dreamweaver. If you are serious and want to improve, you
    will have to
    overcome your code-phobia.
    What is in these two files?
    > <link href="css/area.css" rel="stylesheet"
    type="text/css" />
    > <link href="css/footlinks.css" rel="stylesheet"
    type="text/css"
    > media="screen"
    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
    ==================
    "Rock Artist" <[email protected]> wrote in
    message
    news:[email protected]...
    > Murray, I was just looking over my code and noticed the
    links in my footer
    > are
    > styled, in the first place, by a class I created in my
    main.css (for all
    > of my
    > pages) called ".webdis" (nickname for webmaster and
    disclaimer). I do see
    > my
    > link format style in the head of this document but am I
    supposed to see it
    > where the footer is (in the code)?
    >
    > If you look at the first external link (the only one I
    have attached a
    > link to
    > so far):
    > </p>
    > <p class="contentlinx"><a href="
    http://www.hotsprings.org/">Hot
    > Springs
    > Convention &amp; Visitor's Bureau</a><br
    />
    >
    http://www.hotsprings.org/<br
    />
    > </p>
    >
    > It took on same style as my footer links. I'm a little
    frustrated, it just
    > seems like it should be so simple. I'm ready to launch
    this thing tonight
    > and
    > this is the only "little" thing I have left to do. I
    hate to cheat and
    > make
    > each one of these site links a graphic and link it as a
    graphic, but I am
    > so
    > ready to get this thing up.
    >
    > I'm just not code savvy. I am going to attach my code to
    this reply and
    > maybe
    > you can tell me what I'm doing wrong. Thanks, Julie
    >
    >
    >
    >
    > <!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>
    > <meta http-equiv="Content-Type" content="text/html;
    charset=UTF-8" />
    > <title>Area Interests</title>
    >
    > <link href="css/main.css" rel="stylesheet"
    type="text/css" />
    > <style type="text/css">
    > <!--
    > .contentlinx {
    > font-family: Arial, Helvetica, sans-serif;
    > font-size: 14px;
    > color: #336600;
    > }
    > -->
    > </style>
    > <link href="css/area.css" rel="stylesheet"
    type="text/css" />
    > <link href="css/footlinks.css" rel="stylesheet"
    type="text/css"
    > media="screen"
    > />
    > </head>
    >
    > <body>
    >  <div id="wrapper">
    > <div id="header"></div>
    > <div id="sidebar">
    > <p align="center"><a
    href="index.html"><img
    > src="images/vert_nav_bar/home_button.jpg"
    alt="navigation button to home"
    > width="155" height="50" /></a><a
    href="property.html"><img
    > src="images/vert_nav_bar/property_button.jpg"
    alt="navigation button for
    > property" width="155" height="50" /></a><a
    href="maps.html"><img
    > src="images/vert_nav_bar/maps_button.jpg"
    alt="navigation button for maps"
    > width="155" height="50" /></a><a
    href="gallery.html"><img
    > src="images/vert_nav_bar/gallery_button.jpg"
    alt="navigation button for
    > photo
    > gallery" width="155" height="75" /></a><a
    href="gallery.html"><img
    > src="images/vert_nav_bar/area_button.jpg"
    alt="navigation button for area
    > interests" width="155" height="75" /></a><a
    href="contact.html"><img
    > src="images/vert_nav_bar/contact_button.jpg"
    alt="navigation button for
    > contact
    > us" width="155" height="75" /></a></p>
    > <div id="sidephoto"><img
    src="images/tree_flower.jpg" alt="garvan tree
    > flower" width="145" height="275" /></div>
    > </div>
    > <div id="header2">
    > <h2 class="style2">AREA INTERESTS</h2>
    > </div>
    > <div class="proptext" id="content">
    > <p>HOT SPRINGS NATIONAL PARK, ARKANSAS</p>
    > <div id="photofeature"><img
    src="images/garvin_stream.jpg" alt="garvan
    > gardens" width="275" height="218" /></div>
    > <p align="left">America's first resort, also
    referred to as &quot;The
    > Spa
    > City&quot;, Hot Springs definitely has a pulse
    > of its own. Visit the sites below to find out why this
    is one of
    > the
    > most popular vacation destinations in the South.
    Featuring world famous
    > natural
    > hot springs, historic bathhouse row, and thoroughbred
    horse racing at
    > Oaklawn
    > Park. The perfect place to relax, the perfect place for
    adventure, Hot
    > Springs
    > provides a year-round opportunity for outdoor
    recreation, world-class bass
    > fishing and fabulous water sport activities, hiking,
    horseback riding and
    > quartz crystal hunting. In fact, take a day trip to
    Murfreesboro to the
    > Crater
    > of Diamonds State Park, the only diamond-producing site
    in the world that
    > is
    > open to the public and try your hand at diamond hunting
    or searching for
    > 40
    > other types of semi-precious stones, rocks and minerals.
    Garvan Woodland
    > Gardens, a 210 acre forested peninsula jutting into Lake
    Hamilton with a
    > showcase of floral landscapes, streams and waterfalls,
    is a &quot;must
    > see&quot;. Hot Springs has a strong art community as
    well. Enjoy artist's
    > galleries, film-making events and musical venues all
    over town. Did I
    > mention
    > historical architecture? There is too much to mention
    here about this
    > wonderful
    > city, please see for yourself by visiting the local
    sites below to see
    > what's
    > happening in and around town.<br />
    > </p>
    > <p class="contentlinx"><a href="
    http://www.hotsprings.org/">Hot
    > Springs
    > Convention &amp; Visitor's Bureau</a><br
    />
    >
    http://www.hotsprings.org/<br
    />
    > </p>
    > <p class="contentlinx">Facts About Hot
    Springs<br />
    >
    http://www.hotsprings.org/media_room/news-detail.asp?news_id=9</p>
    > <p class="contentlinx">City of Hot Springs<br
    />
    >
    http://cityhs.net/</p>
    > <p><span class="contentlinx">The Greater Hot
    Springs Chamber of
    > Commerce<br />
    >
    http://www.hotspringschamber.com/</span><br
    />
    > </p>
    > </div>
    > <div id="footer">
    > <p><span
    >
    class="webdis">WEBMASTER     |    &
    > nbsp;<a
    href="disclaimer.html">DISCLAIMER</a></span></p>
    > </div>
    > </div>
    > </body>
    > </html>
    >

  • How can I copy a link when the site address doesn't show up in my address bar?

    When I click a link within my email, I am taken directly there but the links address doesn't pop up in the site address bar so I'm not able to copy and share it.

    It does not sound like you have done any of the domain setup.
    http://helpx.adobe.com/business-catalyst/partner/going-live-guide.html
    Adding a domain name to your site and taking site live

  • How can you copy information from Safari into Pages

    Is there a way to easily copy data, such as financial tables from Safari into Pages and maintain the integrity of the table and the data within it?  When I copy and paste it comes out all misaligned and into multiple pages.  The same thing happens if I try to highlight the table in Safari and drag it into Pages.  Is there not a "paste special" function in Pages like there is in Microsoft??

    See:
    http://support.apple.com/kb/HT5775
    You can then drag the resulting image into a Pages document, and position.
    Ernie

  • How can you copy and transfer tracks between songs in Garageband for iPad air 2?s

    I have just started with GarageBand for iPad air 2 and want to know more about copying tracks between songs and also saving and using samples between songs too. Anybody have any good links or advice? Thanks

    This has nothing to do with Classic, the operating system on Macs from 2001 and earlier.  Please post in the forums most likely to have an answer if you want a quick one:
    This guide should help:
    http://discussions.apple.com/docs/DOC-2463

  • How can you create a linked list? GUI?

    I have the following program that I wrote:
    package damagecounter;
    import java.io.*;
    import java.util.*;
    public class Main
         public static void main (String[] args) throws Exception
              String logline;
              Player player1 = new Player("Kazzandar");
              try
                   BufferedReader logfile = new BufferedReader(new FileReader("TeilmonRun.txt"));
                   logline = logfile.readLine();
                   while (logline != null)
                        if (logline.startsWith (player1.getName (), 0))
                             if (logline.contains ("recites"))
                                  player1.recites++;
                             if (logline.contains ("rescues"))
                                  player1.rescues++;
                             if (logline.contains ("utters the words"))
                                  player1.spells++;
                             if (logline.contains ("sprawling with a powerful bash."))
                                  player1.bashes++;
                             if (logline.contains ("got toasted by"))
                                  player1.deaths++;
                             if ((logline.contains ("-=")) && (logline.contains ("=-")))
                                  if (logline.startsWith (player1.getName (), 0))
                                       String damage = logline.substring(logline.indexOf ("-=") + 2 , logline.indexOf ("=-"));
                                       player1.setDamage (Integer.parseInt (damage));
                        logline = logfile.readLine ();
              catch (Exception e)
                   System.out.println ("Log file not found or corrupt.");
                   e.printStackTrace();
              player1.printStats();
    }As of right now the code require a person to enter the name of a player and then scans the log file to determine the appropriate counts for that player. If I want to scan the file for multiple players how would I be able to do that without having to run the program over and over. The reason being that sometimes the logs have over 15 different players and I'd hate to have to run the program 15 times to get each players stats. Any suggestions? Would I have to make a linked list?

    Yes, the log file looks something like that. Here is a small 15 line version of what the log file actually looks like:
    Kazzandar's stab misses Icingdeath. -=0=-
    Arien's slash >>> ANNIHILATES <<< Icingdeath! -=118=-
    Arien's slash >>> ANNIHILATES <<< Icingdeath! -=112=-
    Arien's slash <<< ERADICATES >>> Icingdeath! -=158=-
    Parrish utters the words, 'yjrr pzar'.
    Arien rescues Shargaas!
    Kazzandar's counterattack does UNSPEAKABLE things to Icingdeath! -=636=-
    Icingdeath's claw does UNSPEAKABLE things to Arien! -=760=-
    Arien's fireball scratches Icingdeath. -=4=-
    Arien's lightning bolt grazes Icingdeath. -=7=-
    Arien's counterattack -- DESSICATES -- Icingdeath! -=540=-
    Icingdeath's claw COMPLETELY TRASHES Arien! -=802=-
    Arien is DEAD!
    Kitiara's fireball grazes Icingdeath. -=5=-
    Kitiara's lightning bolt grazes Icingdeath. -=8=-
    Almost always the player name is first but sometimes the "mob" name (In this case Icingdeath) comes out. I don't mind if Icingdeath is referenced as a player and included in the stats, not that big a deal. Thanks for the idea on the HashMap I'll looking into how it works. Since this is my first Java program I often find myself lost at where to begin.
    I changed "got toasted by" to "is DEAD!" since it's easier to read. I also changed the majority of the main code into a method for the player class. The main code looks like this now:
    public static void main (String[] args) throws Exception
              Player player1 = new Player("Shargaas");
              player1.scanLogForStats("TeilmonRun.txt");
              player1.printStats();
         I was hoping this would make it easier, anyway, thanks again and I'll definitely be looking into HashMap.

  • How can you transfer iPad appointments to iMac's ical?

    How can you copy iPad calendar data to ical?

    If iTunes is setup to do this then the iPad calendar data will be synced to iCal when you connect your iPad to iTunes on your Mac. To enable this in iTunes when you connect your iPad go to Devices/your iPad name in the left column and then select Info at the top and check "Sync iCal Calendars".

  • How can you download content from ipod to itunes without deleting all your ipod content?

    How can you copy or download your ipod content to itunes without deleting all your ipod content?  I have had to reload itunes to a new PC and now need to synch with my ipod but itunes wants to wipe it!

    See Recover your iTunes library from your iPod or iOS device.
    tt2

  • HOW CAN I COPY AND PAST A LINK INTO/ONTO A FORM???

    I use acrobat X and have created froms to fill out and email to clients so they can review differnt real estate properties and i want to past a link at the bottom of the form. When i receive an email alert about a new property there is a hyperlink in the emailand this is the one i would like to copy and past onto tthe PDF form described above. i do not want to nake a permanent link on the form as the info will change with every email i receive. if i copy the hyperlink into a text boc it only comes up as text. i can't believe it is so hard to do this. If i copy the link into word or excel and then save the file as a pdf the link will work but then i can't use the form. OMG please help!!

    Acrobat is not an authoring program like Word, Excel, PowerPoint, etc. So extensive editing is not possible.
    How do you want the link to look?
    There is a link tool that can insert a link around a location.
    You can create a button form field and customize the displayed text and create an an action to execute a link.
    You can create a text field and enter text into the field and create a mouse up action to execute a link actions.
    Links in PDF can do much more than open a web page.
    As noted you can create a form and replace the content layer and retain all the form fields and actions.
    If you convert a Word document to a PDF make sure you set the PDF Maker conversion settings include the conversion of web links to interactive links.

Maybe you are looking for

  • In 4.6c, use IN operator in IF statement when we are having few values

    I am trying to use IN operator inspite of IF with OR operator. But the IN opereator is not working with the value, please suggest me how to improve this code IF v_zuonr(3) EQ 500 OR v_zuonr(3) EQ 551 OR v_zuonr(3) EQ 562 OR v_zuonr(3) EQ 593 OR v_zuo

  • Need to perform both Queue and stack operations in Visual C# code

    Need to perform both Queue and stack operations, is any Data Structure available for this. or how can i custom create the structure for this?

  • Scriplet

    hi friends, goodday. i had some problem in understanding this part of the code. could you plz help me here. the following scriplet is the part of jsp and just after the odject declaration, some method is written. what does this signify? <%           

  • Assign function key in mail to automate steps

    One of my most frequent steps in Apple Mail is moving mail that has been read to different mailboxes. I have, until now, simply dragged the mail to its destination mailbox on the sidebar. But I would prefer to do this using just the keypad. There is

  • How can I recover a an unsaved work at pages?

    Hello! So I was going to copy my entire homework out of Pages to paste it on an email and I accidentally erased the whole thing. How do I get it back?? I didn't even saved it.