Justtechjobs.com Find a programming school near you






Online Campus Both


php-general | 2001032

Re: [PHP] Tables with scroll in HTML? From: Adi Wibowo (adiw <email protected>)
Date: 03/18/01

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 : adiw <email protected>
* Private matter : adiwibowo <email protected>
------------------------------------------

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-general-unsubscribe <email protected>
For additional commands, e-mail: php-general-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>