On Wed, 14 Oct 1998 17:54:13 -0500, you wrote:
>I am having some trouble getting info from text fields.
>
>I have a group of fields, ie "username, password, etc"
>I have it set up so that when you click a button, it does something along
>these lines:
>$username = $userfield->Text();
>$password = $passfield->Text();
>and so on.
>
>The sub dies after the first get.
>Is there another way to gather multiple text entries from the same sub?
Sounds like it should work. Could you possibly post all of the code so
we could play with it and figure out what is going wrong?
I would just write a test script with a couple of text fields, but then I gotta
design a GUI, convert it, etc.. :)
-Joe
P.S. Everybody, I am changing the mailing list config to make the reply-to
address the list address instead of the sender's address, to make it a little
easier on everyone.