ShubhaMishra
Programmer
I am creating a prototype for new application. And I have to add new fields on into the same page if radio button is set as Yes.
For Example -
On one jsp page these are 2 fields for Experience
1- Name of Company - Text Field
2- Years of Experince - Text Field
3- Do you have any other experience - Radio button (Yes, No)
If the person says clicked on Yes one more copy of fields( 1 & 2) should be available on the same page.
I am not sure its possible in DreamWeaver or not. If its possible can you please let me know How can we do that .My pages are in JSP
Thanks,
Shubha
For Example -
On one jsp page these are 2 fields for Experience
1- Name of Company - Text Field
2- Years of Experince - Text Field
3- Do you have any other experience - Radio button (Yes, No)
If the person says clicked on Yes one more copy of fields( 1 & 2) should be available on the same page.
I am not sure its possible in DreamWeaver or not. If its possible can you please let me know How can we do that .My pages are in JSP
Thanks,
Shubha