| |
arjun
Posts: 1
Score: 0
Joined: 6/16/2004
From:
Status: offline
|
Hi all, I have a button and dropdown in the form and onclicking the button i have to add new option to the dropdown and i made it in javascript it is fine g=document.f.combobox val=new option("D") g.options(g.length)=val it's working but now i want it in vbscript i tried but i failed Can any one help please it's urgent thanks
|
|