[PHP] popups, parents, parameters, and php

2003-09-19 Thread Rich Fox
I have been asking specific questions, and getting helpful answers, but I
realized I am getting ahead of myself and thinking about the trees when I
don't see the forest yet. I would like to describe what it is I want to do
in general, and then hopefully you can point me in the right direction so I
use html, php, and javascript together in some kind of reasonable way. I
feel like I am re-inventing the wheel, and badly. What I want to do must
have been done a zillion times by other web programmers already.

I have a php page (edit.php) with a form with some text fields and a select
menu (select1). I want users to be able to add entries to the select1 menu,
and would like to use a popup window to do this. In the popup window, the
user is presented with a form with a select menu of all possible entries.
The user can make multiple selections from this list in the popup, and when
the popup's form is submitted, I want the select1 menu in edit.php to
reflect these additional entries selected from the popup.

Those are the requirements. Should be easy, but I am finding it very
difficult to tie the pieces together.

Any advice or url of a relevant tutorial would be greatly appreciated.
Thanks,

Rich

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



RE: [PHP] popups, parents, parameters, and php

2003-09-19 Thread Jay Blanchard
[snip]
Those are the requirements. Should be easy, but I am finding it very
difficult to tie the pieces together.

Any advice or url of a relevant tutorial would be greatly appreciated.
Thanks,
[/snip]

phpmyadmin (http://www.phpmyadmin.php) does an admirable job of tying
the pieces together. Have a look at their source, especially where their
latest version is concerned (there is a Query Window that exists in a
pop-up that passes info to one of the frames on the main, Very Cool TM).

Have a pleasant and educational weekend!

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] popups, parents, parameters, and php

2003-09-19 Thread Curt Zirzow
* Thus wrote Jay Blanchard ([EMAIL PROTECTED]):
 [snip]
 Those are the requirements. Should be easy, but I am finding it very
 difficult to tie the pieces together.
 
 Any advice or url of a relevant tutorial would be greatly appreciated.
 Thanks,
 [/snip]
 
 phpmyadmin (http://www.phpmyadmin.php) does an admirable job of tying
 the pieces together. Have a look at their source, especially where their
 latest version is concerned (there is a Query Window that exists in a
 pop-up that passes info to one of the frames on the main, Very Cool TM).

It doesn't work so well in opera though :(

 
 Have a pleasant and educational weekend!

I'm leaning more towards pleasant.


cheers.

Curt
-- 
I used to think I was indecisive, but now I'm not so sure.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



RE: [PHP] popups, parents, parameters, and php

2003-09-19 Thread Jay Blanchard
[snip]
 Have a pleasant and educational weekend!

I'm leaning more towards pleasant.

cheers.
[/snip]

Cheers to you as well, I am departing for the neighborhood watering hole
momentarily, and I will lift a pint of Black  Tan to you all!

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php