Image Link in HTML Help Doesn't Work (Works Fine in PDF)

Using TCS V1.3 with the latest patches.
Single source project with FM to RH -- output to HTML Help.
I want to create a hyperlink over an image that, when clicked, opens a new topic within the same .chm file.
Here's what I did:
1. Imported image by ref. into FM.
2. Created text box over image.
3. Created a hypertext link (Specify Named Destination) at the beginning of the destination heading/topic.
4. Created a hypertext link (Jump to Named Destination) inside the text box.
5. Tested link in FM - works fine.
6. Tested link in PDF - works fine.
7. Tested in .chm - link doesn't exist, just the image.
Have I missed a step?

Hello,
Its because Spry attaches event listeners on the "tabs / buttons / handles" of the accordion, these event listeners are set so they prevent default events.
There a few ways to solve it.
- Add a onclick event to your <a> elements that does this:
onclick="window.location = this.href; return true;"
- Or you could add another event listener that does it for you, so you don't have to bother adding onclick="" to your elements
- Or edit the SpryAccordion.js. On line 248 to 276 you will find:
if (e.preventDefault) e.preventDefault();
else e.returnValue = false;
if (e.stopPropagation) e.stopPropagation();
else e.cancelBubble = true;
return false;
Replace it with:
if (e.stopPropagation) e.stopPropagation();
else e.cancelBubble = true;
return true;
Hopes this helps,

Similar Messages

  • Online help doesn't work

    I have just installed HTML DB stand alone release on my W2000 9.2.0.5 database.
    The install process worked fine.
    But the HTML DB online help doesn't work. when i click on the help icon the popup is there but with no contents.
    When i click on the link:
    Find (initial index creation may take several seconds)
    This errors appears:
    Error creating online help index.
    ORA-29273: HTTP request failed ORA-06512: at "SYS.UTL_HTTP", line 1022 ORA-12545: Connect failed because target host or object does not exist
    I thought that my oracle text was not or improperly installed because the CTXSYS account was locked. So i decided to reinstall it but with no success.
    I decided to reinstall HTML DB (local install this time)but again it doesn't work
    I searched in the forum, but it seems that nobody had meet the same issue, except HTMLDB.com (reinstall of oracle text was the solution)
    I would like to try this new product but with the online help
    Thanks in advance

    Just to clarify why this is happening this way.
    The online help contents are not loaded nor indexed at installation time. In a new installation, the very first time the help window is displayed and you click the 'Find' link, the help contents will be fetched and indexed using Oracle Text. They are fetched via HTTP by GETting them from the Oracle HTTP Server (they are static files under the images hierarchy, after all).
    The URLs to fetch the help documents are constructed using the SERVER_NAME CGI environment variable as a component of the URL. So at indexing time, the database will issue HTTP GET requests to a specific URL, and if this URL cannot be located or the name not resolved, then issues will arise like you have witnessed.
    Joel

  • Linked column with # sign doesn't work in report results

    I have a 2 page query situation, whereas in the 1st page I have a wildcard query to find a product number.
    This product number is set-up as link to run a report which opens in another page.
    (Type is a STRING.)
    Everything works fine unless the product number starts with the # sign.
    I can run a report using this in a non-linked page, but it doesn't work in the linked page...?
    Simple queries
    Page 1
    select
    from
    Products
    WHERE (((upper(TOP_ITEM) like upper(:P1_SEARCH)||'%')))
    and :P1_SEARCH is not null
    (Link on Top Item - :P2_Search)
    Page 2
    select
    from
    Products
    where Top_Item = :P2_Search
    (This works fine if I enter the #[Product] into the text field)
    Link doesn't work...?

    You need to escape the "#" character in the product no and generate the link's HTML code in report #1 directly within the SQL query.
    select ..
       ,'<a href="f?p=REPLACE(product_number,'#',''%23)
      ,'<a href="f?p=' || :APP_ID || ':200:' || :APP_SESSION || '::NO::P200_PRODUCT_NUMBER:' || REPLACE(product_number,'#','%23') || '"> Link</a>' product_number_link
    FROM ..
    {code}
    <i> 200 is report #2's page
    P200_PRODUCT_NUMBER is report #2's page item which is set on redirecting to that page.
    Product_number is the column name of column with '#' characters
    Change display type of product_number_link column to "standard report type"</i>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Link on my website doesn't work correctly on my iMac. It works correctly on Safari, and both browsers on my laptop.

    Link on my website doesn't work correctly on my iMac. It works okay when using Safari. It also works correctly on my laptop using either browser.

    We worked out my problem. My solution turned out to be: Firefox Preferences/Applications. Scroll down until you find "Portable Document Format (application)", click on it and use the dropdown menu to the right and changed "Save file" to "Use Adobe Acrobat Pro (default). I had trouble at first finding if the listing was under Adobe, Acrobat, or what so I used the search feature and found it immediately.
    Hope this helps.

  • Error while creating my first  project on SP15 and why Help doesn't work?

    Hello sdnrs,
    I have a fresh SP15 installtion.
    I have 2 problems creating my first webdynpro project.
    1.When I go to file-new-project-webdynpro->(enter name)->next ,  I have windows poped up with the following error:
    Plug in name: Web Dynpro Archive Builder
    Plug in id: com.sap.ide.webdynpro.archivebuilder
    class: com.sap.ide.webdynpro.archivebuilder.project.WebDynproStandaloneProjectWizard
    Method: createJavaProject(IProject, IProgressMonitor)
    Message: Problems encountered while setting project description.
    Exeption: org.eclipse.core.runtime.CoreException: Problems encountered while setting project description.
    I am frustrated cause I can't do any step futher...! Is there any special settings on the SDK, Window-Preferences, etc?
    2.My Help doesn't work at all - it used to be (with SP11 slim) when i go - 'Help-SAP was docum-SAP webdynpro appl ' and I had my help window poped up.Now I dont have anything!
    Thank you much in advance!
    Bob

    For your information there's another solution if you don't wanna reinstall your NDS or if the reinstallaion doesn't work.
    The error is in the resources so you have to replace some plugin resources to correct the error. Because of that you need access to the resources from somewhere else.
    1. Go to c:\Documents and Settings\"username"\Documents\SAP\workspace\.metadata\.plugins and replace org.eclipse.core.resources with a "working" resource
    2. Go to C:\Program Files\SAP\JDT\eclipse\plugins and replace org.eclipse.core.resources.win32_2.1.0 and org.eclipse.core.resources_2.1.1 with a "working" resource.
    Restart NDS and it ought to work
    Best regards,
    Ole Mose

  • How do I get my music from Media center to my iphone. Itunes won't import the MC music library, and MC won't recognize and synch to the iphone so I can't load playlists from MC to my iphone. Itunes help doesn't work.

    How do I get my music from Media Center to my iphone 4s. Itunes 10.5 won't import the MC music library, and MC won't recognize and synch to the iphone plugged into the USB port so I can't load playlists from MC to my iphone. Itunes help doesn't work.

    Hello and welcome to the support community
    As you know, your iPhone 5 is not compatible with our iBook G4. To get your music in iTunes from your iBook to your iPhone you would need to migrate the music files to a newer intel based Mac. A Mac which has Mac OS X 10.6 or higher installed. Then sync your iPhone 5.

  • HT4796 link to migration assistant doesn't work. Where can I find it?

    link to migration assistant doesn't work. Where can I find it?

    Do you mean the link in the article to Apple Support Downloads?  It works for me, now, and should take you here:
    If not, try this one:  http://support.apple.com/kb/DL1557
    Sometimes an Apple server won't find the article you want immediately.

  • My Earpiece doesn't work fine. I tried restoring it on iTunes, work's for 2 days then problem came again. Help me on this thanks.

    My Earpiece doesn't work fine. I tried restoring it on iTunes, work's for 2 days then problem came again. Help me on this thanks.

    Go buy yourself a iPhone 5. Sync your iPhone 3GS to iTunes on you computer so you have a back up ready to put on the iPhone 5. If you want you can update your iPhone 3GS with iTunes on your computer, but this is not necessary.

  • Rendered images are not appearing on the webpage. works fine on IE. All plugins appear to be present includeing Adobe Flash

    rendered images are not appearing on the webpage. works fine on IE. All plugins appear to be present including Adobe Flash

    If that only happens on a specific page or domain then make sure that you do not block images on that domain.
    See [[Images or animations do not show]]
    *A way to see which images are blocked is to click the favicon (<i>Site Identification</i> icon) on the left side of the location bar.
    *A click on the "More Information" button will open the Security tab of the "Page Info" window (also accessible via "Tools > Page Info").
    *Go to the <i>Media</i> tab of that "Tools > Page Info" window.
    *Select the first image link and scroll down though the list with the Down arrow key.
    *If an image in the list is grayed and there is a check-mark in the box "<i>Block Images from...</i>" then remove that mark to unblock the images from that domain.
    *You can see the permissions for the domain in the current tab in Tools > Page Info > Permissions
    *You can see all image exceptions in Tools > Options > Content: Load Images > Exceptions

  • Battery monitor 3 doesn't work fine.

    Hi,
    Recentl I have downloaded battery monitor 3 app from store.
    That doesn't work fine as I have to manually touch on it to show the updated remaining average use!
    Any ideas?
    Thank you.
    -------------------If this post helped you, click on accept as solution.------------------
    -----------------------------Appreciate by clicking on white star.----------------------------
    Solved!
    Go to Solution.

    It's working fine for me.
    I have noticed that it is possible to deselect all the estimates in the main app screen so wonder if that could be your problem. Make sure that at least one icon has a grey background as in the attached grab - 04 selected, 05 deselected.
    I don't remember being able to deselect "Average Use" in earlier versions.
    N8-00 pc059C9F6 Belle
    808 PureView pc059P6W5
    Attachments:
    Scr000004.jpg ‏70 KB
    Scr000005.jpg ‏70 KB

  • From time to time when I click a searched link the colr of visited links does not change. It works fine after I delete history and cookies. Can I fix that. I am using windows XP. Thankste

    From time to time when I click a searched link the color of visited links does not change. It works fine after I delete history and cookies. Can I fix that. I am using windows XP. Thanks

    Here's the error message I get.
    Note the TC is connected to my Airport Extreme via ethernet and my iMac is also connected to the AX via ethernet so it's not a wifi issue.
    I can see the TC in the finder so it's not 'gone' from the network either.
    Also note that just then the TM system pref pane was claiming a backup error, citing my 'network password' and still refusing to backup.  I waited 5 minutes and did some tidying of my office while I pondered this and then tried again and voila it worked ok.

  • Help - SeamlessTabbing change to html - still doesn't work??

    writeDocument('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="790" height="586" ID="Captivate1">'+
      '<param name="movie" value="repo_training2_skin.swf">'+
      '<param name="quality" value="high">'+
      '<param name="loop" value="0">'+
      '<embed src="repo_training2_skin.swf" width="790" height="586" loop="0" quality="high" pluginspage="http://www.adobe.com/go/getflashplayer" type="application/x-shockwave-flash" menu="false"></embed>'+
      '<param name="SeamlessTabbing" value="false">'+  
      '</object>');
    //-->
    </script>
    Hello, I am working on a Captivate project with Tabbing, made the change as suggested - and the SWF still defaults to the web browser's tabbing function.  I pasted the pertinent section in notepad above - can anyone see what I am doing wrong?  I know I got this to work before.  New to Captivate and really need an assist!
    Thanks much, Kelly

    Hi there
    Try amending your code as follows:
    writeDocument('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7, 0,0,0" width="790" height="586" ID="Captivate1">'+
      '<param name="movie" value="repo_training2_skin.swf">'+
      '<param name="quality" value="high">'+
      '<param name="SeamlessTabbing" value="false">'+
      '<param name="loop" value="0">'+
      '<embed src="repo_training2_skin.swf" width="790" height="586" loop="0" quality="high" pluginspage="http://www.adobe.com/go/getflashplayer" type="application/x-shockwave-flash" menu="false"></embed>'+
      '</object>');
    //-->
    </script>
    Note that I relocated where it was inserted. You had it following the closing embed tag, which I believe was causing it not to work. I'm thinking it needs to be within the other param statements. I tested and it seems to work fine on my own PC. At least in IE. In Firefox it doesn't seem to be necessary. Tabbing just seems to remain in the Flash Object on the page.
    Cheers... Rick
    Click here for Adobe Certified Captivate and RoboHelp HTML Training
    Click here for the SorcerStone Blog
    Click here for RoboHelp and Captivate eBooks

  • Safari can't open aam: links, application manager8.0 doesn't work

    Im trying to install creative cloud but then I get a link starting with aam: which can't be opened by safari, so I was looking for solutions and installed ApplicationManager8.0 but it still doesn't work. if I go to adobe to try download cc again i get the same link. I use a Macbook Pro with OS X 10.9.5

    Vanesav33366476 please begin the installation process through the Creative Cloud Desktop application.  You can find more details regarding the installation process at Install and update apps - https://helpx.adobe.com/creative-cloud/help/install-apps.html.

  • Web gallery built in Bridge, then linked from DW site, doesn't work

    Hi,
    Using the "web gallery" function in Adobe Bridge CS5, I created an HTML-based web gallery and uploaded it directly from Bridge to here on the web:
    http://www.sws-steel.com/test2/SouthwestSteel/
    I can view this in Safari 5.0.5 on my Mac, but it's a blank white page in Firefox and in Chrome. Even worse, my client gets a blank page in every Windows-based browser.
    If I can get it to work at all, my intent is to add it within a frame on this page:
    http://www.sws-steel.com/temp/photos.html
    Again, it seems to work in Safari (but only after a refresh on an iPad), but doesn't work anywhere else.
    The web gallery function in Bridge would be ideal to use for this gallery, but it just doesn't work and I have no idea how to fix it.  Any help or insights on what's wrong would be greatly appreciated.
    Thanks,
    Kent Bingham

    Missing DOCTYPE declaration for starters:
    http://www.w3schools.com/tags/tag_doctype.asp
    without that the browsers do not know which set of rules to apply when displaying the page. Correct that then...
    Validate the page here:
    http://validator.w3.org/
    Then come back here and we will look for problems. But very hard to correct anything until you get the foundation right.
    Best of luck,
    Adninjastrator

  • Link to a file doesn't work anymore

    I repeteadly made this experience: I link some text to a file and upload it via .mac. However, when I change the file, the link doesn't work anymore. Even if I set up the whole thing again and upload it, it doesn't work.
    Seems like I get one chance per link and that's it.
    Does anyone know how to get the link working again?
    Message was edited by: Christian Stahl

    I just started using iWeb last night for the first time and ran into the same (or similar) problem. I did it kind of backwards but that shouldn't matter I wouldn't think. I also came across another problem with text which was not supposed to be a hyperlink but ended up being one and one I couldn't turn off.
    I created a text field, typed in some text, then made the text an active hyperlink and attached the link to a file. That first one worked OK. Then I copied and pasted that text field about ten times, changed the text slightly and set each text field to another different file link. I then published and tried the links using Safari. The first few links worked fine and the files were automatically downloaded to my downloads folder. However, clicking on the last few links downloaded files from the other previous text links instead of the ones they were supposed to even though the inspector shows the correct files. I even tried doing new text fields and new links but they still don't work correctly.
    The other problem is that I created some more text fields to be used as descriptions for the file downloads by copying a hyperlinked text field. I realized after the copies were made and I had spent some time changing the text that these text fields carried over the linked hypertext attribute. Since I didn't want to type everything out again from scratch, I just turned off the hypertext link attribute in the inspector. However, after I saved the web site and then published the site, I discovered that the text was still linked to a file download. I went back into iWeb and that hypertext checkbox was now checked. I turned it off several times but every time I publish, it turns it back on by itself.
    I am going to create the entire page over again from scratch and try the method of dragging files from the finder to initially create the link (got that from the help file).
    Also it would be nice to have better/more file download features in iWeb such as being able to access a file picker where the web user could select files s/he wanted to download instead of requiring one button per file. Also, some way to automatically compress into one download a selection of several files.
    -R

Maybe you are looking for

  • How do I install osx lion server in vmware fusion (app store version)

    i cannot seem to find a way to get a .dmg to download to use / mount / whatever mac mini running osx lion

  • How to load data with carriage return through DRM action script ?

    Hello, We are using DRM to manage Essbase metadata. These metadata contain a field for member formula. Currently it's a string data type property in DRM so we can't use carriage return and our formula are really hard to read. But DRM support other da

  • Problem in writing a Read Statement

    Hi, In my Table control I have a POSITION button which is used to find the record in the table. I have written the following code.   CALL FUNCTION 'POPUP_GET_VALUES'     EXPORTING *   NO_VALUE_CHECK        = ' '       popup_title           = 'Find th

  • OBIA installation in UTF-8

    Hi all, We're going to setup an OTAP environment for OBIA on EBS 12. Has anybody got experience putting the OBIA databases in Unicode? I.e. will the BIA installation of the OLAP schema use the correct length semantics when installing on an UTF-8 inst

  • How can i get purchases from istore onto replacement ipod touch?

    My ipod touch 2g broke and i purchased a replacement at the apple store. I was told i could contact itunes to get my purchases back onto my new ipod. how would i go about this?