php-general | 2001032
Date: 03/18/01
- Next message: David Smith: "RE: [PHP] TraceRoute"
- Previous message: Peter Houchin: "RE: [PHP] just wondering ...."
- In reply to: Jose Antonio: "[PHP] Tables with scroll in HTML?"
- Next in thread: karakedi: "Re: [PHP] Tables with scroll in HTML?"
- Reply: karakedi: "Re: [PHP] Tables with scroll in HTML?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: David Smith: "RE: [PHP] TraceRoute"
- Previous message: Peter Houchin: "RE: [PHP] just wondering ...."
- In reply to: Jose Antonio: "[PHP] Tables with scroll in HTML?"
- Next in thread: karakedi: "Re: [PHP] Tables with scroll in HTML?"
- Reply: karakedi: "Re: [PHP] Tables with scroll in HTML?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

