Link Colour - Dynamically

Hi All,
I have a requirement in JSP Dynpage of displaying the dynamically generated HTMLB links in different colour.
My Scenarios is like....
1. From Portal KM I get the file name, its contents and Workflow status of file.
2. Based on the details fetched, dynamically I generate HTMLB link and display its status (In Process, For Approval, released, and etc.....)
3.  Now my requirement is to display the dynamically generated links in different colour, based on its status
I think using HTMLB LINK tag I will not be able to display the links in different colour?
Can you please suggest how I can achieve this requirement.
I am not sure if it is possible, but I was informed instead of using HTMLB Tag, if i use 'a href' I will be able to set the link colour.
Please confirm if it is right, and if yes how can i call a java class / method from a href onClick event?
Many Thanks for your response.
Regards,
SK

Hi Sunaina,
Thanks for your reply!
How about your opinion on the link below?
[JSPDynpage createRequestEvent;
regards,
SK

Similar Messages

  • Just uploaded iso7 , . . .hate it!  Can you change background colours?  How do you add a new item/activity to the schedule? In notes the font has changed, can I change it back and the link colour is now yellow instead of blue, can I change it?  Thanks

    Just uploaded iso7 , . . .hate it!  Can you change background colours?  How do you add a new item/activity to the schedule? In notes the font has changed, can I change it back and the link colour is now yellow instead of blue, can I change it?  Yellow on white is harder to read. Thanks

    Another question. How do you bookmark something.  It was so easy before, why did they change it?  Can I uninstall it?

  • I have one problem and I think it is a settings issue. When I google the web I get results. Now, when I visit some website and I return to my search results I don't have any markers (diffrent link colour for visited sites in IE).

    Question
    I have one problem and I think it is a settings issue. When I google the web I get results. Now, I visited some website and then I want to return to my search results and pick another search result. And there is a problem: I don't have any markers (diffrent link colour for visited sites in IE) that would help me to distinguish visited and not visited sites.

    Why start a new and very similar thread to your other one which you have not responded to (have you read the replies?)
    I suggest that no response is made to this duplicate thread. 

  • Link Colour Not Visible In Designer View

    I have searched for an answer to no avail. This is my first
    attempt at creating a website.
    I have changed my link colours to reflect the overall design
    of my site however my links are still coming up in default blue. I
    used Modify --> Page Properties -->LInks (CSS).
    Thank you,
    Cheryl
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN" "
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="
    http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html;
    charset=utf-8" />
    <title>Untitled Document</title>
    <style type="text/css">
    <!--
    .akroindex {
    -->
    </style>
    <style type="text/css">
    <!--
    p.Style2 {
    margin-right:0cm;
    margin-left:0cm;
    font-size:14.0pt;
    font-family:Verdana;
    color:#333333;
    body,td,th {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14pt;
    color: 333333;
    body {
    background-color: #cccccc;
    a:link {
    color: 333333;
    text-decoration: none;
    a:visited {
    color: 6666cc;
    text-decoration: none;
    a:hover {
    color: #000;
    text-decoration: none;
    a:active {
    color: 666699;
    text-decoration: none;
    -->
    </style>
    </head>
    <body bgcolor="#CCCCCC">
    <p><img src="Images/first try s and n.jpg"
    width="200" height="150" alt="Simon and Nikki" /> <img
    src="Images/Front-Page-Banner.jpg" width="700" height="156"
    alt="Keeshond Rescue of Ontario" /></p>
    <p> </p>
    <p>Keeshond Rescue of Ontario (KRO) is an all-volunteer
    organisation dedicated to caring for homeless Keeshonden and
    matching them with the perfect forever home.</p>
    <p> </p>
    <p><a href="beforeyouadopt.html">Before You
    Adopt</a></p>
    <p><a href="Available Dogs/index.html">Available
    Dogs</a></p>
    <p><a
    href="Forms/index.html">Forms</a></p>
    <p><a href="codeofethics.html">Code of
    Ethics</a></p>
    <p><a href="howyoucanhelp.html">How You Can
    Help</a></p>
    <p><a href="contactus.html">Contact
    Us</a></p>
    <p> </p>
    </body>
    </html>

    All hex color values MUST be so noted by prefixing them with
    an octothorpe
    ("#"). Yours are missing that prefix....
    > a:link {
    > color: 333333;
    > text-decoration: none;
    > }
    > a:visited {
    > color: 6666cc;
    > text-decoration: none;
    > }
    > a:hover {
    > color: #000;
    > text-decoration: none;
    > }
    > a:active {
    > color: 666699;
    > text-decoration: none;
    > }
    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
    ==================
    "Snikkers" <[email protected]> wrote in
    message
    news:[email protected]...
    >I have searched for an answer to no avail. This is my
    first attempt at
    > creating a website.
    >
    > I have changed my link colours to reflect the overall
    design of my site
    > however my links are still coming up in default blue. I
    used Modify -->
    > Page
    > Properties -->LInks (CSS).
    >
    > Thank you,
    > Cheryl
    >
    > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN"
    > "
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    > <html xmlns="
    http://www.w3.org/1999/xhtml">
    > <head>
    > <meta http-equiv="Content-Type" content="text/html;
    charset=utf-8" />
    > <title>Untitled Document</title>
    > <style type="text/css">
    > <!--
    > .akroindex {
    > }
    > -->
    > </style>
    > <style type="text/css">
    > <!--
    > p.Style2 {
    > margin-right:0cm;
    > margin-left:0cm;
    > font-size:14.0pt;
    > font-family:Verdana;
    > color:#333333;
    > }
    > body,td,th {
    > font-family: Verdana, Geneva, sans-serif;
    > font-size: 14pt;
    > color: 333333;
    > }
    > body {
    > background-color: #cccccc;
    >
    > }
    > a:link {
    > color: 333333;
    > text-decoration: none;
    > }
    > a:visited {
    > color: 6666cc;
    > text-decoration: none;
    > }
    > a:hover {
    > color: #000;
    > text-decoration: none;
    > }
    > a:active {
    > color: 666699;
    > text-decoration: none;
    > }
    > -->
    > </style>
    > </head>
    >
    > <body bgcolor="#CCCCCC">
    > <p><img src="Images/first try s and n.jpg"
    width="200" height="150"
    > alt="Simon
    > and Nikki" /> <img
    src="Images/Front-Page-Banner.jpg" width="700"
    > height="156"
    > alt="Keeshond Rescue of Ontario" /></p>
    > <p> </p>
    > <p>Keeshond Rescue of Ontario (KRO) is an
    all-volunteer organisation
    > dedicated to caring for homeless Keeshonden and matching
    them with the
    > perfect
    > forever home.</p>
    > <p> </p>
    > <p><a href="beforeyouadopt.html">Before You
    Adopt</a></p>
    > <p><a href="Available
    Dogs/index.html">Available Dogs</a></p>
    > <p><a
    href="Forms/index.html">Forms</a></p>
    > <p><a href="codeofethics.html">Code of
    Ethics</a></p>
    > <p><a href="howyoucanhelp.html">How You Can
    Help</a></p>
    > <p><a href="contactus.html">Contact
    Us</a></p>
    > <p> </p>
    > </body>
    > </html>
    >
    >
    >

  • How to make links in dynamic text?

    Hi All,
    I need to know how to make links in dynamic text. I have
    created a
    table to hold the dynamic copy, and the copy is added through
    a CMS page
    that I created. This Admin page is accessed through a
    browser, and I
    don't know how to attach a link to selected text within a
    browser. Can
    anyone point the way? It's probably so easy I'll feel dumb.
    Thanks,
    Brett

    "Brett" <[email protected]> wrote in message
    news:fpf7j6$23m$[email protected]..
    > Thanks Hunter,
    >
    > Yes, I suppose a legend on the admin page would provide
    a solution. And
    > ultimately, if the client doesn't feel confident doing
    writing the HTML
    > they would have to pay me to do it for them. OK, that
    works for me.
    The only other thing might be to use something like FCK (or
    one of the many
    others... ContentSeed, I think is one Murray mentions often)
    for the CMS,
    that would give an easier option for the end user. WebAssist
    has an
    FCK-based plug-in called iRite that can give a more
    wordprocessing-like feel
    to the field (i.e., they could just highlight the text and
    then click a
    button to add the link).

  • Change View Link SQL dynamically

    Hi,
    How i can modify the View Link SQL dynamically?
    I have View Link CategoryVL and it is working fine with master (CategoryVO) & details (CoursesVO) tables and the two VO's are not based on EO. but i want to add more columns to the View Link SQL in PFR.
    Please advicse.
    thanks in advance.
    Regards....Ashraf

    Hitesh,
    This a very generic case and happens when the source VO join attribute and destination VO join attribute are not of same type, i.e. data type and data length. Make sure that is happening in your case, this will solve your problem.
    --Mukul                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Internet Explorer, Css, and Link colour.

    Hey Everyone,
    I'm not sure if this has already been discussed, I'm sure it has been but I couldn't find it. I've built a website in dreamweaver, I've uploaded it online, everything looks great, except in Internet Explorer. In IE the link colour is different that what I designed, it's as if IE is overwriting what I have written into css/html. Is there coding to stop this? I know there must be something, but I can't find anything online.... any help will be super helpful!
    Thanks,
      Anna

    This is a duplicate post, but your earlier one was attached to a thread that's more than a year old, so I'm locking the other thread.
    Please do not post the same question twice in the same forum.
    For help with your links, you need to post a URL to the problem site.

  • I would like to design a poster, when I place my photos on the page  under the "links" "colour space" section it says the colour space is RGB not CMYK even though my document is set up as CMYK.  Can/do i need to change this?  i am worried it will be a pro

    I would like to design a poster, when I place my photos on the page
    under the "links" "colour space" section it says the colour space is RGB not CMYK even though my document is set up as CMYK.  Can/do i need to change this?  i am worried it will be a problem when my poster goes to the commercial printers who want CMYK

    Yes, it will be a problem. Convert the images in Photoshop using the printer's color profiles or a standard CMYK profile.
    Mylenium

  • How to change link colour in java

    Hello,
    Just stuck on how I would change the link colour for my twitter feed in the footer of my site, I have little to no knowledge on javascript so I'm not sure what to do. The site is at http://bit.ly/15f7ReG  and the twitter is in the footer.
    This is the snippet of code used to retrieve and show the tweet, not sure what to change as I want the links to be the colour pink.
    <div class="one-third notopmargin">
                    <h4>Latest tweet</h4>
                    <div class="tweeter">
    <div id="twitter_update_list"></div>
    <script type="text/javascript" src="http://twitter.com/javascripts/blogger.js">
    </script>
    <script type="text/javascript" src="http://api.twitter.com/1/statuses/user_timeline.json?screen_name=gummetdjs&include_rts=true&count=1&callback=twitterCallback2">
    </script>
                </div><br />
    Thanks in advance for any advice!

    On a sidenote, you're using tons of webfonts from Google (about 27 fonts!) - this will cause a huge pageload time on your site for your visitors, thereby resulting in a considerable latency. You may want to consider removing the fonts that you're not using on the site. Also, stick to using 1 - 2 fonts at a maximum to enable higher efficiency.
    <link href='http://fonts.googleapis.com/css?family=Shanti' rel='stylesheet' type='text/css' />
    <link href='http://fonts.googleapis.com/css?family=Mako' rel='stylesheet' type='text/css' />
    <link rel='stylesheet' href='http://fonts.googleapis.com/css?family=Crimson+Text:regular,regularitalic,600,600italic,bo ld,bolditalic' type='text/css'/>
    <link href='http://fonts.googleapis.com/css?family=Droid+Sans:regular,bold' rel='stylesheet' type='text/css' />
    <link href='http://fonts.googleapis.com/css?family=Play' rel='stylesheet' type='text/css' />
    <link href='http://fonts.googleapis.com/css?family=Terminal+Dosis+Light' rel='stylesheet' type='text/css' />
    <link href='http://fonts.googleapis.com/css?family=Pacifico' rel='stylesheet' type='text/css' />
    <link href='http://fonts.googleapis.com/css?family=Crushed' rel='stylesheet' type='text/css' />
    <link href='http://fonts.googleapis.com/css?family=Puritan' rel='stylesheet' type='text/css' />
    <link href='http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz' rel='stylesheet' type='text/css' />
    <link href='http://fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css' />
    <link href='http://fonts.googleapis.com/css?family=Anonymous+Pro' rel='stylesheet' type='text/css' />
    <link href='http://fonts.googleapis.com/css?family=Vollkorn' rel='stylesheet' type='text/css' />
    <link href='http://fonts.googleapis.com/css?family=OFL+Sorts+Mill+Goudy+TT' rel='stylesheet' type='text/css' />
    <link href='http://fonts.googleapis.com/css?family=Nobile' rel='stylesheet' type='text/css' />
    <link href='http://fonts.googleapis.com/css?family=Molengo' rel='stylesheet' type='text/css' />
    <link href='http://fonts.googleapis.com/css?family=Allerta' rel='stylesheet' type='text/css' />
    <link href='http://fonts.googleapis.com/css?family=Metrophobic' rel='stylesheet' type='text/css' />
    <link href='http://fonts.googleapis.com/css?family=Francois+One' rel='stylesheet' type='text/css' />
    <link href='http://fonts.googleapis.com/css?family=Rokkitt' rel='stylesheet' type='text/css' />
    <link href='http://fonts.googleapis.com/css?family=Didact+Gothic' rel='stylesheet' type='text/css' />
    <link href='http://fonts.googleapis.com/css?family=News+Cycle' rel='stylesheet' type='text/css' />
    <link href='http://fonts.googleapis.com/css?family=Special+Elite' rel='stylesheet' type='text/css' />
    <link href='http://fonts.googleapis.com/css?family=Kreon' rel='stylesheet' type='text/css' />
    <link href='http://fonts.googleapis.com/css?family=Orbitron' rel='stylesheet' type='text/css' />
    <link href='http://fonts.googleapis.com/css?family=Radley' rel='stylesheet' type='text/css' />
    <link href='http://fonts.googleapis.com/css?family=Bentham' rel='stylesheet' type='text/css' />
    <link href='http://fonts.googleapis.com/css?family=Josefin+Sans' rel='stylesheet' type='text/css' />
    -ST

  • Link colours

    Hi,
    I'm having difficulties getting my links to display with the correct colours. Please see the coding below.
    My bottomnav is working properly but my main nav is displaying with the a:link rgb value until visited instead of the dark green.
    I've tried everything! If I get the nav to look right then the links throughout my pages show up as the standard blue link colour
    Please help - this site needs to go live today!
    Thanks,
    Vicky
    nav {
              font-size: 130%;
              padding-top: 10px;
              padding-bottom: 15px;
              width: 950px;
              height: 40px;
              padding-left: 27px;
    nav p {
                        color: #004F2F;
              text-align: center;
    nav p a,nav p a:visited{
              text-decoration: none;
              color: #004F2F;
    nav p a:hover, nav p a:active, nav p a:focus {
              text-decoration: none;
              color: #81B72B;
    a:link {
              color: rgba(155,36,62,1);
    a:visited {
    a:hover, a:active, a:focus {
              text-decoration: none;
    .bottomnav p  {
              padding-top: 5px;
    .bottomnav a ,.bottomnav a:visited {
              text-decoration: none;
              color: #81B72B;
    .bottomnav a:hover,.bottomnav a:active,.bottomnav a:focus {
              color: #004F2F;

    Hello Sarah,
    for text links it's working, or? And  here some css of my library, from which I think they are right for you:
    Link color change (beyond page properties/links or inline html mark-up)
    CSS Pseudo-classes - Link States
    Define a set of link states (link, visted, hover, active) for each ID or class name required.
    Let's say you want to have red links in your #header and white links in your #footer.
    CSS:
    #header a {text-decoration:none}
    #header a:link {color:red} /**unvisited**/
    #header a:visited {color:gray} /**visited**/
    #header a:hover, /**on mouse over**/
    #header a:active, /**on click**/
    #header a:focus /**on tab key**/
    {text-decoration:underline}
    #footer a {text-decoration:none}
    #footer a:link {color:white}
    #footer a:visited {color:yellow}
    #footer a:hover,
    #footer a:active,
    #footer a:focus
    {text-decoration:underline}
    HTML:
    <div id="header">
    <a href="some-link.html">Link in the header</a> |
    <a href="some-link.html">Link in the header</a> |
    <a href="some-link.html">Link in the header</a> |
    </div>
    <div id="footer">
    <a href="some-link.html">Footer link</a> |
    <a href="some-link.html">Footer link</a> |
    <a href="some-link.html">Footer link</a> |
    </div>
    For more on CSS pseudo classes:
    http://www.w3schools.com/css/css_pseudo_classes.asp
    Hans-Günter

  • Clicking on link in dynamic document does nothing

    Hello my friends,
    I Add link to my dynamic document but when I press on the link it does
    nothing. I create event handle class and connected it to the link and
    it still did not work.
    Please help me if you can, its urgent.
    Regards,
    Eitan Iluzz.

    Try this: http://helpx.adobe.com/creative-cloud/help/launch-creative-cloud-apps.html

  • Create a Link using Dynamic Text and Capture Variable

    I am building a dynamic website using Dreamweaver CS5 with Coldfusion 9
    Currently I have created a dynamic text table. The table is created by querying the Invoice table and displays the all the customers Invoices. The columns Include Invoice #, Date, Amount Paid, BalanceRemaining, Due Date. So basically lists all the invoices I have applied to the unique customer. It is pulled up using a session variable I created from the login page.
    My question is this I want to make the "Invoice #" linked so when you click on it it goes to a new page and performs a new query which retrieves infro related to that specific invoice such as Services Rendered, Service Description, Date, Price, Total. I was able to create a link to the Invoice # but I am stuck trying to figure out how to capture the Unique Invoice # and apply it to the new query. Is this possible if so how?
    Thanks for your help!

    Now keep in mind I am speaking strictly from a web and SQL standpoint as I have no experience with coldfusion.
    If you are able to create the link to the Invoice, I am perceiving this as the following:
    Invoice
    Links to
    #123
    page.php?invoice=123
    #345
    page.php?invoice=345
    If your page is setup like that then you already have the data stored in the browser request with the GET method.  In PHP the equivalent is the $_GET array.  I am assuming ColdFusion has a similar array to work with forms.  Then on your following page you obviously need to check that the visitor came from the prior page with the proper permissions to ensure that someone doesn't get the address page.php?invoice=### and just guesses through and views all invoices if they are not supposed to.  Then your query would look something like the following:
    SELECT * FROM invoice_table WHERE invoice_number = $_GET['invoice']
    Remember this in written in PHP so yours should be a similar equivalent.
    Hopefully this helps a little to get you going in the right direction.

  • Link colour problem when previewed in IE

    I'm using DW CS4 on a PC.
    Problem:   I have successfully (thanks to this forum!) changed the colour of some links on my site (two different types) and it works great in all the browsers except for Internet Explorer. The main links throughout my site have been changed to blue (active) and orange (hover), and the links in my footer have been changed to white (active) - they are on a dark blue background - and orange (hover). In Internet Explorer my main links appear as a purple colour (active) instead of blue and the hover is orange. The links in the footer haven't changed to white (active). Again, hover has changed to orange.
    Because I'm still building the site I haven't got it on line yet so I can't provide a link, but I have attached the code. Can anyone help me fix this??

    John,
    Thankyou so much for your reply - it worked! Now I have all my links working beautifully and I couldn't be happier!     All I have to do now is tackle the next task, i.e. forms, and then hopefully the site will be complete. I must admit, if it wasn't for the help I get on this forum I wouldn't have been able to do half of it.
    Many thanks once again.
    Vickie

  • Link to Dynamic Layout Record - Task

    Hi All,
    I have added a link from our activity report in to the task record. We use the dynamic layout quite a bit with the task record, however when drill down into the record from the report, Siebel displays the standard layout instead of the actual layout.
    This nullifies the need since the screen should look totally different.
    Anyone come across this and have a solution?
    Thanks in advance.

    you don't have to worry about all that.
    just open up any activity that is read-only and copy-paste the code. Then in the Fx of the field that has values XXX or YYY, write the web-link code as the concatenation of strings and whenever you encounter the Activity ID, replace it with the fx of Activity ID and again concatenat it with the remainder of the string.
    there are many questions in this forum regarding the same issue and i bet you will get your solution here only.

  • HTML Formatted Links in Dynamic TextField Trigger Popup Blocker

    I recently updated the flash on my site to load all text
    content as HTML from an XML file and display it in a couple of
    dynamic text fields. Everything works as expected except that links
    in the HTML text with a "_blank" target trigger popup blocking in
    IE and Firefox. Any thoughts on why this is happening and what I
    can do to fix it?
    J

    as3 textfields have a TextEvent.LINK you can use.

Maybe you are looking for