Dear vidyavati, These are very simple: 1. Messge box not working in VBScript: in VBS asd ASP, msgboxes arn't use like this msgbox("text") but they r used using alert("text") for example:
2. How to get selected values from <select> tag in event func: when u creat a select control u do it like this:
so u notice the word value="c1" in the option tag, this is responsible to send the "c1" to the browser using the submit button to retrieve it in other page using this code:
3.How to create a dynamic dropdown list: it is very simple, just use this code:
using this code u will be able to create a drop down box that will have 10 records and each record value and name r diffrent from the other. And u can use this example using database