Hello,

I have a page "pageOne", with a dropdown menu on it which dynamically changes according to user input - eg the user can add/delete entries/options from the dropdown. On this page I have a submit button, which when clicked posts to another page "pageTwo". In "pageTwo" I want to write some script, preferably ASP, to determine how many options/entries the dropdown on "pageOne" has.

The reason why I want to do this is because I then want to "build" x amount of textboxes on "pageTwo" (on the fly) - where x is the amount of options which the dropdown on "pageOne" had.

Thanks,
T