1) Script Title: Dynamic Ajax Content
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...tent.htm#combo
3) Describe problem: If you try and create two dropdowns it will only load the link on the first dropdown. I.E. If I select December from the second drop down it never LOADS.
HTML Code:<form> <table class="dropdown"> <tr> <td><font color="#000000"><strong>DAILY:</strong></font><br /> <select id="ajaxmenu" size="1" onChange="ajaxcombo('ajaxmenu', 'content')"> <option value="Select">Select </option> <option value="daily_tpc_report.php">Summary</option> </select> </td> <td><font color="#000000"><strong>MONTHLY:</strong></font><br /> <select id="ajaxmenu" size="1" onChange="ajaxcombo('ajaxmenu', 'content')"> <option value="Select">Select </option> <option value="daily_tpc_report.php">December</option> </select> </td> </tr> </table> </form>



Reply With Quote
Bookmarks