rashnu
09-03-2008, 08:47 AM
1) Script Title: Ajax Tabs Content Script
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex17/ajaxtabscontent/
3) Describe problem:
I've got a form on one of my external pages. When i click on the submit button the page reloads. the problem is the page won't load in my container no mater what i try. Is this possible or do i have to change the form?
what i have now :
<form action='" . $_SERVER['PHP_SELF'] . "' method='post'>
Category: <select name='cat'>
<option>All</option>
<option>Movies</option>
<option>Music</option>
<option>Apps</option>
<option>Series</option>
<option>Other</option>
</select>
<input type='submit' name='knop' value='Filter'>
</form>
Thank you for taking a look at this.
Rashnu
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex17/ajaxtabscontent/
3) Describe problem:
I've got a form on one of my external pages. When i click on the submit button the page reloads. the problem is the page won't load in my container no mater what i try. Is this possible or do i have to change the form?
what i have now :
<form action='" . $_SERVER['PHP_SELF'] . "' method='post'>
Category: <select name='cat'>
<option>All</option>
<option>Movies</option>
<option>Music</option>
<option>Apps</option>
<option>Series</option>
<option>Other</option>
</select>
<input type='submit' name='knop' value='Filter'>
</form>
Thank you for taking a look at this.
Rashnu