Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Getting Param from a Page with more than 1 form

0 views
Skip to first unread message

Suresh Subrmaniam

unread,
Jun 16, 2000, 3:00:00 AM6/16/00
to
Hi,

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


^*^GothicCastle^*^

unread,
Jun 16, 2000, 3:00:00 AM6/16/00
to
Suresh,

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

Matthew

unread,
Jun 17, 2000, 3:00:00 AM6/17/00
to
either that or have a hidden field you pass across which tells you
which for passed the information ?

--

Thanks

Matt
-------------
http://www.1gladstone.freeserve.co.uk
http://www.virtualminiracing.com

"^*^GothicCastle^*^" <^*^GothicCastle^*^@hotmail.com> wrote in message
news:394A37FA...@hotmail.com...

0 new messages