bug-cgicc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

select() and option() bug?


From: James Buchanan
Subject: select() and option() bug?
Date: Thu, 6 Sep 2001 07:45:38 +1000

This doesn't seem to work properly:

<< select().set("name", "gender") 
    << option().set("value", "M") << "Male"
    << option().set("value", "F") << "Female"
    << option().set("value", "B") << "Both"  
    << option().set("value", "N") << "Neither"
<< select()

Two of the option tags are left out.

Is this a known bug or am I doing this wrong?

Thanks,

James
address@hidden





reply via email to

[Prev in Thread] Current Thread [Next in Thread]