(Urgent) - Using Image as a link

Hi All,
I have a requirement to use image as a hyper link so that when a user clicks on that image he can see the report related to it.
Could this Feature is possible through ABAP.
If yes how can i achieve it, is there any FM with the use of which i can use the image as a hyper link.
Please reply as soon as possible.
Thanks in advance
Message was edited by:
        Rachit Khanna

Hi,
Refer to the the following code for using image as hyperlink.
<%@ page import="com.sapportals.portal.prt.resource.IResource"  %>
  <hbj:link
    id="link1"
    text="Link to SAP"
    reference="http://www.sap.com"
    target="_TOP"
    tooltip="this takes you to: http://www.sap.com"
    onClick="LinkClick"
    >
    <hbj:image
        id="image_logo"
        alt="Image not available"
        src=""
        >
        <%
            IResource
            rs=componentRequest.getResource(IResource.IMAGE,
            "../mimes/sap.gif");
            image_logo.setSrc
               (rs.getResourceInformation().getURL(componentRequest));
            %>
    </hbj:image>
  </hbj:link>
regards
Gaurav
Reward points if helpful

Similar Messages

  • Instead of using image in a link column can we have button with name?

    Hi,
    In Apex , in report region instead of using image in a link column can we have button with name?
    Thanks,
    Anoo..

    From your wording, it sounds like you used the built-in column link within APEX. You will need to edit your column and remove that so that the column is only containing the definition that is coming from the query (you can also just change the alias used for the column and then the old column with the link will be removed and the new alias will be added against your new button column).
    -- Sharon

  • Using image as a link in ALV

    Hi All,
    I want a solution for using icon as a link in the column of ALV.
    I have tried with the text and it worked well but when i try for the icon it does not
    act as a link instead a simple icon.
    Could you suggest me some suitable solution for it.
    Thx and Regards,
    Arti.

    Hi Arti,
       Use this code :
    data:
            lr_link_to_action1 TYPE REF TO cl_salv_wd_uie_link_to_action,
            lr_col type cl_salv_wd_column.
    lr_col = lr_column_settings->get_column( 'STATUS' ).
      CREATE OBJECT lr_link_to_action1.
      lr_link_to_action1->set_image_source_fieldname( 'STATUS' ).
      lr_col->set_cell_editor( lr_link_to_action1 ).
      In my case i am populating the status filed with the following values:
      icon_led_inactive,icon_* etc..
      Hope this will help you.
    regards,
    Madhu

  • Using image as a link

    dear all,
    im trying to create an image to be a link to new page, can any body help me
    thanks in advance
    adham

    Hi
    I tried this way.. by creating an html portlet and it worked fine.. Hope this works for you
    add ahref and img src
    Message was edited by:
    [email protected]

  • Can't use image as link using asfunction for some reason

    I have a pretty large which was coded using AS2 in about 2006 so I'm trying to make a few changes using AS2 which I'm pretty rusty on.  I have a swf which loads an xml file into a textarea in flash and it all works well.  I have to link some images which appear in the xml file but those images have to be links to external sites and that is where I am running into problems with my asfunction.  Here is the code.
    Function in my AS:
    function launchSite(arg) {
      if(arg == "agri") {
        getURL("http://www.usda.gov/wps/portal/usdahome", "_blank");
    then of course arg will take different values for the other links:
    In the xml file, here is the asfunction code:
    <a href='asfunction:_root.launchSite,agri'><img src="images/agri.gif"></a>
    What is happening is the function is working and the external link is opening in a new browser window, but the xml stops at that point so most of the agri.gif image and the rest of the page are gone.  If I change the img tag to just a text link, then all is well .. but my client wants the images to be the link.
    To further complicate, if I remove the link text and have only the img tag, the page is fine.  They just won't work together for some reason.  Any thoughts?
    Thanks!
    Nancy

    >the cdata tag is needed so you can load the xml that contains html tags.
    Interesting since my xml files are full of html tags and everything else renders just fine without CDATA tags.  My textarea is configured to allow HTML.
    AS as follows:
    //set up the textarea
    //init TextArea component
    myText.html = true;
    myText.wordWrap = true;
    myText.multiline = true;
    myText.label.condenseWhite=true;
    //set up the XML
    myXML = new XML();
    myXML.ignoreWhite = true;
    myXML.load("xml/acts.xml");
    myXML.onLoad = function(success)
    var myArray:Array = myXML.firstChild.childNodes;
    myTitle.text = myXML.firstChild.attributes.title
    myLoader.contentPath = myXML.firstChild.nextSibling.attributes.src
    myText.text = myXML.firstChild.nextSibling.nextSibling
    function loadFunction(target){
    myXML.load(target);
    myXML.onLoad = function(success)
    var myArray:Array = myXML.firstChild.childNodes;
    myTitle.text = myXML.firstChild.attributes.title
    myLoader.contentPath = myXML.firstChild.nextSibling.attributes.src
    myText.text = myXML.firstChild.nextSibling.nextSibling
    //function to load the external XML
    function launchSite(arg) {
      if(arg == "agri") {
        getURL("http://www.usda.gov/wps/portal/usdahome", "_blank");
    pertinent part of the xml as follows (portion of the text node which displays all the text):
    <a href='asfunction:_root.launchSite,agri'><![CDATA[<img src="images/agriculture.gif">]]></a> Department of Agriculture:  The Department of Agriculture began in 1862.  The main job of this department is to keep our food is safe and healthy.  They also work with farmers if they need help selling their crops both in the US and around the world.  Secretary of Agriculture is Mr. Thomas J. Vilsack.
    I added the CDATA tags at your suggestion.  What that gives me in the browser is a working function (loads the external site in a new window as desired) but instead of the image, I have the img tag printed out due to the CDATA tags (which by definition is not parsed).
    I have had pages on pages like this in this site since 2006 (which is why it's done in AS2 and not 3) and have never had a problem until the client wanted the images to be links to the external sites.  If I put in the image tag without the link, it works.  If I put in the link tag with a text link rather than the image, it works.  It's the two together that do not work.
    Does that make sense?
    Thanks again!
    Nancy
      after that you need to parse the xml correctly and assign to your textarea.  are you?

  • Can I use Bridge CS6 as a central image database for linking to multiple documents?

    Can I use Bridge CS6 as a central image database for linking to multiple documents?

    It's only really good for Adobe document formats, if you want to be able to view and/or tag documents.

  • Using images as links

    Such a little problem that is driving me potty!
    I have used an image as a link on a page I have built in
    Dreamweaver, but previewing this page in Internet Explorer shows
    that as I rollover the image, a fine border appears around it.
    Help! How do I get rid of this? It's an image with a white
    background set on a white page so this 'border' that appears looks
    awful. The border doesn't appear when I preview in Safari or
    Firefox. I would so very much appreciate anyone who would have the
    time to help me find the solution! Many thanks.

    That's not really the question though. It's a rollover only
    thing in IE.
    We'd need to see the page.
    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
    ==================
    "joeq" <[email protected]> wrote in message
    news:gh0sbq$bu4$[email protected]..
    >
    http://www.letmegooglethatforyou.com/?q=border+around+link
    >
    >
    >
    quote:
    Originally posted by:
    macadadi
    > Such a little problem that is driving me potty!
    > I have used an image as a link on a page I have built in
    Dreamweaver, but
    > previewing this page in Internet Explorer shows that as
    I rollover the
    > image, a
    > fine border appears around it. Help! How do I get rid of
    this? It's an
    > image
    > with a white background set on a white page so this
    'border' that appears
    > looks
    > awful. The border doesn't appear when I preview in
    Safari or Firefox. I
    > would
    > so very much appreciate anyone who would have the time
    to help me find the
    > solution! Many thanks.
    >
    >
    >

  • Can I use an Image Map to link to an SLP

    I am working on a project starting with the Desktop Catalog with Homepage layout, and have created 4 additional generic SLPs.  I added an image to the homepage slp and would like to use an image map to link to the 4 generic slps that I created.  But I get an error when running the site and clicking on any of the image map links.  Clicking on the link opens a new window with a "This program cannot display the webpage".  At times I have gotten a script error when clicking the link rather than the This program... message, but I cant seem to replicate that at the moment.
    I am able to do a simple hyperlink on the image to an slp, but this, of course, only gives me the ability to link to one of my additional pages....
    Any ideas?
    John

    I did finally figure this out...  it is possible to map to an slp file from an image map...  the trick has to do with how slp files work in RH,and makes sense, sort of, once I got it to work.  When you generate html5, htm files are generated fromthe slps.
    When you link to an slp file in a regular hyperlink, during the generation of the site, RH translates the slp refernce to the htm file reference that is generated from the slp.  But for some reason, i.e., a bug IMHO, with an image map, when you link to an slp file, RH does not convert this slp reference to the .htm reference (as it does with normal, non-image map hyperlinks. 
    So the way to get this to work, is when you create the image map link, put in the htm file name that will be created during generation.
    John

  • How to display URL images and URL link (html) from Smartforms?

    Hi Gurus,
    I'm having difficulty on how to display targeted URL images and URL link from the smartforms, after i sending it out as html mail. The mail i sent just can be preview as a plain text, which can't execute the html code that i put inside the smartforms itself. I follow a few step from this very useful blog.. Hopefully, you guys can give me some solutions or ideas on this.
    /people/pavan.bayyapu/blog/2005/08/30/sending-html-email-from-sap-crmerp -thanks to Pavan for his useful blog.
    My code is like this..
    <--- Start Code.
    FORM call_smartforms.
      DATA : lv_subject TYPE so_obj_des,
             lc_true(1) VALUE 'X',
             lw_control_parameters TYPE ssfctrlop,
             lw_output_options TYPE ssfcompop,
             lc_graphics(8) VALUE 'GRAPHICS',
             lw_xsfparam_line TYPE ssfxsfp,
             lc_extract(7) VALUE 'EXTRACT',
             lc_graphics_directory(18) VALUE 'GRAPHICS-DIRECTORY',
             lc_mygraphics(11) VALUE 'mygraphics/',
             lc_content_id(10) VALUE 'CONTENT-ID',
             lc_enable(6) VALUE 'ENABLE',
             lw_job_output_info TYPE ssfcrescl,
             lw_html_data TYPE trfresult,
             lw_graphics TYPE ssf_xsf_gr,
             lt_graphics TYPE tsf_xsf_gr,
             lv_html_xstr TYPE xstring,
             lw_html_raw LIKE LINE OF lw_html_data-content,
             lv_incode TYPE tcp00-cpcodepage VALUE '4110',
             lv_html_str TYPE string,
             lv_html_len TYPE i,
             lc_utf8(5) VALUE 'utf-8',
             lc_latin1(6) VALUE 'latin1',
             lv_offset TYPE i,
             lv_length TYPE i,
             lv_diff TYPE i,
             lt_soli TYPE soli_tab,
             lw_soli TYPE soli,
             lc_mime_helper TYPE REF TO cl_gbt_multirelated_service,
             lv_name TYPE mime_text VALUE 'sapwebform.htm',
             lv_xstr TYPE xstring,
             lw_raw TYPE bapiconten,
             lt_solix TYPE solix_tab,
             lw_solix TYPE solix,
             lv_filename TYPE string,
             lv_content_id TYPE string,
             lv_content_type TYPE w3conttype,
             lv_obj_len TYPE so_obj_len,
             lv_bmp TYPE so_fileext VALUE 'BMP',
             lv_description TYPE so_obj_des VALUE 'Graphic in BMP format',
             lc_doc_bcs TYPE REF TO cl_document_bcs,
             lc_bcs TYPE REF TO cl_bcs,
             lc_send_exception TYPE REF TO cx_root,
             lw_adsmtp TYPE lty_adsmtp,
             lv_mail_address TYPE ad_smtpadr,
             lc_recipient TYPE REF TO if_recipient_bcs,
             lc_send_request TYPE REF TO cl_bcs,
             lv_sent_to_all TYPE os_boolean.
      DATA : v_language TYPE sflangu VALUE 'E',
             v_e_devtype TYPE rspoptype.
      v_form_name = 'ZTEST_EMAIL'.
      CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
        EXPORTING
          formname           = v_form_name
        IMPORTING
          fm_name            = v_namef
        EXCEPTIONS
          no_form            = 1
          no_function_module = 2
          OTHERS             = 3.
      IF sy-subrc = 0.
       break mhusin.
      ENDIF.
    starting here. ***
    Set title for the output
      lv_subject = 'Smartforms.'.
    Set control parameters to "no dialog"
      lw_control_parameters-no_dialog = lc_true.
    IF lw_service_subject-code = lc_fm1.
    *--- To get output device type
      CALL FUNCTION 'SSF_GET_DEVICE_TYPE'
        EXPORTING
          i_language    = v_language
          i_application = 'SAPDEFAULT'
        IMPORTING
          e_devtype     = v_e_devtype.
      lw_output_options-tdprinter = v_e_devtype.
      lw_control_parameters-getotf = 'X'.
      IF sy-subrc = 0.
       break mhusin.
      ENDIF.
    Set output options
      lw_output_options-xsf        = lc_true.
      lw_output_options-xsfcmode   = lc_true.
      lw_output_options-xsfoutmode = 'A'.
      lw_output_options-xsfoutdev  = space.
      lw_output_options-xsfformat  = lc_true.
      lw_xsfparam_line-name  = lc_graphics.
      lw_xsfparam_line-value = lc_extract.
      APPEND lw_xsfparam_line TO lw_output_options-xsfpars.
      lw_xsfparam_line-name  = lc_graphics_directory.
      lw_xsfparam_line-value = lc_mygraphics.
      APPEND lw_xsfparam_line TO lw_output_options-xsfpars.
      lw_xsfparam_line-name  = lc_content_id.
      lw_xsfparam_line-value = lc_enable.
      APPEND lw_xsfparam_line TO lw_output_options-xsfpars.
    Get the smartform content
      CALL FUNCTION v_namef
        EXPORTING
          control_parameters   = lw_control_parameters
          output_options       = lw_output_options
    *pass other application specific parameters (eg order number, items ).
      IMPORTING
          job_output_info    = lw_job_output_info
      TABLES
          tt_tabh              = tt_tabh
          tt_tabb              = tt_tabb
          tt_tabf              = tt_tabf
      EXCEPTIONS
          formatting_error = 1
          internal_error   = 2
          send_error       = 3
          user_canceled    = 4
          OTHERS           = 5.
      IF sy-subrc = 0.
       break mhusin.
      ENDIF.
      lw_html_data  = lw_job_output_info-xmloutput-trfresult.
      lt_graphics[] = lw_job_output_info-xmloutput-xsfgr[].
      CLEAR lv_html_xstr.
      LOOP AT lw_html_data-content INTO lw_html_raw.
        CONCATENATE lv_html_xstr lw_html_raw INTO lv_html_xstr IN BYTE MODE.
      ENDLOOP.
      lv_html_xstr = lv_html_xstr(lw_html_data-length).
      CALL FUNCTION 'SCP_TRANSLATE_CHARS'
        EXPORTING
          inbuff       = lv_html_xstr
          incode       = lv_incode
          csubst       = lc_true
          substc_space = lc_true
        IMPORTING
          outbuff      = lv_html_str
          outused      = lv_html_len
        EXCEPTIONS
          OTHERS       = 1.
    *HACK THE HTML CODE GENERATED BY SMARTFORM TO MAKE THE
    *EXTERNAL IMAGES APPEAR AS <IMG> TAG IN HTML
      REPLACE ALL OCCURRENCES OF '<IMG' IN lv_html_str WITH '<IMG' IGNORING CASE.
      REPLACE ALL OCCURRENCES OF '/>' IN lv_html_str WITH '/>' IGNORING CASE.
      REPLACE ALL OCCURRENCES OF '</A>' IN lv_html_str WITH '' IGNORING CASE.
      REPLACE ALL OCCURRENCES OF '<' IN lv_html_str WITH '<' IGNORING CASE.
      REPLACE ALL OCCURRENCES OF '>' IN lv_html_str WITH '>' IGNORING CASE.
    CALL METHOD html_control - >load_mime_object
       EXPORTING
         object_id  = 'ZWN'
         object_url = 'ZWN.GIF'
       EXCEPTIONS
         OTHERS     = 1.
      REPLACE ALL OCCURRENCES OF lc_utf8 IN lv_html_str WITH lc_latin1.
    REPLACE ALL OCCURRENCES OF lc_utf8 IN lv_html_str WITH 'iso-8859-1'.
       break mhusin.
      lv_html_len = STRLEN( lv_html_str ).
      lv_offset = 0.
      lv_length = 255.
      WHILE lv_offset < lv_html_len.
        lv_diff = lv_html_len - lv_offset.
        IF lv_diff > lv_length.
          lw_soli-line = lv_html_str+lv_offset(lv_length).
        ELSE.
          lw_soli-line = lv_html_str+lv_offset(lv_diff).
        ENDIF.
        APPEND lw_soli TO lt_soli.
        ADD lv_length TO lv_offset.
      ENDWHILE.
      CREATE OBJECT lc_mime_helper.
      CALL METHOD lc_mime_helper->set_main_html
        EXPORTING
          content     = lt_soli
          filename    = lv_name
          description = lv_subject.
      LOOP AT lt_graphics INTO lw_graphics.
        CLEAR lv_xstr.
        LOOP AT lw_graphics-content INTO lw_raw.
          CONCATENATE lv_xstr lw_raw-line INTO lv_xstr IN BYTE MODE.
        ENDLOOP.
        lv_xstr = lv_xstr(lw_graphics-length).
        lv_offset = 0.
        lv_length = 255.
        CLEAR lt_solix[].
        WHILE lv_offset < lw_graphics-length.
          lv_diff = lw_graphics-length - lv_offset.
          IF lv_diff > lv_length.
            lw_solix-line = lv_xstr+lv_offset(lv_length).
          ELSE.
            lw_solix-line = lv_xstr+lv_offset(lv_diff).
          ENDIF.
          APPEND lw_solix TO lt_solix.
          ADD lv_length TO lv_offset.
        ENDWHILE.
        CONCATENATE lc_mygraphics lw_graphics-graphics text-001 INTO lv_filename.
        CONCATENATE lc_mygraphics lw_graphics-graphics text-001 INTO lv_content_id.
        lv_content_type = lw_graphics-httptype.
        lv_obj_len      = lw_graphics-length.
    *Add images to the email
        CALL METHOD lc_mime_helper->add_binary_part
          EXPORTING
            content      = lt_solix
            filename     = lv_filename
            extension    = lv_bmp
            description  = lv_description
            content_type = lv_content_type
            length       = lv_obj_len
            content_id   = lv_content_id.
      ENDLOOP.
      TRY.
          lv_subject = lv_subject.
          lc_doc_bcs = cl_document_bcs=>create_from_multirelated(
                   i_subject          = lv_subject
                   i_multirel_service = lc_mime_helper ).
        CATCH cx_document_bcs INTO lc_send_exception.
        CATCH cx_bcom_mime INTO lc_send_exception.
        CATCH cx_gbt_mime INTO lc_send_exception.
      ENDTRY.
    Create send request
      TRY.
          lc_bcs = cl_bcs=>create_persistent( ).
        CATCH cx_send_req_bcs INTO lc_send_exception.
      ENDTRY.
      TRY.
          lc_bcs->set_document( i_document = lc_doc_bcs ).
        CATCH cx_send_req_bcs INTO lc_send_exception.
      ENDTRY.
    Set-up email receiver
      lv_mail_address = '[email protected]'.
    TRANSLATE lv_mail_address TO UPPER CASE.
      TRY.
          lc_recipient = cl_cam_address_bcs=>create_internet_address(
              i_address_string = lv_mail_address ).
        CATCH cx_address_bcs INTO lc_send_exception.
      ENDTRY.
      TRY.
          lc_bcs->add_recipient( i_recipient = lc_recipient ).
        CATCH cx_send_req_bcs INTO lc_send_exception.
      ENDTRY.
    Send smartforms as HTML email
      TRY.
          lc_bcs->send( ).
        CATCH cx_send_req_bcs INTO lc_send_exception.
      ENDTRY.
      COMMIT WORK.
      WRITE:/ 'Mail sent'.
    ENDFORM.                    "call_smartforms
    End Code --->
    Thanks and Regards.

    1- put your images in a directory under the web app directory. Example: app/images/
    2- in your jsp, use: String file = application.getRealPath("/images/"); to get the images directory. See http://java.sun.com/j2ee/sdk_1.3/techdocs/api/javax/servlet/ServletContext.html#getRealPath(java.lang.String)
    3- it's not the right forum to post this kind of question. Post them in the JSP/Servlet JSTL forum instead

  • Any way to open new browser window without using image maps?

    Is there any way to open new browser window without using image maps? My code works fine in Firefox, but not in IE. There are 2 problems in IE: 1st is that the thumbnail images move up within their own borders & 2nd that when you click on an image it does open up a new browser window, but also redirects to the index page (in this case it's just a placeholder index page - the new one I've called index_new.html for the time being).
    Here is the link:
    http://www.susieharperdesigns.com/gallery_beads.html
    Any help is greatly appreciated.

    Your missing a value on the HREF.  In your code you have this:
    <area shape="rect" coords="-24,-9,106,144" href=" " onclick="MM_openBrWindow('gallery_bead1.html','','width=255,height=360')" />
    </map></div>
    and it should be this:
    <area shape="rect" coords="-24,-9,106,144" href="javascript:void()" onclick="MM_openBrWindow('gallery_bead1.html','','width=255,height=360')" />
    </map></div>
    If you fix the code on all your beads, it should work.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb
    http://alt-web.blogspot.com

  • In browser editing: Can my client add new images with hyper-links to their websites without having to replace images already there?

    My client would like to be able to add new images to their site themselves and use them as hyper-links to external sites without having to replace an old image with the new one (or blank place holding images - far from ideal). Is there ANY way that this is possible? They do not wish to update and add new images/links regularly and it is certanly not intended to be used as a blog or way of being able to constantly keep content new and fresh otherwise I would set them up with a blog account and add that to the site. It is merely a way of adding links to other local businesses every once in a while.
    Please see the page they wish to update... Friends. (Please excuse the layout... the customer will not be able to resize or edit the images themselves and wishes to add them as-is!)
    Thanks in advance for any help. If anybody knows how I can ask an Adobe official mod, that would be great... that, or make a request for a future addition in an update?
    Warm regards,
    Ben Gathercole

    Hi Andria,
    Changing links is currently not possible with in-browser editing.
    Please post this as a feature request in the following feedback form :
    http://feedback.inbrowserediting.com/?url=
    Regards,
    Akshay

  • Is there a way for my images that are links NOT to be denoted by whatever color i set my links to be in my page properties?

    Hi there.
    i have set my links to be black in my page properties.  i have somes images that i am using for links and i do not want the to have a black box tracing their outline.  it's messing up my design and tables.  is there a way for my images that are links NOT to be denoted by whatever color i set my links to be in my page properties?
    see attachment.
    thanks for sharing your knowledge with me.
    gina

    If you would like your NON-linked images to have a border, and only remove the border from linked images then this css:
    a img { border:none; }
    E. Michael Brandt
    www.divahtml.com
    www.divahtml.com/products/scripts_dreamweaver_extensions.php
    Standards-compliant scripts and Dreamweaver Extensions
    www.valleywebdesigns.com/vwd_Vdw.asp
    JustSo PictureWindow
    JustSo PhotoAlbum, et alia

  • Image Maps & Photo Links

    I'm new to Dreamweaver... first site design with css.  I love it.   Doing okay but have run into two obstacles I'm just not adept enough to over come.
    Site Name:  twangtowntv.com
    #1)  I think I have screwed up my main page template.  Not sure how to fix that so that I can have repeating elements throughout the site update simultaneously once again.  Is there any way to rebuild that page and then reapply the page attributes to my existing site pages?
    #2)  I've used image maps and have linked photos to websites many times.  But, for the the life of me, I can't make it happen with the images in my right sidebar.  Nothing seems to work.  I image map them, link them... but nothing... no hyperlinking action!     Right now I have added to each page as part of a Library item.   Thought that might open the flood gate.  Still... nothing.  ANY IDEAS of what I might try will be greatly appreciated.
    Thanks... Tim

    Have you fixed this, because when I hover over any of the picture links on the right, they point to a new page or go to a different link.
    if you are using a template, not sure why you would need to use a library item in the left sidebar, if the links are all going to be the same on every child page??
    You can repair the master template page, and have the changes reflect on the child pages, but you'd need to make sure that all the editable regions were the same, otherwise, the child pages won't know where to create any of the new regions and could end up with a mess.

  • Matching Quiz in Captivate CS4 (using images)

    Hi all,
    I am looking to create a quiz slide in Captivate CS4 using the matching quiz tool.  Does anyone know whether or not you can use images as a question rather than text, for example, (see below) i would have the 4 hazard signs on the left and then the 4 answers on the right and the person completing the quiz would have to match the correct answer to the correct picture.  If it can be done, where would i start????

    Hi there
    It can "sort of" be done using Captivate. You wouldn't be able to click the actual image and drag to make the match, but you could certainly insert images just above the text. Then instruct the user to click the text answer and drag to make the match.
    If you took this approach you would certainly want to avoid shuffling the answers unless you wanted to totally confuse folks!
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • How to use image prompt?

    I want to use a map as image prompt. Are there some examples for that?

    Steps are :-
    1. Create new request in Answers.
    2. And click on Prompt tab.
    3. Click on create prompt , Click in Image prompt.
    4. Give Captions and image URL and other details.
    For more details use the link below.
    http://oraclebizint.wordpress.com/2007/11/02/oracle-bi-ee-101332-using-image-prompts/
    Regards,
    Som.

Maybe you are looking for

  • I can't get my Wi-Fi working on my ipod touch 4th generation?

    I Click on settings. Then Wi-fi. (my wifi IS turned on at this point) I click on the wifi name for my hous's wifi. Then its just loading for ages. I click arrow next to name brings me to weird stuff asking my IP Address (DHCP, BootP?) Router, Subnet

  • Partitioning External Drive w/o Erasing Data

    I have one 500GB external drive (USB) that I want to partition. I have 85GB on data on it now and really don't want to copy it back to the Mac HD (if at all possible). When I run Disk Utility/Partition and select 2 partitions, it allows me to shrink

  • Drag and drop to multiple targets

    Hi Im trying to create a simple drag and drop app where you can drap a movieclip into multiple areas. This is the code i have so far (taken from a tutorial i found) thats works perfectly for 1 target but not for multiples. I initially tried giving th

  • Jtextpane for print

    how i can print content of jtextpane ? thanks

  • Mac OS X 10.6 Snow Leopart Reinstalling

    Hello, is there somebody who knows how can I solve this problem? I explain by parts: 1. The hard disk of my Macbook Pro burned (broke). So I went to an apple store to see if they can repair it. They told me that the starting sistem of the hard disk w