User Profile

Collapse

Profile Sidebar

Collapse
prathna
prathna
Last Activity: Sep 16 '08, 10:37 PM
Joined: Jun 1 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • how to align and prevent jumping of textfields..

    Hi I have this following code

    Code:
    <script> function displayFields() {             document.getElementById('Label12').style.display = 'none';       document.getElementById('Label13').style.display = 'none';       document.getElementById('Label22').style.display = 'none';       document.getElementById('Label23').style.display = 'none'; }  function dispHideFileds() { alert("");    if (document.forms[0].number.value
    ...
    See more | Go to post

  • prathna
    started a topic disable a link

    disable a link

    i have a hyper link when u click on the link it opens a new browser in a new window.how do i disable the link once the link is clicked.Thnaks for your help

    Thanks
    Prathna
    See more | Go to post

  • how to show/hide rows when using iterate tag...

    Hi ..
    I have a logic:iterate tag which will display 5 rows each row with a drop downlist and 2 textfields.now by default all the rows will be shown.how do i hide all the rows except the first one.i know how to show/hide a row when its not dynamic.but i dont know how to do it when its logic iterate tag.
    Code:
    <logic:iterate indexId="index" id="phoneItem"  name="nameForm" property="results">
    ...
    See more | Go to post

  • thanks for the example help is much appreciated .
    See more | Go to post

    Leave a comment:


  • how to dynamically add a row for each click on a link

    Hi,
    I have a row with a dropdownlist and textfield .
    now i have a link called 'add'.
    I would like to know how to add a row dynamically for each click on the link using jsp & javascript.
    In short each time i click add link i want a row with dropdownlist and textfield.
    and also these values have to be set in the formbean.

    I...
    See more | Go to post

    Leave a comment:


  • how to pass a formbean value to javascript function

    Hi all,
    I would like to know how to pass a form bean value to javascript function to perform some validation..

    I have a dropdown list and a textfield.
    I have created the dropdown list using html:select tag & the textfield using html:text tag.I have a corresponding formbean with a get/set methods to get/set the dropdown value selected and also for the textfield.now i have onchange attribute in which i call a javascript...
    See more | Go to post

  • how to dynamically add a row for each click on a link

    hi all..
    Im new to DHTMl,Javascrip t

    I have 4 rows each with a dropdownlist,te xtfield.I have a link.When the user clicks a link first time.i show one row now based what i select in the dropdownlist i want to show the corresponding row...now my issue is how can i change the position of where the row should appear.say in html i have rows of id1 ,id2,id3.By default it would show in the same order is it possible to change the place...
    See more | Go to post
No activity results to display
Show More
Working...