Groups
Groups
Sign in
Groups
Groups
BiwaScheme
Conversations
About
Send feedback
Help
how to add options in a drop down menu
16 views
Skip to first unread message
Damien Mattei
unread,
Apr 24, 2017, 5:37:08 AM
4/24/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to BiwaScheme
Hi,
i know it's a trivial question, but how can i add options using biwascheme in a drop down menu of this form:
<INPUT id="MenuCocherNom" name=CocherNom onclick=this.form.Nom.focus() type=checkbox
value=ON> Objects discovered by the same observer <SELECT
multiple name=Nom size=2>
<OPTION>A<OPTION>AC<OPTION>AG<OPTION>
regards,
damien
Damien Mattei
unread,
Apr 24, 2017, 9:18:54 AM
4/24/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to BiwaScheme
finally do it by myself:
;<SELECT
id="MenuCocherNom" multiple name=Nom size=2>
<OPTION>A<OPTION>AC<OPTION>
(define menu (getelem "#MenuCocherNom"))
(define option (element-new '(option "Toto")))
(element-insert! menu option)
Damien
Reply all
Reply to author
Forward
0 new messages