The only way to do it with client script is to either have the textboxes
already in the doc, and with a "display=hidden" style, or to use JavaScript
to create the textboxes and hide them when the doc loads, using
document.write. Honestly, your best bet would be to do a PostBack, and build
them on the server side.
--
HTH,
Kevin Spencer
Microsoft MVP
..Net Developer
What You Seek Is What You Get.
"Alien2_51" <> wrote in message
news:892E0EFD-A276-4469-B06F-...
>I have a report parameters page that currently accepts an invoice number to
> generate an invoice report. The user would like to process many invoice
> reports, rather than having 10 or 15 textboxes ready for input I'd like to
> have a button that will add a textbox using client script, has anyone seen
> an
> example of something like this...?
>
> TIA
>
> Dan
|