qri
March 14th, 2003, 06:02 AM
Thanks!
|
Click to See Complete Forum and Search --> : Adding options to a select object qri March 14th, 2003, 06:02 AM Thanks! nategrover March 17th, 2003, 01:19 AM At first glance, your code appears to have only one argument for the Option constructor. It needs to have two arguments, value and text. Also, I would create the string first and then pass THAT to the constructor. You may be running into trouble because you're trying to build the string right there in the call to the constructor. Lastly, I'd use single quotes instead of the escaped double quote. It may be that the Microsoft implementation of the Option constructor is choking on those extra double quotes for some reason. Nate Grover http://www.nategrover.com codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |