This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
Hi all, I have a page with a combobox containing categories. Based on the category selected by user, I need to change the table values at run time. I used the html:select onchange="document[0].forms.submit()" for this. But this will simply work as a regular submit button. How can I reload the values into the table? A code snippet would be very helpful. Thanks, Kate.
Kate Wilson
Greenhorn
Joined: Mar 23, 2004
Posts: 12
posted
0
Originally posted by Kate Wilson: Hi all, I have a page with a combobox containing categories. Based on the category selected by user, I need to change the table values at run time. I used the html:select onchange="document[0].forms.submit()" for this. But this will simply work as a regular submit button. How can I reload the values into the table? A code snippet would be very helpful. Thanks, Kate.
BTW, I also tried giving a function name there.. that doesn't work either. Can anyone pls show me the correct way of calling a function? -Kate