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 Link to comment https://forums.phpfreaks.com/topic/15154-select-options/ 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. Link to comment https://forums.phpfreaks.com/topic/15154-select-options/#findComment-61130 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.