Help with Adding Item to an already created list box. Here is sample
printf(\"<TD><SELECT name=abc> <OPTION VALUE=JEFF>Jeff</OPTION>; </SELECT></TD>\");
How can I add more items after it has already been created.
you have a major code design issue if you would need to do that...
you should be able to figure out all the data at the time you are printf'ing the other statement.
uhm... you are for real right?