Hi all,
i'm just enjoiying with HTA and i'm trying to create a "dynamic" form
to enter data.
I mean, i create a form with 1 text field (name text[])
then with JS i dinamically add more text fields (named always text[])
With php i could access che post (or get) array text with all the
fields inside.
Can i do the same with VBscript in the HTA?
i can access the value of a single text field named text1 for example,
but i can't get dinamically the value of each field called text[]
why?
thanks!