URL link not clickable on APLEX html page

I create a Page, type is HTML Text. I have a Region with template "Reports Region"
In region source, I have text looks similar to :
[td] [a herf="http://yahoo.come"] http://yahoo.com [a][td]
([] means less than and greater then sign )
But after run the page, the url link is not clickable to take me to the website. How can I fix this problem?
- Denis
Edited by: Denis Sun on Jun 5, 2012 2:45 PM

You should wrap your code in {noformat} {noformat} tags
Always include the following information when asking a question:
<ul>
<li>Full APEX version</li>
<li>Full DB/version/edition/host OS</li>
<li>Web server architecture (EPG, OHS or APEX listener/host OS)</li>
<li>Browser(s) and version(s) used</li>
<li>Theme</li>
<li>Template(s)</li>
<li>Region/item type(s)</li>
</ul>
Denis Sun wrote:
I create a Page, type is HTML Text. I have a Region with template "Reports Region"
In region source, I have text looks similar to :
[td] [a herf="http://yahoo.come"] http://yahoo.com [a][td]
([] means less than and greater then sign )
But after run the page, the url link is not clickable to take me to the website. How can I fix this problem? The correct syntac of an anchor tag is this, and where did you enter this HTML code?
//notice the href typo
<a href="http://yahoo.com">http://yahoo.com</a>

Similar Messages

  • JEditorPane: Some HTML-Links not clickable

    Hello,
    I have a problem using JEditorPane to display HTML-pages. I implementes a HyperlinkListener to load other documents. But there is a strange thing. Links starting with "http" are handled correct, but those with a relative URL and therefore without the prefix "http" can not be activated. Even the mouse cursor doesn't change. Below is my code.
    void htmlContent_hyperlinkUpdate(HyperlinkEvent e) {
    try{
    if (e.getEventType() == HyperlinkEvent.EventType.ACTIVATED){
    String url = e.getURL().toExternalForm();
    if (url.toLowerCase().startsWith("http") | url.toLowerCase().startsWith("mailto"))
    ObjectFactory.getObjectFactory().showURL(url);
    else
    this.htmlContent.setPage(url);
    catch (Exception ex) {
    ex.printStackTrace();
    ObjectFactory is a class that handles requests for documents that are note located on my local hard drive. htmlContent is an instance of JEditorPane.
    Thanks for any help.
    Matthias

    I'm sorry for the delay in responding to this post. My understanding is that the problem is a known issue with our previewer on Acrobat.com. That is, the links are there but don't display correctly on Acrobat.com. If you view the file using Acrobat or Reader, you should be able to click the links.Thank you for your patience with us while we get this fixed.
    Best,
    Michelle

  • Linked css page not showing next to html page

    i am not seeing the linked css page icon next to the html page icon unless i physically open the css file

    Are you working within a Defined Local Site folder?
    Part 03 - Setting up a Local Site | Classroom: Basic Site Layout and Navigation in Dreamweaver | Adobe TV
    Is your CSS file inside your Local Site folder?
    Are you sure your external CSS file is linked with the correct file path?  For example, if working with new pages, you must save & name the page first.  Then DW will update paths to external files for you.
    Nancy O.

  • URL Links not working

    I have created URL links in a PDF ebook using acrobat.  The links  work just fine in Acrobat.  When I try to click on the link in ADE 2.0 some of the links aren't recognized, meaning they're not clickable.  Is there a certain setting that should be used in acrobat to ensure that links are clickable in ADE.  It's important that they work in ADE because once DRM is added to the file, it will only be readable in ADE.
    Thanks in advance for any help

    Might be worth checking on the Acrobat forum.
    Also probably worth seeing if they work on v1.7.2 (*2), on Sony Reader(*1), and on ereader devices and tablet ereader apps such as Bluefire.
    It could easily be a bug in ADE2.0, there are very many of them. 
    Lots of people including me still use 1.7.2 for that reason; but you may not have the choice of what to expect your readers to have.
    ~~~~
    (*1) you can use Sony Reader; free download from Sony intended to run with Sony eReaders but works quite happily without.  I prefer ADE1.7.2 to Sony Reader. https://ebookstore.sony.com/download/
    ~~~~~~~~~
    (*2) There are lots of bugs in ADE2.0 (and 2.0.1).  Try replacing ADE2.0 with the older but more reliable v1.7.2.
    (You can have them both installed at once if you like.)
    Version 1.7.2, it is a little difficult to find, available on Adobe site for Windows and for Mac.
    http://helpx.adobe.com/digital-editions/kb/cant-install-digital-editions.html
    The forum software is sometimes corrupting the link above.  There shouldn't be a blank in 'editio ns.html'.  The following redirects to the same page: http://tinyurl.com/diged172
    Some people have found ADE trying to upgrade automatically. 
    It appears (not 100% sure) that if you install ADE2.0 as a new install (not as an upgrade) that your 1.7.2 will continue to run.
    Probably best to say no if 2.0.x installation asks if you want to migrate your library.

  • Plain Text URL links not working in the Windows 8 Mail App for only one account.

    Hello,
    I just started using a Surface Pro, and randomly one of the accounts I have setup in the "Modern" Mail app stopped parsing the pain text URL path that was included in them.  Specifically links to forum discussions.  I have 4 other Win
    8 devices and they display the links fine.
    More confusing is this issue happens ONLY with my O365 mail account and only on one PC.   I have an Outlook.com account and it renders the pain text URL as a clickable link, but when I send the same email to my O365 account it just shows up as
    text, no link generated.  All in the same Windows 8 Mail App.
    I ran the Windows 8 App Troubleshooter, I've reinstalled the Mail app,  I've removed and re-added the mail account.  Nothing fixes this.  Anyone know why?
    Thanks,
    Joe

    Same problem for us, the link is also not rendered, if the mail is sent to an on-premise Exchange server.
    Its only for plain-text messags, HTML-messages work fine.
    Why is this problem ignored? The app is useless with that limitation.

  • Image not showing up in HTML page

    I am running tomcat and in WEB-INF I have a simple HTML page that has is trying to show an image, but it doesn't show up.
    Under WEB-INF I have:
    mypage.html
    images/logo.png
    <html>
    <head>
    <link REL="SHORTCUT ICON" HREF="images/logo.png">
    </head>
    <body>
        <img src="images/logo.png">Hello World!
    </body>
    </html>The image does not show up when I try and view it from tomcat (i.e. http://localhost:8080/mypage.html)
    But it does show up if I just open up the HTML file with IE or Firefox.
    Any ideas what I am missing?

    The page is invoked via a Servlet Filter. So I have mapped in my web.xml:
    <error-page>
    <error-code>401</error-code>
    <location>foo.html</location>
    </error-page>
    In my servlet filter I have something like:
    HttpServletResponse response = (HttpServletResponse) resp;
    response.sendError(HttpServletResponse.SC_UNAUTHORIZED);..i have to check tomorrow when i am with the server again to see what the direct URL is to the image. Theoretically I'd assume:
    http://localhost/myapp/images/logo.png
    have to double check though

  • URL Links not working in ADE

    I have created URL links in a PDF ebook using acrobat.  The links  work just fine in Acrobat.  When I try to click on the link in ADE 2.0 some of the links aren't recognized, meaning they're not clickable.  Is there a certain setting that should be used in acrobat to ensure that links are clickable in ADE?.  It's important that they work in ADE because once DRM is added to the file, it will only be readable in ADE.
    Thanks in advance for any help

    Clear Safari, close Safari and reset the iPad.
    Go to Settings>Safari>Clear History, Cookies and Data.
    In order to close apps in iOS 7, drag the app up from the multitasking display. Double tap the home button and you will see apps lined up going left to right across the screen. Swipe to get to the app that you want to close and then swipe "up" on the app preview thumbnail to close it.
    Reset the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider if it appears on the screen - let go of the buttons. Let the iPad start up.

  • Target field in Text URL Link not working.

    I'm working with CS6 creating a web-site for a client. The client has giving me a list of Publications to display on a particuter page, which is an overview of all the books that my cleint has published. The details for each book are on individual pages, which I've already created and have URL's for. The idea is to look at the overview page and if you desire, select a book title to view additional details about that particular book.
    For this Overview page I've created a classic text block that contains several URL links.
    Example: "This is information about book 1: URL LINK to BOOK 1 title.  Great Press Book Publisher, 2010.
    This is information about book 2: URL LINK to BOOK 2 Title . Great Press Book Publisher, 2011.
    This is information about book 3: URL LINK to BOOK 3 Title. Great Press Book Publisher, 2012.
    This is information about book 4: URL LINK to BOOK 4 title. Great Press Book Publisher, 2013."
    I've placed the URL links for each respective book in the highlighetd text area for that book, represented by the BLUE text in the above example. The overview page as well as the individual book pages are publised and in my domain on-line.
    Everything works fine with one exception. When I select a book link in the overview page, I want to have a New Browser window appear for that books individual page. Currently, the individual book page appears in the same browser window.
    All, documentation I read says that I can set the "Target" field in Text properties to either NONE or _Blank to get a New Browser Window, but this does not seem to work.
    Breaking up the text into small pieces is not an option, since Flash seems to shift text block positions when they are placed close to one another. I don't know why, it just happens. This makes the site unusable so the text block needs to remain a single text block for appearance reasons.
    So, does anyone know if this is a bug in CS6?
    Or does anyone know how I can get the "Target" setting to work for URL links within a block of text?
    Thanks.

    How are you assigning the links in the text?  Normally if you assign a url to a textfield you can select one of four different targets, none of which is NONE (_blank, _parent, _top, _self)... so I am wondering why what you describe is different than what I'd expect.

  • Swf url links not working on local files

    Tearing my hair out on this one. I have simple swf files with
    links to html pages in the same directory - they work fine on the
    internet, but not when they're local. I'm on a mac osx 10.4.11
    FireFox and Safri. Flash pro cs3. I need the links to work on the
    web & CD. I've updated flash player ... etc...
    thanks in advance for any clues!
    Dave

    Hi Per,
    Wamp server's default site folder is www.  For best results, you should move your Local Site folder to www inside your wamp server.  That way, when you save changes locally they are automatically saved to your local testing server. 
    Click on screenshots below:
    Spaces in file and folder names are never a good idea because they get converted to %20 characters which can lead to path problems.
    Nancy O.

  • Green download link not showing in Firefox download page , currently using IE 6

    I am currently running IE 6 on Windows 2000.
    I want to install Firefox.
    From the page
    http://support.mozilla.com/en-US/kb/Installing+Firefox+on+Windows
    I clicked on the link at "Firefox download page" to reach
    the page
    http://www.mozilla.com/en-US/firefox/ie.html?from=getfirefox
    The "green download link " is not showing up on this page.
    The message bar says " Done with errors"
    Help is much appreciated. Thanks.

    Thank you cor-el.
    I am redirected to
    http://mirror.informatik.uni-mannheim.de/pub/mirrors/mozilla.org/firefox/releases/3.6.9/win32/en-US/Firefox%20Setup%203.6.9.exe
    but nothing shows.
    Something is blocking the download. Prabably because this is an exe file. There is a Norton Antivirus Corporate Edition installated, but I cannot find where the restriction is defined.
    I am not that familiar with whether there is a some Windows configuration effecting this restriction
    Also I am using Verizon FIOS, I do not suppose this is a source of the problem.

  • CRMD_ORDER (Quotaion) - "Configuration" tab - (not able to see HTML page)

    Hi Gurus
    when I open a quotation through CRMD_ORDER, in th items "configuration" tab I am not able to see the HTML page. I am here at offshore. But my onsite guys are able to see that. Please let me know what causes it not be displayed.
    Please help me. It is very Urgent

    Dear Jitendra,
    In Production Order you will find Component and Operation screen under two different icons (not tab) production Header screen.
    - For Component Overview it is something like Balance or on pressing F6 you will branch to Component overview Screen.You will find it just after Hat icon
    - And for Operation over view it looks like ladder or on pressing F5 you will branch directly to operation screen.you will find this icon just after Component overview Icon.

  • Table of Contents become not clickable when I convert Pages to PDF

    Hello,
    I created a document in Pages but the TOC becomes not clickable when I export it to PDF. I tried "Print as PDF", too but didn't work. Is there a fix or workaround? I am working on User Manual for a new system for my company and not many people will be able to use Pages document.
    Thanks!

    What version of Pages?
    Sounds like Pages 5.2.2. They are supposed to have fixed that, but seems you are still having the problem.
    If you are doing a manual you will be far better off using Pages '09.
    Pages 5.2.2 has so many features missing. and is buggy to boot.
    Peter

  • Adobe acrobat anchor link not going to the right page.

    I have anchor link from html page like http://www,pbgc.gov/docs/2006bluebook.pdf#page=15, when you try to click the link on my machine and some other employees it goes to first page rather than going to page 15. Other employees get page 15. Have anyone experience this issue or know why this issue happen in Adobe Acrobat.
    Most our employees have Adobe Acrobat 8, Also there are some who have Adobe Acrobat 9. I was thinking it may due to the version but someone with Adobe 8 is also having the issue.
    Please advise. Thanks!
    Regards,
    Mohamud
    Ext 5466

    Is Adobe Reader being opened as a plugin in your browser, or as an external application? I think the links to specific locations in the document only work if Adobe Reader is used as a plugin. I've had the same problem, and it was because I didn't have Reader as a browser plugin.
    Ken Dyall.

  • Url link not invoking a dynpage component

    hi all,
    I have a jspdynpage component(A) and an iview(AIview) for it..
    I have a url link with argument "targerURL" in that iview(AIview) to invoke another dynpage component(B)..
    url is
    http://amsdc2-s-917.europe.shell.com/irj/servlet/prt/portal/prtroot/<Component B>.default?id=0&targetURL=http%3A%2F%2Fsww-jen.shell.com/
    But on click of that url , component B is not getting invoked...
    I tried forming the url like ...
    <PAR name>.<component B>.default?id=..
    but this too doesnt invoke component B(dynpage component) which actually processs the request object and gets the "targetURL" argument in the url.....
    Anyone tell me where i m going wrong ..?
    Thanks and Regards,
    Siva

    Hi siva,
    <a href='Projectname.Componentname'>Click here</a>
    This is how I browsed to another component in the same project. It was in APC hope u can try the same in Dynpage also.
    Regards
    gEorgE

  • Can not edit one particular HTML page

    I would like someone from Adobe to reply to this issue:
    I have a Contribute user in my company who can edit all pages in Contribute with the exception of one particular html page.  Every time she visits that one page she is prompted to 'Create Connection'.  Her permissions are fine, she hass access to that html page and the folder containing that and many other html pages.  She experiencies no issues with other html pages, nor is she ever prompted to 'Create Connection' on any other of out html pages.
    I have tried to edit this one page myself without any issues.  I have tested it out with other Contribute users and found no issues.  I even had our IT people take a look at her machine, and there was no issue.
    Please offer some solutions.

    She is using Windows 7 and CS5,  and has a customized role.
    I have confirmed that other users of the same role and are not facing this particular issue. We tried using Contribute in another machine connecting and editing the same page and are not experiencing this particular issue.
    Thank you.
    Aurelio Zappia
    Nelson Education Ltd.
    1120 Birchmount Road, Toronto, ON, Canada M1K 5G4
    Tel: 416-752-9100 Ext 4421
    [email protected]

Maybe you are looking for