Hi all,
I want to display a table based on the value selected inthe combo box. Please help me how can i do that
User Profile
Collapse
-
reapeating a table based on the number given in combo box
-
Hi
I think this code helps you. Here name1 is radiobuttons name. you have to give a condition.
function action1(){
if(document.for m1.name1[0].checked==true)
{
document.form1. action="one.jsp ";
}
else if(document.for m1.name1[1].checked==true)
{
document.form1. action="two.jsp ";
}
else if(document.for m1.name1[2].checked==true)... -
Display table repeatedly on Combo box selection
I want to display repeat a <table> based on the count given in combo box
Please help me
No activity results to display
Show More
Leave a comment: