How to insert a HYPERLINK in a template Editable Field?

Question:  How to insert a HYPERLINK in a template Editable Field?
Hi
Does anyone know how to insert a HYPERLINK in a template Editable Field?
I want the link to always display the word "Cities".
But the URL will change with each child page.
Here's what I've got so far . . .
<!-- TemplateBeginEditable name="Cities" -->Cities<!-- TemplateEndEditable -->
Thanks so much!

NOTE: This is to go into the TEMPLATE
Your best bet is to keep the hyperlink OUT of the editable Field and to make the HREF attribute of the link editable.
This would go in the head of your document:
<!-- TemplateParam name="href" type="URL" value="" -->
This would go where you want the link to appear:
<a href="@@(href)@@">cities</a>
THE BETTER WAY: You can either paste these quotes into the appropriate places in your template or you can insert:
<a href="#">cities</a>
and click inside the opening <a> tag.
Then go to Modify > Templates > Make Attribute Editable
In the dialog box "Editable Tag Attributes" you should now see "Choose which attributes of this A tag should be editable."
If HREF is not showing in the drop-down, do Add and put it there.
Check the box to Make this attribute editable.
Give a name for this editable attribute (if you have more than one on a page, you will want it to be understandable, like "cities" for your cities links).
Make sure it is of Type URL
If you want a default URL in place, put one in the Default field.
Then push OK.
To use it, on each page, do Modify > Template Properties... choose the property to edit, and put the new URL in the entry field.
Press OK.
Beth

Similar Messages

  • Can anyone advise me how to insert a hyperlink into a project I am using Captivate 5?

    Can anyone advise me how to insert a hyperlink into a project - I am using Captivate 5

    You can use an interactive object such as a click box placed over the top of a text caption, or a button, to link to the URL.  However, these will not strictly-speaking appear identical to hyperlinks.
    If you really want to replicate the rollover appearance of a true HTML text hyperlink, then you might consider the Hyperlink widget from Infosemantics:
    http://www.infosemantics.com.au/adobe-captivate-widgets/hyperlink-interactive/help
    Free trial versions for download hers:
    http://www.infosemantics.com.au/adobe-captivate-widgets/download-free-trial-widgets

  • How to insert a hyperlink in ABAP documentation

    In SE38 you can create your own online documentation. I want to insert a hyperlink in this documentation so that when the user clicks the 'I' icon, he can click directly on the hyperlink in the documentation.
    In my research I found that when you are editing the documentation, you must choose Insert -> Link. Once I click that, I get a popup asking for the following fields:
    Document Class:
    "Field based on what Document Class is chosen":
    Name in Document:
    Does anyone know what I need to fill in those fields?
    Thank you,
    Brenda

    Hi Brenda,
    I'm glad to know it works, up to this limit. In my system, this limit is 60 characters (SAP_BASIS 7.0 SP 13).
    I think we can't go beyond this limit, but there's a workaround, used by KENO (URL to SAP library) document class for example.
    You link your document class to a function module exit, by entering the function module prefix in TDCLD-DOKEDICL field. Entering a value XXXX means that SAP will call function modules XXXX_OBJECT_TITLE and XXXX_OBJECT_SHOW. I recommend to use KENO as a template.
    For example, you can enter the following code in XXXX_OBJECT_SHOW :
      data l_url(65535).
      case dokname.
        when 'A1'.
          l_url = 'http://help.sap.com/saphelp_nw70/helpdata/en/07/bf5bfa83404c6a9ed9858bcb0d46d1/frameset.htm'.
      endcase.
      if l_url is not initial.
        call function 'CALL_BROWSER'
          exporting
            url                    = l_url
          exceptions
            frontend_not_supported = 1
            frontend_error         = 2
            prog_not_found         = 3
            no_batch               = 4
            unspecified_error      = 5
            others                 = 6.
        if sy-subrc <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
        endif.
      endif.
    Then, in your document, you enter :
    <DS:XXXX.A1>click me</>
    Clicking it will display the SAP library
    Of course, instead of hardcoding the values in the function module ("A1"), you will use other means to get the URL from Solution Manager, using a key of 60 characters maximum. This would be another question if you don't know how to get it.
    Best regards,
    Sandra

  • How to insert a hyperlink to RETURN TO FRONT PAGE?

    I just now played a photo slide show that I made last night. There is no way to exit that page to go back to the Table of Contents page/Site Menu.
    How do I insert a hyperlink in all the pages so a visitor can return to the first page, or at least to the Table of Contents page/Site Menu.
    Also, there was no navigation bar on the slide show. Instead, there were clickable thumbnails of the slide show. Is this as iWeb made it to be?
    — Lorna in Southern California

    Sorry to bother you, but i did find the answer to my question by going to the Help Menu, which I forgot all about in my concern. So to keep this from being a total waste of your time, here are the instructions for making a hyperlink to another page. Again, I apologize. -Lorna
    Adding a text hyperlink
    You can create a text hyperlink that opens a webpage or a new email message, or downloads a file.
    To add a text hyperlink using the Link Inspector:
    1. Select the text you want to turn into a hyperlink.
    2. If the Link Inspector isn't open, click Inspector in the toolbar (or choose View > Show Inspector), and then click the Link Inspector button.
    3. In the Link Inspector, select "Enable as a hyperlink," and then choose an option from the Link To pop-up menu:
    • One of My Pages: Opens another page in any of your iWeb websites. Choose the page from the Page pop-up menu.
    • An External Page: Opens any webpage for which you know thethe website address. Type the address in the URL field.
    • A File: Downloads a file to the visitor's computer. (The file is part of your website; visitors won't have access to your computer.)
    • An Email Message: Opens a new email message containing the email address and subject you specify.

  • How to insert a hyperlink into a Paragraph text

    hi everybody~
    for example:
    this encourages people to answer for points and helps you track answers.
    how can I insert a hyperlink in the word:"answer for points"?
    Louis.

    Hi Louis,
    Write the following code in your compositionReady event handler :
    var text_answer = "this encourages people to";
    text_answer += "<a target='_blank' href='http://www.<etc.>'>answer for points</a>";
    text_answer += "and helps you track answers.<br>";
    sym.$("<textElementName>").html( text_answer);
    // or if needed sym.getSymbol("<symbolInstanceName>").$("<textElementName>").html( text_answer);
    Gil

  • How to insert a hyperlink in mail content for workflow

    Experts,
    I want to insert a hyperlink in mail content when i use sendmail type step in workflow.
    How to do it?
    Thanks you very much!

    Hi, Venkat
      Thanks you for your help!
      I try to use '<a href=''https://login.yahoo.com/config/login_verify2?&.src=ym''>Yahoo mail</a>' in the mail, but
      my outlook display the mail content is '<a href=''https://login.yahoo.com/config/login_verify2?&.src=ym''>Yahoo mail</a>',
      is not a hyperlink.
    Ken.Li

  • How to insert a carriage return in a varchar field

    Post Author: gilles
    CA Forum: Data Integration
    Hello,
    How do you insert a carriage return in a varchar field in BODI ? I couldn't find a function like CHAR(13)...
    Thanks
    Gilles

    Post Author: gilles
    CA Forum: Data Integration
    Thanks a lot,
    I'll upgrade to 11.7 (currently 11.5.1)
    Gilles

  • Can't figure out how to insert an html within my template

    I've searched, but perhaps I am not using the correct terminology. I apologize if this has been addressed elsewhere.
    We have a vendor who is trying to mimic my webpage for our customers who sign on to her service. My problem is that I don't like having versions of our webpage outside our organization because I'll have to get them to update every time I make a change to our page. I know it will be forgotten at some point. What I'd like to do is set up a page on our site and insert their html content page within my template framework. There is a form that needs to link to their site so it needs to live on their server. I tried inserting an html, but it didn't work. I know in the olden days I used to be able to do this in PageMill. Now, I just can't figure out how to do it. Does anyone know the secret?
    Here is a sample page on my site showing what I'm trying to do: http://www.franklinebranch.com/TEST.html. I'm using DW CS5.
    Thanks for any suggestions. Anna

    That's what I was afraid of. Is IFrame a separate program?
    This is the vendor page: https://secure.powerpay.biz/r/fsb.aspx

  • How to create a hyperlink in RTF template to navigate within the report

    Hi,
    I have an RTF template for one of my report and in that i want to provide hyperlink "Top" which will take the user to the beginning of the report. The output of the report is in HTML format which gets displayed on the browser.
    Since the report has some many tables and is very lengthy i wanted to provide an hyperlink which will navigate to the top at the end of each table.
    I formatted my report title as "Heading1" and created an hyperlink at the bottom of the table in the template and pointed it to the above heading. But still i am not able to navigate to the top from the HTML report that gets generated.
    I have the template and the sample xml file at the following shared location:
    \\Rakumara-pc\TO_XMLPUB_GURU folder.
    Please take a look and help point out what am i doing wrong.
    -thanks
    Ramesh K

    Hey Ramesh
    Thats cheating ... the forum is meant for customers not O developers ;o)
    Can you send your template link (I cannot get into your PC) to the xmlp ML and we'll help there.
    Regards, Tim

  • How: multiple insert stmt's in Database Express edition SQL commands GUI?

    I have installed the Express 10g version today and played around with it for a while.
    If I go to the SQL commands GUI and enter one insert like this:
    INSERT INTO pageit (PagID, PagParent, PagName, PagActive) VALUES (19, 17, 'Mango tree', 1)
    then it works nicely:
    But if I do this:
    INSERT INTO pageit (PagID, PagParent, PagName, PagActive) VALUES (20, 17, 'Grape trees', 1);
    INSERT INTO pageit (PagID, PagParent, PagName, PagActive) VALUES (21, 16, 'Animals', 1);
    Then it says:
    ORA-00911: invalid character
    Looks like semicolon is not allowed,
    but if I remove the semicolon then it says;
    ORA-00905: missing keyword
    Is there a way to use multiple insert statements in one go in this GUI at all?
    If not, could someone please recommend how I do this.
    I have exported thousands of insert lines from MySql and I would like to get them into my newly created Oracle table without having to type one line at the time in this gui.
    Any suggestions?
    Then if there is a nice WEB GUI like phpmyadmin for Oracle then I would like to know about that to? (Preferably free)

    I've not done a lot with the express edition, so there may be tools I'm not aware of. There is a dedicated Express Edition forum that may be more helpful for some of these questions.
    I would normally use the command-line SQL*Plus to run a script with a large number of SQL statements. I'd generally prefer, though, to get a comma-separated data file from the other system and load that into Oracle using SQL*Loader for efficiency reasons.
    In Oracle, you would normally only want a single database on a single physical machine. I know in SQL Server that what they call a "database" is roughly equivalent to a "schema" in Oracle, which is created by creating a new user.
    Justin

  • How to insert data from file into long raw field using utl_file?

    I try to insert binary data from a file (under AIX 4.3.3) into a LONG
    RAW field (Oracle 8.1.6).
    First, I retrieve the data from the file like this:
    DECLARE
    FileHandle = UTL_FILE.FILE_TYPE;
    myVariable LONG RAW;
    FileHandle := UTL_FILE.FOPEN ;('prj/oracle/admin/MARTIJN/udump',
    'MyFile.ATT', 'R');
    UTL_FILE.GET_LINE (FileHandle, myVariable);
    UTL_FILE.FCLOSE(FileHandle);
    INSERT INTO myTable(DUMMYFIELD) VALUES(myVariable);
    Where DUMMYFIELD of table myTable is of type LONG RAW.
    The GET_LINE statement crashes on Oracle Error ORA-6502: Numeric of
    Value error: hex to raw conversion error.
    What do I do wrong?
    Do I use the right method to retrieve information from a file and put
    it into a long raw field, should I try it another way?
    Any help greatly appreciated,
    Martijn Rutte

    Zarina,
    To clarify your problem, you have a script node contaning your Matlab code. Are you then using the standard LV functions to load in your data from a file and pass it into the script node?
    Regards
    Tristan

  • How to insert a data&time to Database date field

    Dear Friends,
    I have created a Stored Procedure which takes a Date data type as an input,When i call this procedure from java i need to set the data&time in
    yyyymmddhhmmss format. How to set this from java ?.
    Rgds
    Mohan S

    How to set this from java ?.Usually you use a prepared statement and one of the set methods.
    Or you can use setString() and format the date yourself using SimpleDateFormat.

  • How to insert a logo in discoverer plus edition

    Hi
    I want to insert a logo/image file in discoverer plus edition(In Worksheet).
    Please anyone help me on the same.
    Regards
    Sreehari

    Hi Kranthi
    Sorry but this is still not included with the 11g release.
    The only change in 11g R1 is the underlying application server which has now become weblogic. The user interface and interoperability is the same as in 10.1.2.3.
    11g R2 is due out in 2010 and so far no specs have been issued as to what might be included other than the interfacing to OBI EE 11g.
    Best wishes
    Michael

  • How to insert a sev lines in the comments field for the Nc detail report?

    Hi,
    I have tried to send in comments in the Nc log via soauip interface to SAP, but i'm only managing to get all the text in one long line. Is it possible to divide the text to several lines?
    Br,
    Mattias

    Sandeep is correct. I don't have time to tell you the correct query, but mine is something like this based on Sandeep's information:
    SELECT rsh.receipt_num
    FROM   rcv_transactions      rcvt,
           po_lines_all          pla,
           rcv_shipment_headers  rsh
    WHERE  rcvt.shipment_header_id   = rsh.shipment_header_id
    AND    rcvt.PO_LINE_ID          = pla.PO_LINE_ID
    AND    pla.item_id              = (select distinct inventory_item_id
    from mtl_system_items
    where segment1 = '1216107-2')

  • Inserting a hyperlink in Safari on iPad2

    How to insert a hyperlink in the body of a message in a Safari email on an iPad2?

    [iPad User Manual|http://manuals.info.apple.com/enUS/ipad_2_userguide.pdf|when you click this blue text, and amazing thing happens! a pdf starts to load]
    Page 21

Maybe you are looking for

  • Hal.dll error; wont boot pav9000; no cd; pre-loaded XP pro sp 3

    File there, but corrupt; have hirens boot and spotmau--dont know how to use.   computer at 92% data capacity.  Lost all data last time i recovered (poorly, i might add).  so no recovery....took 6 mos to load.....  have seen hundreds of responses in f

  • How to create DataSource for BI Source System in RSA1?

    I have a BI Source System defined, however I can't figure out a way to create a new DataSource for it. I can create DataSource objects for all my other Source Systems, but I can't figure out how to do this for this BI system. I select my BI Source Sy

  • Reseting System for new user...

    Hello All, I am selling my older iMac for a new one. How do I get everything back to virgin status...like I got it originally right out of the box...ready to re-setup. (Getting rid of all my data). Don't worry its all backed up.

  • Geeting State of Managed SOA as "FAILED_NOT_RESTARTABLE" in console

    For two of SOA instance got error as ::"FAILED_NOT_RESTARTABLE" in console..including few extacts from logs pls check..thnx in advance. <Feb 20, 2013 3:39:11 AM GMT> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode> <Feb 20, 201

  • Information System - Asset Reports

    Hi I'm looking for a report  where  I can view the balance of fixed assets  month by month from prior years that are already closed. We don't want to open closed years for this activity. Thanks. Itzel Perez