1) Script Title:
Dynamic Ajax Content
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamici...axtabscontent/
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?
Code:<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



Reply With Quote


Bookmarks