Hi, i have a requirement in javascripts and i have a very little idea as to how to achieve it... the requirement is---- i need to put a button on a JSP. on clicking that button, a table should slide out of the button where i can enter data in various text boxes available in it.. on clicking the button again the table should slide back into the button... What does this sliding table concept called and how do i go about coding it??????
I have written similar scripts, you basically use dynamically changing css in conjunction with the setInterval function which should call some function that changes the dimensions and visibility of the popup