Help creating/updating external links

Hi,
I'm a newbie to DW8, previously most familiar with DW4. In
DW8, I cannot figure out how to create or update external links (to
websites), such that when I click on that text or image on my site,
an external webpage will open in the same (or new) window.
I read in the help section that in the 'edit link' section
I'm meant to enter the absolute URL. My problem is that it still
wants me to specify some local file or folder to find that link
within. This does not make any sense to me! There must be a really
simple way to right-click on any text on my site and create a
hyperlink to an external webpage?
many thanks!
Els

"jocyflossy" <[email protected]> wrote:
> I'm a newbie to DW8, previously most familiar with DW4.
In DW8, I cannot
>figure out how to create or update external links (to
websites), such that when
>I click on that text or image on my site, an external
webpage will open in the
>same (or new) window.
This is one thing which didn't seem to work properly in
Dreamweaver MX. There
may be a better way, but the way I developed (which works
equally well in
Dreamweaver 8), is as follows:
1. Select the name/image you want to attack the link to
2. Drag the wheel on the 'Link' box (under 'Properties') to a
convenient file in
your local directory (it doesn't matter which one you use)
3. Point your browser at the web page you wish to link to,
highlight the
address, and copy it (ctrl_insert)
4. Find the code for the link you have just inserted. It will
be something
like:
<label for="name"><a
href="blog_01.php">Name:</a></label>
5. Highlight the local file name (between the two quotes) in
the a href, e.g.
blog_01.php above
6. Paste in (shift_insert) the external Link, so that the
code now reads
something like:
<label for="name"><a
href="
http://www.ngv.vic.gov.au/ngvmembers/email/20061024/">Name:</a></label>
7. In the 'Target' box select '_blank' if you want the
external page to open in
a new window (I always do).
Clancy

Similar Messages

  • Help creating an external array for a scoreboard

    I'm trying to create an array in an external file that will recieve and arrange scores sent from Quiz.fla upon clicking the submit score button.  I also want another fla file to be able to reference this external array and pull the top 15 scores from it, and then display those scores on a scrolling banner.  I want the banner to be able to update dynamically (I assume reloading the banner fla each time it reaches the end of its cycle, having the first frame load the external array on an onClipEvent action would accomplish this), that way it will update while remaining open.  The main reason I need two separate files for the quiz and the score banner is they will be displayed on two different monitors.  What would be the most efficient way of accomplishing this?  I know a little about actionscript but I don't have much experience with calling data and functions from external fla or as files (the array and the function designating how the data will be arranged within said array are going to be in a separate .as file).
    I'm currently working in AS2, since I've had almost no experience with AS3.

    So if I wanted to avoid using a server, I'd basically have to set up the
    array storing the high scores in an external .as or .swf file which would
    then be called into the quiz game to store the scores, and then called by
    the banner each time it hits frame 1 to refresh the numbers?  But then that
    would run into the problem of a shared object being used by two different
    clients I guess?  Servers setup and accessing confuses the hell out of me
    right now, so I'm trying not to make things to hellish for myself...
    Would there be a way to create 2 external database files within the folder
    holding the .swf files to somehow get around the issue of one sharedobject
    being accessed by two clients?

  • Please! Help me with External Links.

    when I click the button to "Enable as a Hyperlink", the default seems to be to an "External Link". In addition to this, an address shows up in the URL window.
    The problem is that I don't know where this particular address came from and I will never, never link anything to it. Does anyone know how I can get rid of that link as the default, or replace it with one that I might ever use?
    I posted this problem before, but it seems to have disappeard form the list.
    Any advice will be much appreciated.

    That URL is a default URL. It is either "http://www.apple.com" or whatever URL you last copied to the clipboard.
    http://web.mac.com/makentosh/iWeb/tipsfromtheiceberg/Blog/012B4E17-7EA9-4B85-94C 1-701CF3B225C3.html
    That default will always be there and I'm not sure how you would change it (though it probably can be changed if you dig into the iWeb code). Clicking it twice allows you to select the entire thing and delete it and, having the wrong thing in there forces you to enter something at that point. Which is a better idea than publishing a site with a dead link.

  • How do I create dynamic external links

    I am attempting to create a dynamic link from information
    stored in a sql database. The database table has one field, the
    website address. The code below successfully pulls the information
    from the database but it does not display as a link, only as text.
    <?php do { ?>
    </MM:DECORATION></MM_REPEATEDREGION>
    </a>
    <MM_REPEATEDREGION SOURCE="@@rs@@"><MM:DECORATION
    OUTLINE="Repeat" OUTLINEID=2><p><?php echo
    $row_rskingsLinks['kingsLinks']; ?></p>
    <a href="<?php echo $row_rskingsLinks['kingsLinks'];
    ?>">
    <?php } while ($row_rsKingscentre =
    mysql_fetch_assoc($rsKingscentre)); ?>
    I have added the following code to create a link but it trys
    to link to a local url which it can not find
    <?php do { ?>
    </MM:DECORATION></MM_REPEATEDREGION>
    </a>
    <MM_REPEATEDREGION SOURCE="@@rs@@"><MM:DECORATION
    OUTLINE="Repeat" OUTLINEID=2><p><a href="<?php echo
    $row_rsKingscentre['']; ?>"><?php echo
    $row_rskingsLinks['kingsLinks']; ?></a></p>
    <a href="<?php echo $row_rskingsLinks['kingsLinks'];
    ?>">
    <?php } while ($row_rsKingscentre =
    mysql_fetch_assoc($rsKingscentre)); ?>
    </a></div>
    <?php echo $row_rskingsLinks['kingsLinks'];
    ?></a></p>

    Where are you getting this code?
    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
    ==================
    "jeffoirecoupe1234" <[email protected]>
    wrote in message
    news:g147fb$cnv$[email protected]..
    >I am attempting to create a dynamic link from information
    stored in a sql
    > database. The database table has one field, the website
    address. The code
    > below
    > successfully pulls the information from the database but
    it does not
    > display as
    > a link, only as text.
    >
    > <?php do { ?>
    > </MM:DECORATION></MM_REPEATEDREGION>
    > </a>
    > <MM_REPEATEDREGION
    SOURCE="@@rs@@"><MM:DECORATION OUTLINE="Repeat"
    > OUTLINEID=2><p><?php echo
    $row_rskingsLinks['kingsLinks']; ?></p>
    > <a href="<?php echo
    $row_rskingsLinks['kingsLinks']; ?>">
    > <?php } while ($row_rsKingscentre =
    > mysql_fetch_assoc($rsKingscentre));
    > ?>
    >
    > I have added the following code
    > <?php do { ?>
    > </MM:DECORATION></MM_REPEATEDREGION>
    > </a>
    > <MM_REPEATEDREGION
    SOURCE="@@rs@@"><MM:DECORATION OUTLINE="Repeat"
    > OUTLINEID=2><p><a href="<?php echo
    $row_rsKingscentre['']; ?>"><?php echo
    > $row_rskingsLinks['kingsLinks'];
    ?></a></p>
    > <a href="<?php echo
    $row_rskingsLinks['kingsLinks']; ?>">
    > <?php } while ($row_rsKingscentre =
    > mysql_fetch_assoc($rsKingscentre));
    > ?>
    > </a></div>
    >
    Text
    Text
    <?php echo
    $row_rskingsLinks['kingsLinks'];
    > ?></a></p>
    <?php echo $row_rskingsLinks['kingsLinks'];
    > ?></a></p>
    >

  • KM API : Creating External Link with Overwriting feature

    Hi,
    I am using KM API to create an external link on a KM folder.
    This is the code which I am using for it.
        try
          pathRID = RID.getRID(p_parent);
          collection = (ICollection)p_ResourceFactory.getResource(pathRID, p_ResouceContext);
          collection.createLink(p_childname, URL.getInstance(p_linkValue), LinkType.EXTERNAL, null);
        catch (NameAlreadyExistsException naee) {}
    Now, in my case, there are chances that an external link with same name already residing in same folder. In this case I want my method to overwrite existing external link with the new one.
    How to do it?
    Thanks and regards,
    Amey Mogare

    I could not get any response to this question here. Seems like I need to post this to Portal forum??
    For the time being, I am deleting existig Resource and creating a new one!

  • KM Search and External Link Question

    Q1: I have created a Meta Data Properties for a Folder, so any document Created in this folder will require these data to be entered, I want to put a Filter Option on the this folder Iview where user can filter data on the basis on Meta data Property or Search document based on Multiple Meta Data Property using TREX or any other search.
    Q2. If I create a External link to a document in KM folder, will TREX search in that document.
    Thanks in Advance
    Jagraj Dhillon

    Hi Jagraj,
    Q1: You have to define the Meta Property as Indexable than you can use TREX for searching for documents with the specific value of this property. Of cause you can as well filter the documents when displaying the content of the folder. In this case you have to implement a resource list filter.
    Q2: TREX is able to index links as well.
    The question is it you really mean External Links for referencing documents in KM folders because normaly you do this by an internal link. A external link in most cases is a reference outside the portal. Nevertheless see http://help.sap.com/saphelp_nw70/helpdata/en/73/66c090acf611d5993700508b6b8b11/frameset.htm so you can see you can define a parameter indexContentOfExternalLink and you can define a parameter IndexInternalLinks. In this case the index will contain as well the content of the links.
    Best Regards
    Frank

  • How to Create a hyper link iview in portal

    Hi Guys,
    Can any one help us to create hyper link url iviews ( I want to open a iview when click on the link of another iview )
    Thanks in advance

    Hi,
    Its very easy.
    Step1) Go to content admin -> pcd content ->  Create a folder in pcd content.
    In that folder create an iview. you will get so many iview templates -> select your desired template iview.
    (If you still confused, search in the sdn for creating an iview in pcd content).
    After creating that iview, open the same iview as object. check the quick link property. intially it will be blank.  set the quick link property as iview1(as an example).
    Step2) go to content admin->km content and to go to ur desired folder, say documents.
    Create a folder abc and  inthat create an external link iview1.  give the url as /irj/portal/iview1.
    Step3) create a KM Navigational iview(iview2) and open as object. set the property 'path to document' as /documents/abc.
    Preview that iview2 . you will get an hyper link iview1. on clickink that iview1 details will display.
    Search in the SDN for creating KM navigational iview or any other iview.
    Hope that helps.
    Raghu

  • Crawling/Indexing external links in CM-Repository

    Hi all,
    I would like to do the following:
    - Create an external Link or a HTML site with external links in a CM-Repository.
    - Create an index with a crawler, which crawls the
    created  links and HTML site and follows links on
    external sites to a certain depth.
    I used the standard crawler for this. But it had not the
    desired effect: Only the HTML sites directly in
    CM-Repository and behind the external links are crawled
    but no links in these sites are recognized by the crawler
    I adjuste the crawler parameters like:
    - Maximum Depth: 10
    - Follow Links (ticked)
    - Follow Redirects on Web-Sites (ticked)
    but it did not help!
    I know it sounds like you could just say: "Use a
    Web-Repository for this..." but I can not do this in
    this context. Or is this the only repository manager
    which is aware of following links?
    Any help will be appreciated!
    Best regards!
    Mirko

    Hi Matthias,
    thank you for your reply!
    The reason why I did not want to use Web-Repositories for this was, that I could not find a documentation on how to create the necessary objects in KM programmatically.
    (And I think it is not obvious from the documentation that you specifically need a Web-Repository for this!)
    Is there a API to create a HTTP-System, WebSites and Web-Repositories which is documented?
    I could not find any on SDN, but perhaps you or anybody else knows some resources?
    Best regards!
    Mirko Heger

  • External links in Business package for web editing

    Hello,
    We are testing Busines package for web editing (BPfWE) for 2 requirements: to show web content in portal and also to show external links in portal.
    But we have problem with the latter (external links). Does anyone know how to add external links (web pages from different server) to BPfWE so we could browse internal and external web pages at one location? The problem is, that I can create new external link in Knowledge management, but unlike other documents, I can't publish it to BPfWE.
    So far, we've found 2 solutions:
    1. Separate BPfWE content (use it for internal pages) and classic Knowledge management content (use it for external pages) with different navigation tabs.
    2. Create HTML document with javascript to open external web page and publish it with BPfWE.
    But both solutions are quite strange and I still hope that external links could be shown in BPfWE as well and in some easier way. Could someone help?
    Thank you,
      Marek Jenej

    Hi Russel,
    There is a short description in the portal content studio catalog you might have seen already. Some screens have been added recently, the planed presentation is delayed for some technical reasons, so please use the following links meanwhile.
    English presentation (link expires July, 10th):
    http://sapmats-de.sap-ag.de/download/download.cgi?id=W3MUIX6K0852QVVBQO8KUPVRSIE4OCXSJT7MOYYTAKITJ4TJ1A
    German presentation (link expires July, 10th)::
    http://sapmats-de.sap-ag.de/download/download.cgi?id=AWJ14Y2T7R2T3KSWAPYM3JH6AW5FTAV2MRFOY01VP7GCGK41I3
    If you need some technical information, please let Martin or me know, as we are the main contact persons for this package (please check our business cards for mail/phone details).
    Please not that this is not a SAP "product", but a ready made consulting solution offered by SAP Consulting Germany. If you are interested in this package, let's discuss details together with SAP Australia (from your flag I suppose you are located in Australia).
    Kind regards,
    Bernd

  • External Link - relative url

    We recently upgraded from CM Patch 4 to Patch 28.  We have some KM External Link the point to iViews and we used the syntax /irj/servlet/prt/portal/prtroot/etc ....
    This worked fine in Patch 4, but now is expecting the http://server/ name to be included?  Has anybody else encountered this?
    Does anybody know of an alias I can use, e.g. - http://servername/irj/etc ...?

    HiJulian,
    Sorry I didn't explain the problem well enough the first time.
    An example is that I have an iView to an ESS transaction, but we wanted to be able to view it among other KM content.  We did this by geting the URL of the iView, creating an external link in the KM folder pointing to the iView on the same server.  To make it easier to move content bewtwen Dev,QA,and Prod, we used the relative URL's starting with /irj/etc... 
    In Patch4, this worked fine and it picked up the http://servername just fine.
    Now in Patch28, the resulting URL looks like http:///irj with the servername missing.
    Thanks,
    Mike Shroyer

  • Is it possible to link and update external files in a Indesign document when sharing the Indesign file in Creative Cloud with multiple users?

    I am new to Creative Cloud, but have been using Adobe software for many years.
    Now we are considering sharing an Indesign file with my project group using CC.
    The Indesign file contains links to external files (one Illustrator and multiple .txt files); and we export the approved version to an Hi-Res PDF.
    These .txt files are currently hosted on our internal server but have not been linked directly: we first copy them over to local desktop and update the links in Indesign before creating a new PDF. 
    Since these file can be update by different people we would like to keep them outside the Indesign and Illustrator files.
    Is it still possible with CC to link directly to the files on our server in Indesign and see if there have been updated?
    Or can they also be stored in the CC cloud? Or is there another method?
    Thanks in advance for any help or suggestions
    Ronald

    This will work if you all use the file syncing of the Creative Cloud desktop application and then you use the Collaborate option for the folder containing all the files. Then it will work on each of your desktops.
    Links to files will not work in the browser when viewing the InDesign document from https://creative.adobe.com/files.

  • Help With Movie That Continues to play when an External Link text button is clicked

    I'm using Captivate 3.
    I have a movie with Various Text Buttons one of my buttons in this particular module i'm creating when clicked opens an external PDF file for viewing.
    However, my movie in the background keeps playing when i need it to stay on that Menu Screen with the various buttons.
    Ideally so the user when done viewing the External PDF can then click another button to continue to the section in the movie where they need to go for the Software Demonstration.
    Any Ideas on how to get it to stop???   I thought i had it working yesterday but today its not.. Its possible i removed a duplicate Pause or something?
    *UPDATE - just went in to check the pause settings.. It PAUSES CORRECTLY if i Click the external Link button Once.. but if i click it again.. it reopens the link and then the demonstration starts playing in the background..
    Please help
    Christina

    Hi there
    Your post was probably overlooked because we assumed you looked at the Frequently Encountered Issues page first.
    See if the link below answers that question.
    Click here to view
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • How to create an external url link with my pdf in acrobat pro

    I have no pb with adobe non pro to create an external web link which is connected to my pdf ( but internal link inside my pdf doesn't work ! ) , but I can't find in adobe pro, and further more I need  to have inside my pdf  another link  which must be connected to a web site
    Is there anyone to help a french guy ? Thanks to you

    Hi jeromemonange,
    Here is some information about creating hyperlinks in a PDF, both to external sources, such as a website, or to another page within the PDF: http://help.adobe.com/en_US/acrobat/X/pro/using/WS58a04a822e3e50102bd615109794195ff-7cb7.w .html
    Please let us know how it goes.
    Best,
    Sar

  • External Link creates an Error

    Hi,
    I am trying create an Interactive report and one of the column in it is an External link. The interactive report some what looks like this.
    # Name Link
    1 Same www.google.com
    2 Sven www.yahoo.com
    3 Bobs www.gmail.com
    4 Anna www.msn.com
    So i have Three Headers #, Name, Link.
    Using Href i am able to make a link look like URL. But when i click on the link it either opens a new tab with same application page or it asks me to log in again into the application.
    Please advise me if there is a way to handle this.
    Thanks,
    Pan
    Edited by: 950194 on Aug 1, 2012 1:43 AM

    950194 wrote:
    Hi,Welcome to the forum: please read the FAQ and forum sticky threads (if you haven't done so already), and update your profile with a real handle instead of "950194".
    When you have a problem you'll get a faster, more effective response by including as much relevant information as possible upfront. This should include:
    <li>Full APEX version
    <li>Full DB/version/edition/host OS
    <li>Web server architecture (EPG, OHS or APEX listener/host OS)
    <li>Browser(s) and version(s) used
    <li>Theme
    <li>Template(s)
    <li>Region/item type(s) (making particular distinction as to whether a "report" is a standard report, an interactive report, or in fact an "updateable report" (i.e. a tabular form)
    With APEX we're also fortunate to have a great resource in apex.oracle.com where we can reproduce and share problems. Reproducing things there is the best way to troubleshoot most issues, especially those relating to layout and visual formatting. If you expect a detailed answer then it's appropriate for you to take on a significant part of the effort by getting as far as possible with an example of the problem on apex.oracle.com before asking for assistance with specific issues, which we can then see at first hand.
    I am trying create an Interactive report and one of the column in it is an External link. The interactive report some what looks like this.
    # Name Link
    1 Same www.google.com
    2 Sven www.yahoo.com
    3 Bobs www.gmail.com
    4 Anna www.msn.com
    So i have Three Headers #, Name, Link.
    Using Href i am able to make a link look like URL.What do you mean by "Using Href i am able to make a link look like URL"?
    But when i click on the link it either opens a new tab with same application page or it asks me to log in again into the application.
    Please advise me if there is a way to handle this.Post your report query, the Link column Display Type, and Link Column Column Link properties.

  • Create a direct external link into SAP Portal

    Hello, I am looking to create an external URL to directly link into a specific page inside my Netweaver Portal.  Is there a way to set up this navigation?

    Hi Chris,
    The link would be something like this:
    http://<server>:<port>/irj/portal?NavigationTarget=<pcd address of page>
    The above creates the entire framework page around the page. You can get just the page by doing something like this:
    http://<server>:<port>/irj/servlet/prt/portal/prtroot/<pcd address of page>.
    Hope this helps.
    Daniel

Maybe you are looking for