Yes, actually the example I posted doesn't have a submit button,

"Kyle Smith" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> would that work without a submit button?
>
>
> -lk6-
> http://www.StupeedStudios.f2s.com
> Home of the burning lego man!
>
> ICQ: 115852509
> MSN: [EMAIL PROTECTED]
> AIM: legokiller666
>
>
> ----- Original Message -----
> From: "_lallous" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Tuesday, September 04, 2001 4:43 AM
> Subject: [PHP] Re: Wierd for thingy, help!
>
>
> > page1.htm
> >
> > <html>
> > <body onload="document.forms[0].submit();">
> > <form action="page2.php" method="post">
> > <input type="hidden" value="kyle" name="who">
> > </form>
> > </body>
> > </html>
> >
> > page2.php
> > <?
> >   echo "Hello $who!\n";
> > ?>
> >
> > "Kyle Smith" <[EMAIL PROTECTED]> wrote in message
> > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > Ok sorry for not looking into this one but is it possible for 1 page to
> have
> > a variable (not input) and then post it to another page and in an input
> > variable (text box) it will have the variable from the first page as its
> > value..... not im confused!
> >
> >
> > -lk6-
> > http://www.StupeedStudios.f2s.com
> > Home of the burning lego man!
> >
> > ICQ: 115852509
> > MSN: [EMAIL PROTECTED]
> > AIM: legokiller666
> >
> >
> >
> >
> >
> >
> > --
> > PHP General Mailing List (http://www.php.net/)
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > To contact the list administrators, e-mail: [EMAIL PROTECTED]
> >
> >



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to