natalieG Posted July 20, 2006 Share Posted July 20, 2006 Is there a way to add options select control that is already on the page?. I have a pagewith the following:<select><div ID="optiopns">..............................</div></select>and I want to load options into options div from php via an AJAX function in thre page. If I just enterthe text <option value=?>abcd</option> after the </select> is on the page, thge options do notshow up in the select box. There may ne somethiong ewlse wrong, but it points to this and I was wondering if there was an "add option" method I could use?.Natalie Quote Link to comment Share on other sites More sharing options...
nogray Posted July 20, 2006 Share Posted July 20, 2006 I don't think you can have a div inside the select menu. If you using ajax, you can append the new options to the select using appendChild method. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.