how to transform that part of code for netscape compability

wxdqz

New Member
I'm still working on my code and I figure out that that part of the code doesn't work in netscape but I have know clue how to make it work
for (i=0; i<(DaysForThisSelection-CurrentDaysInSelection); i++)
{
NewOption = new Option(DaysObject.options.length + 1);
DaysObject.add(NewOption);
}
thanks for helping me
 
Back
Top