On reload I want to use psDocument.GetParam() to obtain a parameters
But if the page has more than 1 form element with proper id., how do I
obtain the value from a particular form. How do I know which form
vars are passed as params
Thanks
Personally, I would make each form element unique that way you just call
the relevant element.
The only other way and I just don't know if this would work but in Client
side Javascript if you have two forms you would call the element via an
array so if you have two forms, you would call the second form element:
document.form[1].element.value
however this may be totally unusuable in PS.
Just an idea however misguided :)
Davlon
--
Thanks
Matt
-------------
http://www.1gladstone.freeserve.co.uk
http://www.virtualminiracing.com
"^*^GothicCastle^*^" <^*^GothicCastle^*^@hotmail.com> wrote in message
news:394A37FA...@hotmail.com...