wroxbox
11-22-2006, 09:42 AM
1) Script Title:
Dynamic Ajax Content
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamicindex17/ajaxtabscontent/
3) Describe problem:
I have loaded the dynamic form inside tab that has and select -dropdown in top of the page. Depending on the selected value I wan't to refresh the forms content. Is it even possible to handle dynamic content with ajaxtabcontent?
<form action="?action=update" method="post" name="myForm">
Filter by Site:
<select name="condition" onchange=myForm.submit(); >
<option Value="0">Main site</option>
<option Value="1">CodeBase</option>
<option Value="2">Subsite 1</option>
</select>
</form>
Render the Value of option here
Dynamic Ajax Content
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamicindex17/ajaxtabscontent/
3) Describe problem:
I have loaded the dynamic form inside tab that has and select -dropdown in top of the page. Depending on the selected value I wan't to refresh the forms content. Is it even possible to handle dynamic content with ajaxtabcontent?
<form action="?action=update" method="post" name="myForm">
Filter by Site:
<select name="condition" onchange=myForm.submit(); >
<option Value="0">Main site</option>
<option Value="1">CodeBase</option>
<option Value="2">Subsite 1</option>
</select>
</form>
Render the Value of option here