I have a text box in my page. The value for the text field will be updated by a javascript function. Is there a way to trigger another function from textbox, as soon as the value is changed?
In firefox. How to set width to all tables in a page to 100% using javascript? My requirement is after some operation, say a button click, all the table width need to set to 100%.
I am using a application server in one machine and files dumped in another machine. The requirements is, i need to get the files and do some processing in the application server.
Please suggest me some charting APIs, which i can used along with my code. I'm using weblogic 7 sp 2 and jdk1.3. I also need to export the chart as a image. Please help me.
I'm using two jsp files. im setting the values to a bean in the first jsp file and i need to use the values saved in the bean in the second jsp file. Please tell me how can i do it.