Re: [PHP] Tables with scroll in HTML?

2001-03-19 Thread karakedi

how do you store your checkbox variables in to sessions??

i am loking for that info,
any web page or any tiny little example could work.

thx in adv.


"Adi Wibowo" [EMAIL PROTECTED] wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...

 On Mon, 19 Mar 2001, Jose Antonio wrote:
  I have tryed to make several frames, but, if a put the submit button in
a
  diferent frame, how can i know wich are the selected rows of the form in
the
  other frame?

 I use IFRAME (for more flexibility than FRAME) and session's variables to
 store variables between frames.
 Of course, table's frame must have some routine to store/update
 session variable when it clicked or changed.

 Adi Wibowo ---
 * Work matter: [EMAIL PROTECTED]
 * Private matter : [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]




-- 
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]




Re: [PHP] Tables with scroll in HTML?

2001-03-18 Thread Adi Wibowo


On Mon, 19 Mar 2001, Jose Antonio wrote:
 I have tryed to make several frames, but, if a put the submit button in a
 diferent frame, how can i know wich are the selected rows of the form in the
 other frame?

I use IFRAME (for more flexibility than FRAME) and session's variables to
store variables between frames.
Of course, table's frame must have some routine to store/update
session variable when it clicked or changed.

Adi Wibowo ---
* Work matter: [EMAIL PROTECTED]
* Private matter : [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]