Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: RE: Automatically Expand a DropDown


Message #1 by Rajeev_Venkatraman <Rajeev_Venkatraman@s...> on Thu, 18 Jul 2002 16:27:13 +0530
This is a multipart message in MIME format.
--=_alternative 004AF6DC65256A8D_
Content-Type: text/plain; charset="us-ascii"

No if it is static than you can do this way:

create two div one with populated and other balnc and on focus just make 
the div block for populated dropdown

Second if you are populating from database than on focus you can call 
dtapopulation function which adds item to drop down. It will be 
combination of javascipt with embeded server script to get the item value 
from database.

I hope you cand o this, I could have sent you any code sample but since 
last 10 months I'm not in touch with coding.

Regards,

Vinay Poddar

  Return to Index