Design buttons in a frame using jsp

Discussion in 'JSP' started by vigu, Jan 11, 2010.

  1. vigu

    vigu New Member

    Joined:
    Jan 11, 2010
    Messages:
    3
    Likes Received:
    0
    Trophy Points:
    0
    Good Evening,sir.
    My project contains three frames. First frame represents the title of the project<.
    Second frame is the <b>body frame</b> (i.e) dynamic pages.
    Third frame contains the <b>buttons such as save,view,delete etc.,(i.e)static buttons</p>.
    My query is how to design this buttons(i.e) frame 3 and also how to identify each dynamic pages bcoz each page of the body(frame 2) support this save,view,delete etc.,
     
  2. vigu

    vigu New Member

    Joined:
    Jan 11, 2010
    Messages:
    3
    Likes Received:
    0
    Trophy Points:
    0
    How to create menu bar and memu items in jsp?
     
  3. ManzZup

    ManzZup New Member

    Joined:
    May 9, 2009
    Messages:
    278
    Likes Received:
    43
    Trophy Points:
    0
    Occupation:
    Production Manager:Software @ ZONTEK
    Location:
    Sri Lanka
    Home Page:
    http://zontek.zzl.org
    its easzz
    just use the html in together with js
    (ithnk this is what you hoped :D)
    Code:
    <script type"text/javascript">
    
    dpcument.write('<input type="button" onClick="function()"');
    
    </script>
    
    you can put any code like that
    ONLY THING IS: use the single quote ' inside the wriet() method
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice