-----------------------------------------------------------

New Message on BDOTNET

-----------------------------------------------------------
From: Pandurang_Nayak
Message 3 in Discussion


Preethi, 
 
The following code should give you an 
idea:
 <html>
<head>
 <title>test page</title>
 <script>
  function addItem()
  {
   
document.testform.dropdown.options[document.testform.dropdown.options.length] = new 
Option("x5", "x5");
   
  }
 </script>
</head>
<body>
 <form name="testform" action="" method=POST>
  <select name="dropdown">
  <option value="x1">x1</option>
  <option value="x2">x2</option>
  <option value="x3">x3</option>
  <option value="x4">x4</option>
  </select>
 <input type=button value="Add item" 
  onclick="addItem()">
 </form>
</body>
</html> rgdsPandurang

  
  -----Original Message-----
From: BDOTNET 
  [mailto:[EMAIL PROTECTED] 
Sent: Monday, October 20, 2003 5:51 
  PM
To: BDOTNET
Subject: JavaSript 
  Doubt


  
    
      
      New Message on BDOTNET
    
      

  JavaSript 
    Doubt


    
      
      
        Reply

        
          
            
            
               
              Recommend 
              Message 1 in 
                Discussion 
      
        
          
            
            
              From: hi4masrpreethi 

            
              

                Hi,
                 
                How Can I add Text in the COMBO BOX  Runtime like 
                Additem in VB.I want to do it in JAVA SCRIPT.
                 
                 
                bye,
                preethi
                 
View other groups in this 
    category. 



-----------------------------------------------------------

To stop getting this e-mail, or change how often it arrives, go to your E-mail 
Settings.
http://groups.msn.com/bdotnet/_emailsettings.msnw

Need help? If you've forgotten your password, please go to Passport Member Services.
http://groups.msn.com/_passportredir.msnw?ppmprop=help

For other questions or feedback, go to our Contact Us page.
http://groups.msn.com/contact

If you do not want to receive future e-mail from this MSN group, or if you received 
this message by mistake, please click the "Remove" link below. On the pre-addressed 
e-mail message that opens, simply click "Send". Your e-mail address will be deleted 
from this group's mailing list.
mailto:[EMAIL PROTECTED]

Reply via email to