Re: how do i get a login name to show on another screen by p

p
Tue Oct 11 18:27:01 CDT 2005

What's stopping you?

little_lisa wrote:

Re: how do i get a login name to show on another screen by littlelisa

littlelisa
Wed Oct 12 07:23:03 CDT 2005

once I click on submit, I can get it to the correct page, but I have no clue
on how to get it to read "welcome [username]!"

"p c" wrote:

> What's stopping you?
>
> little_lisa wrote:
>

Re: how do i get a login name to show on another screen by p

p
Wed Oct 12 18:08:27 CDT 2005

You need to use script and write custom code, provided your host/server
supports the script language you want to use.

In general, you pass info fromm forms to other pages using POST or GET
methods specified in the form.

On your processing page, you grab the submitted data from the form
collection for POST or querystring collection for GET.


..PC

little_lisa wrote:

> once I click on submit, I can get it to the correct page, but I have no clue
> on how to get it to read "welcome [username]!"
>
> "p c" wrote:
>
>
>>What's stopping you?
>>
>>little_lisa wrote:
>>