Use a html:button as a Link ???

Hi,
i work on a little projekt with JSP(structs) and my JSP knowledge is not good :/
My Problem is that i have a page with Links <html:link> but i want to use buttons as Link.
<html:button property="test" ....> Testbutton </html:button>
i create an action (Test.do) that open a new site but where do i write this action in die Tag ???
onclick will not work :(
bye Taki

hi
u want to provide a link by using button, then use like this
location.href ="..path.."
-Hari.

Similar Messages

  • Using CSS3 Aqua Buttons, can't link them to my pages.

    Hello all,
    If someone can please help me with this issue im having. Im trying to use these widgets buttons and create links to various pages. For some reason when I put the ex. About.html in the link section after applying it dissapears out of the link space. Check out my youtube video on what im talking about. thank you
    e

    <!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>
    <link href="cnkglobal.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    /* BeginOAWidget_Instance_2512022: #aquabutton */
              @font-face {
                        font-family: 'HighlandGothicFLFRegular';
                        src: url('fonts/HighlandGothicFLF.eot');
                        src: local('HighlandGothicFLF Regular'), local('HighlandGothicFLF'), url('fonts/HighlandGothicFLF.ttf') format('truetype');
    #aquabutton.button{
              width: 75px;
              height: 30px;
              padding: 5px 16px 3px;
              -webkit-border-radius: 20px;
              -moz-border-radius: 20px;
              border: 1px solid #ccc;
              position: absolute;
              /* Label */
      /* Label */
              font-family: HighlandGothicFLFRegular, Helvetica, sans-serif;
              font-size: 12px;
              color: #fff;
              font-color: #ababab;
              text-shadow: rgba(10, 10, 10, 0.5) 1px 2px 2px;
              text-align: center;
              vertical-align: center;
              white-space: nowrap;
              text-overflow: ellipsis;
              overflow: hidden;
              left: 401px;
              top: 18px;
    #aquabutton.aqua{
      background-color: rgba(60, 132, 198, 0.8);
      background-image: -webkit-gradient(linear, 0% 0%, 0% 90%, from(#990000), to(#999999));
      border-top-color: #990000;
      border-right-color: #999999;
      border-left-color: #999999;
      border-bottom-color: #999999;
      -webkit-box-shadow:  #000000 0px 10px 16px;
      -moz-box-shadow: #000000 0px 10px 16px; /* FF 3.5+ */
    #aquabutton .button .glare {
      position: absolute;
      padding: 8px 0;
    #aquabutton.button .glare {
              position: absolute;
              align: center;
              -webkit-border-radius: 8px;
              -moz-border-radius: 8px;
              height: 20px;
              width: 75px;
              background-color: rgba(255, 255, 255, 0.25);
              background-image: -webkit-gradient(linear, 0% 0%, 0% 95%, from(rgba(255, 255, 255, 0.7)), to(rgba(255, 255, 255, 0)));
              left: 17px;
              top: 5px;
    #aquabutton.button:hover {
                                  text-shadow: rgb(255, 255, 255) 0px 0px 5px;
    /* EndOAWidget_Instance_2512022 */
    </style>
    <script type="text/xml">
    <!--
    <oa:widgets>
      <oa:widget wid="2512022" binding="#aquabutton" />
      <oa:widget wid="2512022" binding="#aquabutton_2" />
      <oa:widget wid="2512022" binding="#aquabutton_3" />
      <oa:widget wid="2512022" binding="#aquabutton_4" />
      <oa:widget wid="2512022" binding="#aquabutton_5" />
      <oa:widget wid="2149023" binding="#social" />
    </oa:widgets>
    -->
    </script>
    <style type="text/css">
    /* BeginOAWidget_Instance_2512022: #aquabutton_2 */
              @font-face {
                        font-family: 'HighlandGothicFLFRegular';
                        src: url('fonts/HighlandGothicFLF.eot');
                        src: local('HighlandGothicFLF Regular'), local('HighlandGothicFLF'), url('fonts/HighlandGothicFLF.ttf') format('truetype');
    #aquabutton_2.button{
              width: 75px;
              height: 30px;
              padding: 5px 16px 3px;
              -webkit-border-radius: 20px;
              -moz-border-radius: 20px;
              border: 1px solid #ccc;
              position: absolute;
              /* Label */
      /* Label */
              font-family: HighlandGothicFLFRegular, Helvetica, sans-serif;
              font-size: 12px;
              color: #fff;
              font-color: #ababab;
              text-shadow: rgba(10, 10, 10, 0.5) 1px 2px 2px;
              text-align: center;
              vertical-align: center;
              white-space: nowrap;
              text-overflow: ellipsis;
              overflow: hidden;
              left: 520px;
              top: 18px;
    #aquabutton_2.aqua{
      background-color: rgba(60, 132, 198, 0.8);
      background-image: -webkit-gradient(linear, 0% 0%, 0% 90%, from(#990000), to(#999999));
      border-top-color: #990000;
      border-right-color: #999999;
      border-left-color: #999999;
      border-bottom-color: #999999;
      -webkit-box-shadow:  #000000 0px 10px 16px;
      -moz-box-shadow: #000000 0px 10px 16px; /* FF 3.5+ */
    #aquabutton_2 .button .glare {
      position: absolute;
      padding: 8px 0;
    #aquabutton_2.button .glare {
              position: absolute;
              align: center;
              -webkit-border-radius: 8px;
              -moz-border-radius: 8px;
              height: 20px;
              width: 75px;
              background-color: rgba(255, 255, 255, 0.25);
              background-image: -webkit-gradient(linear, 0% 0%, 0% 95%, from(rgba(255, 255, 255, 0.7)), to(rgba(255, 255, 255, 0)));
              left: 18px;
    #aquabutton_2.button:hover {
                                  text-shadow: rgb(255, 255, 255) 0px 0px 5px;
    /* EndOAWidget_Instance_2512022 */
    </style>
    <style type="text/css">
    /* BeginOAWidget_Instance_2512022: #aquabutton_3 */
              @font-face {
                        font-family: 'HighlandGothicFLFRegular';
                        src: url('fonts/HighlandGothicFLF.eot');
                        src: local('HighlandGothicFLF Regular'), local('HighlandGothicFLF'), url('fonts/HighlandGothicFLF.ttf') format('truetype');
    #aquabutton_3.button{
              width: 80px;
              height: 30px;
              padding: 5px 16px 3px;
              -webkit-border-radius: 20px;
              -moz-border-radius: 20px;
              border: 1px solid #ccc;
              position: absolute;
              /* Label */
      /* Label */
              font-family: HighlandGothicFLFRegular, Helvetica, sans-serif;
              font-size: 12px;
              color: #fff;
              font-color: #ababab;
              text-shadow: rgba(10, 10, 10, 0.5) 1px 2px 2px;
              text-align: center;
              vertical-align: center;
              white-space: nowrap;
              text-overflow: ellipsis;
              overflow: hidden;
              left: 636px;
              top: 19px;
    #aquabutton_3.aqua{
      background-color: rgba(60, 132, 198, 0.8);
      background-image: -webkit-gradient(linear, 0% 0%, 0% 90%, from(#990000), to(#999999));
      border-top-color: #990000;
      border-right-color: #999999;
      border-left-color: #999999;
      border-bottom-color: #999999;
      -webkit-box-shadow:  #000000 0px 10px 16px;
      -moz-box-shadow: #000000 0px 10px 16px; /* FF 3.5+ */
    #aquabutton_3 .button .glare {
      position: absolute;
      padding: 8px 0;
    #aquabutton_3.button .glare {
      position: absolute;
      align:center;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      height: 20px;
      width: 80px;
      background-color: rgba(255, 255, 255, 0.25);
      background-image: -webkit-gradient(linear, 0% 0%, 0% 95%, from(rgba(255, 255, 255, 0.7)), to(rgba(255, 255, 255, 0)));
    #aquabutton_3.button:hover {
                                  text-shadow: rgb(255, 255, 255) 0px 0px 5px;
    /* EndOAWidget_Instance_2512022 */
    </style>
    <style type="text/css">
    /* BeginOAWidget_Instance_2512022: #aquabutton_4 */
              @font-face {
                        font-family: 'HighlandGothicFLFRegular';
                        src: url('fonts/HighlandGothicFLF.eot');
                        src: local('HighlandGothicFLF Regular'), local('HighlandGothicFLF'), url('fonts/HighlandGothicFLF.ttf') format('truetype');
    #aquabutton_4.button{
              width: 80px;
              height: 30px;
              padding: 5px 16px 3px;
              -webkit-border-radius: 20px;
              -moz-border-radius: 20px;
              border: 1px solid #ccc;
              position: absolute;
              /* Label */
      /* Label */
              font-family: HighlandGothicFLFRegular, Helvetica, sans-serif;
              font-size: 12px;
              color: #fff;
              font-color: #ababab;
              text-shadow: rgba(10, 10, 10, 0.5) 1px 2px 2px;
              text-align: center;
              vertical-align: center;
              white-space: nowrap;
              text-overflow: ellipsis;
              overflow: hidden;
              left: 757px;
              top: 19px;
    #aquabutton_4.aqua{
      background-color: rgba(60, 132, 198, 0.8);
      background-image: -webkit-gradient(linear, 0% 0%, 0% 90%, from(#990000), to(#999999));
      border-top-color: #990000;
      border-right-color: #999999;
      border-left-color: #999999;
      border-bottom-color: #999999;
      -webkit-box-shadow:  #000000 0px 10px 16px;
      -moz-box-shadow: #000000 0px 10px 16px; /* FF 3.5+ */
    #aquabutton_4 .button .glare {
      position: absolute;
      padding: 8px 0;
    #aquabutton_4.button .glare {
      position: absolute;
      align:center;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      height: 20px;
      width: 80px;
      background-color: rgba(255, 255, 255, 0.25);
      background-image: -webkit-gradient(linear, 0% 0%, 0% 95%, from(rgba(255, 255, 255, 0.7)), to(rgba(255, 255, 255, 0)));
    #aquabutton_4.button:hover {
                                  text-shadow: rgb(255, 255, 255) 0px 0px 5px;
    /* EndOAWidget_Instance_2512022 */
    </style>
    <style type="text/css">
    /* BeginOAWidget_Instance_2512022: #aquabutton_5 */
              @font-face {
                        font-family: 'HighlandGothicFLFRegular';
                        src: url('fonts/HighlandGothicFLF.eot');
                        src: local('HighlandGothicFLF Regular'), local('HighlandGothicFLF'), url('fonts/HighlandGothicFLF.ttf') format('truetype');
    #aquabutton_5.button{
              width: 80px;
              height: 30px;
              padding: 5px 16px 3px;
              -webkit-border-radius: 20px;
              -moz-border-radius: 20px;
              border: 1px solid #ccc;
              position: absolute;
              /* Label */
      /* Label */
              font-family: HighlandGothicFLFRegular, Helvetica, sans-serif;
              font-size: 12px;
              color: #fff;
              font-color: #ababab;
              text-shadow: rgba(10, 10, 10, 0.5) 1px 2px 2px;
              text-align: center;
              vertical-align: center;
              white-space: nowrap;
              text-overflow: ellipsis;
              overflow: hidden;
              left: 877px;
              top: 20px;
    #aquabutton_5.aqua{
      background-color: rgba(60, 132, 198, 0.8);
      background-image: -webkit-gradient(linear, 0% 0%, 0% 90%, from(#990000), to(#999999));
      border-top-color: #990000;
      border-right-color: #999999;
      border-left-color: #999999;
      border-bottom-color: #999999;
      -webkit-box-shadow:  #000000 0px 10px 16px;
      -moz-box-shadow: #000000 0px 10px 16px; /* FF 3.5+ */
    #aquabutton_5 .button .glare {
      position: absolute;
      padding: 8px 0;
    #aquabutton_5.button .glare {
      position: absolute;
      align:center;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      height: 20px;
      width: 80px;
      background-color: rgba(255, 255, 255, 0.25);
      background-image: -webkit-gradient(linear, 0% 0%, 0% 95%, from(rgba(255, 255, 255, 0.7)), to(rgba(255, 255, 255, 0)));
    #aquabutton_5.button:hover {
                                  text-shadow: rgb(255, 255, 255) 0px 0px 5px;
    /* EndOAWidget_Instance_2512022 */
    </style>
    <link href="jQuery/css/style.css" rel="stylesheet" type="text/css" />
    <script src="includes/jquery-1.4.2.js" type="text/javascript"></script>
    <script src="jQuery/js/jquery.jsocial.js" type="text/javascript"></script>
    </head>
    <body>
    <div id="aquabutton" class="button aqua">
      <div  class="glare"></div>
      HOME </div>
    <h1 align="center"> </h1>
    <h1 align="center"><img src="RedBlock.PNG" width="941" height="366" /></h1>
    <p align="center"><img src="ServicesImage.PNG" width="941" height="151" usemap="#Map" border="0" />
      <map name="Map" id="Map">
        <area shape="rect" coords="58,55,141,85" href="Services.html" target="_self" alt="Services" />
      </map>
    </p>
    <div id="aquabutton_2" class="button aqua">
      <div  class="glare"></div>
    ABOUT </div>
    <div id="aquabutton_3" class="button aqua">
      <div  class="glare"></div>
      SERVICES </div>
    <div id="aquabutton_4" class="button aqua">
      <div  class="glare"></div>
    REVIEWS </div>
    <div id="aquabutton_5" class="button aqua">
      <div  class="glare"></div>
      CONTACT </div>
    <table width="795" height="281" border="1" align="center">
      <tr>
        <td width="212" bgcolor="#CCCCCC" class="frontpagefont">Our company was founded in 2008 and has been providing top notch computer repair service.Check out below the various services we offer for your computer needs. Listed below are the various services we offer for your computer needs. There is nothing that we can't fix. We are the one and only computer alchemist! Welcome.</td>
        <td width="212" bgcolor="#CCCCCC"><h3 align="justify">We offer flat rate reliable service, windows based desktop, laptop, network setup, apple repair service and laptop loaner options and guaranteed service. CnK Technologies®, we are the computer repair alchemist! 724-759-4895</h3>    </td>
      </tr>
    </table>
    <div class="social"></div>
    <script type="text/javascript">
    // BeginOAWidget_Instance_2149023: #social
              $('.social').jsocial({
                                  twitter                    :  '',
                                  facebook          :  'facebook.com/CnkTechnologies',
                                  flickr                    :  '',
                                  delicious          :  '',
                                  linked                    :  '',
                                  youtube                    :  'youtube.com/ccoaston2008',
                                  feed                    :  '',
                                  friendfeed          :  '',
                                  digg                    :  '',
                                  lastfm                    :  '',
                                  center                    : false,
                                  inline                    : true,
                                  small                    : false,
                                  newPage                    : false
    // EndOAWidget_Instance_2149023
    </script>
    <p> </p>
    </body>
    </html>

  • Popup window without using a command button or command link in Adf10g

    Hi,
    I need to show a table in a popup window on clicking in a component in the jspx page. The component can't be a command button or a command link, so i can't use 'useWindow' or 'useDialog'. What can be done in such a case. I am using Jdev version 10.1.3.
    I doubt if <af:dialog> or <af:popup> components are available in ADF10g.

    Hi,
    There's a way, but frakly I would try to change the functional side instead of trying it. Anyhow, if you want to do it, you'll have to use a combination of autoSubmit/onclick along with DialogService.launchDialog (accessible through AdfFacesContext), but that's a very obscure part of the framework.
    Regards,
    ~ Simon

  • College requested I install firefox in order to operate within Blackboard. Has been working fine for one week, now unable to use enable HTML button. Getting incompatible browswer message and firefox version unknown. How do I fix?

    Very frustrating - I have done all of the plug-in checks. Everything is up to date. I have re-booted my computer. The college is using Blackboard version CE8.0.5. I am Windows XP. What else do you need to know?

    http://ww2.cs.fsu.edu/~rosentha/linux/2.6.26.5/docs/DocBook/libata/ch07.html#excatATAbusErr wrote:
    ATA bus error means that data corruption occurred during transmission over ATA bus (SATA or PATA). This type of errors can be indicated by
    ICRC or ABRT error as described in the section called “ATA/ATAPI device error (non-NCQ / non-CHECK CONDITION)”.
    Controller-specific error completion with error information indicating transmission error.
    On some controllers, command timeout. In this case, there may be a mechanism to determine that the timeout is due to transmission error.
    Unknown/random errors, timeouts and all sorts of weirdities.
    As described above, transmission errors can cause wide variety of symptoms ranging from device ICRC error to random device lockup, and, for many cases, there is no way to tell if an error condition is due to transmission error or not; therefore, it's necessary to employ some kind of heuristic when dealing with errors and timeouts. For example, encountering repetitive ABRT errors for known supported command is likely to indicate ATA bus error.
    Once it's determined that ATA bus errors have possibly occurred, lowering ATA bus transmission speed is one of actions which may alleviate the problem.
    I'd also add; make sure you have good backups when ATA errors are frequent

  • HTML button - button attributes

    I have a 'submit' button on my form that is using the 'HTML' button style.
    I added the following to the 'button attributes' section:
    onclick="doSave();"
    When I view my source, I see 2 'onclicks' which makes the 2nd onclick get ignored.
    <input type="BUTTON" value="Submit" onClick="javascript:this.disabled=true; doSubmit('SUBMIT');" onclick="doSave();">
    What do I need to do to get this formatted correctly?

    Bob,
    Do you need it to do the items in the first on click also?
    You can change the button attributes so that:
    Target is a: URL
    URL Target: javascript:doSave();
    does that work for you?
    Message was edited by:
    TheJosh
    (fixed an error)

  • I downloaded Dreamweaver CC 2014.1, started using it but cannot find Show Fluid Grid Layout Guides button, Resize LI.link sizing handle and 'move up a Row' arrow. Where can I find them?

    I downloaded Dreamweaver CC 2014.1, started using it but cannot find Show Fluid Grid Layout Guides button, Resize LI.link sizing handle and 'move up a Row' arrow. Where can I find them?

    You have the latest version (CC 2014.1 or 2014.1.1) in which the interface condenses Design View with Live View buttons in normal layouts.  See screenshot.
    However, in FGLayouts, Live View is the only option which poses some editing problems and has been highly criticized.
    Is there any way to display the Design View in fluid grid pages?
    New Features in CC 2014.1 October Release
    http://helpx.adobe.com/dreamweaver/using/whats-new.html
    New Features in CC 2014.1.1 February Release
    https://helpx.adobe.com/dreamweaver/using/whats-new.html#Enhancements%20to%20Live%20View%2 0editing
    You can disable this restriction by adding an X to the FGLayout CSS.
        Dreamweaver Fluid Grid Properties
        dw-num-cols-mobile:      X 4;
        dw-num-cols-tablet:        8;
        dw-num-cols-desktop:    12;
        dw-gutter-percentage:    25;
    =====================================
    Having said that, it might just  be simpler to revert to an earlier version.  Log-in to Creative Cloud Desktop app.  Go to Filters & Versions > Previous Version.  See screenshot.
    Nancy O.

  • Using own flash button - no link option

    Hey,
    This is probably a really dumb question, but I cannot figure
    out how to link my own imported flash button to a page on my site.
    If I select a button within DW, and click the edit option I'm
    presented with the option of linking the button. If I use my own
    button, clicking edit just puts me into Flash.
    I don't want to use the "getURL" within flash because it
    insists on too many security checks which would really ruin a
    visitor's experience to my site.
    Even in code view there is no hint as to a link referenced,
    so I can't even fudge around with the code!
    Any help would be appreciated.
    Thanks.
    PS.--Adobe: maybe offer a "suggested username" when
    registering for your forums - not really my preferred choice of
    nick, but got fed up after 20 attempts to choose one.

    You cannot apply an HTML link to a Flash element. That link
    must be part of
    the Actionscript.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Biscuit666" <[email protected]> wrote in
    message
    news:etfnt9$afg$[email protected]..
    > Hey,
    > This is probably a really dumb question, but I cannot
    figure out how to
    > link
    > my own imported flash button to a page on my site.
    >
    > If I select a button within DW, and click the edit
    option I'm presented
    > with
    > the option of linking the button. If I use my own
    button, clicking edit
    > just
    > puts me into Flash.
    >
    > I don't want to use the "getURL" within flash because it
    insists on too
    > many
    > security checks which would really ruin a visitor's
    experience to my site.
    >
    > Even in code view there is no hint as to a link
    referenced, so I can't
    > even
    > fudge around with the code!
    >
    > Any help would be appreciated.
    >
    > Thanks.
    >
    > PS.--Adobe: maybe offer a "suggested username" when
    registering for your
    > forums - not really my preferred choice of nick, but got
    fed up after 20
    > attempts to choose one.
    >
    >

  • Using a button for my link on a page

    Hello.
    I am probably asking a very simple question, but I can't figure it out.
    I have a simple link on my page in the form of:
    click here
    When the page displays, the "click here" text shows as underlined hyperlink that a user can click on and go to another page.
    The problem is that most of my ApEx generated pages have template buttons for navigation between pages and I would like to stay consistent when I create links within my html text and use buttons too, not underlined hypertext.
    Is there a way to display a button that says "click here" instead of a hyperlink text that says the same?
    I am tricking it by creating an image of a button and embedding the image with the <img> tag in between my <a></a> tags. But that's ugly because it's not a real button that changes its text color when you hover the mouse over it and gets sunk in when you press on it giving it that real look and feel, but just an image of it.
    Thank You
    Boris

    Great. This is really helpful. I am one step ahead now.
    I set up a button in my link as follows:
    <input type="button" name="Claim Sample" value="Claim Sample" style="background-color: green; color: #ffffff; font-weight: bold; font-size: 120%; font-family: verdana;">
    The only thing is that if I were to try to make my button consistent with the template based buttons I use throughout the app, and if I know my template is:
    template:117972528606699234
    isn't there a way to do something like this for my button to pick up the template format?
    Hypothetical code:
    <input type="button" name="Claim Sample" value="Claim Sample" style="template:117972528606699234;">
    Thank You
    Boris

  • I used to be able to open links in a new tab by clicking my middle mouse button, but now that I've updated it to the most recent update it doesn't work anymore. How do I fix this? I really love that feature. It works in IE and Chrome but not Mozilla.

    Ok, I used to be able to open links up in a new Tab using my middle mouse button. However, I updated firefox with the automatic Updates on the 26th of October and now I no longer can open links with my middle mouse button. Why? I use this feature just about every time I go searching on the internet so I really would like it back. I couldn't find anything that it was related to in the options so I turn this over to you guys.

    Do you have that problem when running in the Firefox SafeMode? <br />
    [http://support.mozilla.com/en-US/kb/Safe+Mode] <br />
    ''Don't select anything right now, just use "Continue in SafeMode."''
    If not, see this: <br />
    [http://support.mozilla.com/en-US/kb/troubleshooting+extensions+and+themes]

  • After doing a Google search, I click on a link and go to the searched web page.  When I go back to the Google page using the back button the links I originally clicked on no longer show as "greyed out".  Any idea what is going on with the browser?

    After doing a Google search, I click on a link and go to the searched web page.  When I go back to the Google page using the back button the links I originally clicked on no longer show as "greyed out".  Any idea what is going on with the browser?

    Type '''about:config''' in the Location (address) bar and press the "Enter" key. When you see a warning, click '''I'll be careful, I promise!''' button.
    * Preferences that have been modified are shown as '''bold (user set)'''.
    * Preferences can be '''Reset to the default''' or changed via the right-click context menu.
    -> In the '''Filter bar''', type '''browser.sessionhistory.max_entries'''
    * Right click the preference '''browser.sessionhistory.max_entries''' and click '''Modify'''
    * Change value from 0 to whatever you want over 0 (Default value is 50)
    * click OK
    -> Close the '''about:config''' tab and then Restart Firefox.
    See this post:
    * https://support.mozilla.com/en-US/questions/860894#answer-229574
    Check and tell if its working.

  • HTML Button use an image instead of Text

    I have an HTML button in its own region called A_BUTTON, its current Button display attributes are
    sytle: HTML Button
    Attributes: name="A" class="where_clause_button"
    what it does is i use a dynamic action based off the where_clause_button jquery selector and use javascript to update a hidden field. I would now like to use the Oracle Logo for example as the image of the button instead of using a text label for it. I tried adding to the Attributes src="http://www.oracleimg.com/admin/images/ocom/hp/oralogo_small.gif". When i run it the button still works the same as before but without the image and retains its Text Label, in this case its A.
    the html it generates is for the button during runtime is:
    <input type="button" src="http://www.oracleimg.com/admin/images/ocom/hp/oralogo_small.gif" class="where_clause_button" name="A" onclick="apex.submit('');" id="A_BUTTON" value="A">
    How do i retain the functionality of this button but make it an image button?
    Edited by: Brobot on Feb 9, 2011 5:22 PM

    <li>Use a template based button and customize the template with the image.
    <li>Add appropriate JS code to the URL section(prefixing with "javascript:" ) and optionally add a some ID attribute for easy JS access.

  • We are currently looking for a way to link images to a design file within programs like InDesign and Illustrator using an HTML link instead of a local file.  We are hosting our images in SharePoint and need the design file to retain it's links, no matter

    We are currently looking for a way to link images to a design file within programs like InDesign and Illustrator using an HTML link instead of a local file.  We are hosting our images in SharePoint and need the design file to retain it's links, no matter who on our network opens the design file.

    The Cloud forum is not about using individual programs
    The Cloud forum is about the Cloud as a delivery & install process
    If you will start at the Forums Index https://forums.adobe.com/welcome
    You will be able to select a forum for the specific Adobe product(s) you use
    Click the "down arrow" symbol on the right (where it says All communities) to open the drop down list and scroll

  • How to use many submit buttons in an one html form

    I'm doing a simple program to insert, edit, delete data from a web page to an database
    but the problem is that in an html form , you are allowed to put only 1 submit button.
    I heard that you can take the action of many buttons, for a one form using java script
    if anyone have a better idea or else have this simple java script, please help me
    Thank you very much

    Give the buttons an unique name.
    In the servlet just check if the button is pressed or not by determining if HttpServletRequest#getParameter() doesn't return null for the button name.There are a couple of "gotchas" when using this technique of dispatching with certain html controls. Most of them browser related.
    If you are using <input type="image" name="myButton"> as a submit button, be aware that Internet Explorer will submit the parameters "myButton.x" and "myButton.y" giving the x,y co-ordinates of where you clicked on the button. And won't submit any other value. So calling request.getParameter("myButton") would return null. You have to test for request.getParameter("myButton.x");
    If you are using <input type="button" name="myButton"> with Internet Explorer all of the buttons are deemed "successful". So calling request.getParameter("myButton") will never return null.
    At least thats the way it works in IE6. And thats what I'm stuck with at work right now, so thats what gets used. It may be fixed in later versions, but I don't have any info on that.
    Cheers,
    evnafets

  • How to use the html:link with a arraylist

    Hi everyone:
    I want to display the data using struts html:link.
    I query the database and place all the data to javabean,later place all the javabean to ArrayList.In Action,I use the "request.setAttribute("lovetable",articlelist) to set request to jsp page.
    I want to pass a parameter "id" use the hyperlink so I can get the parameter when I click the hyperlink.
    But how to use html:link to display it?
    I use <html:link action="viewtopic.do" paramId="id" paramName="lovetable" paramProperty="id"/>,it can't work and Tomcat report error :
    org.apache.jasper.JasperException: No getter method for property id of bean lovetable
         at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:248)
         at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:295)
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241)
    The lovetable is a ArrayList and it don't have a getter or setter method.
    How to use it pass parameter? :( Thks

    Thank you.
    I use the bean:define successful.And display all the data to jsp.My jsp code is:
    <logic:iterate id="love" name="lovetable">
    <bean:define id="idbean" name="love"/>
    <tr bgcolor="<%=color%>">
    <td><bean:write name="love" property="id"/></td>
    <td><html:link forward="viewtopic" paramId="id" paramName="idbean" paramProperty="id"><bean:write name="love" property="title"/></html:link></td>
    <td><bean:write name="love" property="name"/></td>
    <td><bean:write name="love" property="time"/></td>
    </tr>
    </logic:iterate>
    In Action : request.setAttribute("lovetable",articlelist)
    ResutlSet rs=.............
    List articlelist=new ArrayList();
    while(rs.next()){
    articlebean bean=new articlebean();
    bean.setName(rs.getString("name"));
    bean.setTitle(rs.getString("title"));
    articlelist.add(bean);
    The above code will work property.
    The Tag "html:link" need bean to work other than arraylist so I iterate all the bean out.
    The Tag "logic:iterate" need collection to work so I make Action return a List.
    right?
    Any idea? :)

  • How to connect one page using button and by link in BSP

    how to connect one page using button and by link in BSP

    hi,
    use on 'onclick' functionality.
    1. In layout, onclick = 'NEXT_PAGE' of the button
    2. Capture the event in onInputprocessing,
    DATA: event_id TYPE REF TO  cl_htmlb_event.
    case event_id.
    when 'NEXT_PAGE'.
                navigation->goto_page( 'URPAGE URL' ).

Maybe you are looking for

  • HELP my audio is not working on my year old laptop

    i need help with my audio. it went out and is saying error 39 realtek audio is out. rtkuhd64sys, 6.0.1.6122 any solutions or is something really wrong with my year old laptop speakers?

  • Adding Fields to Custom Infotype Using Custom Infoset in SAP QUERY

    Hi All, We have a requirement to add fileds to a custom infotype for querying Custom Infoset in SAP Query. We are facing problem as the added field is not getting displayed in the Query set so that we can select and display it in the Basic List along

  • FCP freezes - won't play clips or timeline

    I tried importing files to a new event and setting up a new project. FCPX simply freezes. I cannot play a clip (audio or video).  The computer is an iMac (IMAC 11,1 27" 2.8GHz Core i7,ATI Radeon 4850 512MB, 8GB Ram)  The problem shows up with ALL pro

  • Help an artist who's loosing his shows and mind

    Hello all. I really hope someone here might be able to help me. I've been doing a podcast now for a few weeks, with 8 shows online already. The problem is though, when a user goes to the iTunes store for us, it only shows the latest 5 episodes. Origi

  • AUDIO APPLICATION NOT FOUND

    Hello I need help my audio can't pick up the application