php-db | 2002122
Date: 12/30/02
- Next message: José Luis: "Re: [PHP-DB] How to Make a Pop Up Window and show there a mysqltable for help input data?"
- Previous message: Edward Peloke: "RE: [PHP-DB] How to Make a Pop Up Window and show there a mysql table for help input data?"
- In reply to: Edward Peloke: "RE: [PHP-DB] How to Make a Pop Up Window and show there a mysql table for help input data?"
- Next in thread: José Luis: "Re: [PHP-DB] How to Make a Pop Up Window and show there a mysqltable for help input data?"
- Reply: José Luis: "Re: [PHP-DB] How to Make a Pop Up Window and show there a mysqltable for help input data?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I think you might be referring to data binding, which I think is only
offered by Internet Explorer. A more browser-independent way is to use
floating iframes that you can refresh depending on where the user has
clicked. The iframe can point to a PHP script that extracts the data for
you as needed. We have something similar working on IE, Opera 5+ and
Netscape 6+, so it is possible to do it, although it requires a bit of
Javascript work.
Cheers,
Marco
-- ---------------- php|architect - The Monthly Magazine for PHP Professionals Come check us out on the web at http://www.phparch.com!
attached mail follows:
I need to do roughly the same thing so I am interested to see if it is possible. I am writing an air charter app so I want to allow the users to select the airport codes from a popup and it will automatically fill the box.
If I find anything I will pass it on. Eddie
-----Original Message----- From: José Luis [mailto:jlpvlists <email protected>] Sent: Monday, December 30, 2002 11:36 AM To: php-db <email protected> Subject: [PHP-DB] How to Make a Pop Up Window and show there a mysql table for help input data?
I need know if 's possible show a mysql table like when you are entering some code product, you press an icon with ? (by example) and there appear the window showing the table with the code and the description and the you choose and pick some item from that table and the code pass to the input field, I saw this on asp but I think there it's possible create some on php with javascript, I am not sure what is the name of this technic.
Thanks
Regards
JL
-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: José Luis: "Re: [PHP-DB] How to Make a Pop Up Window and show there a mysqltable for help input data?"
- Previous message: Edward Peloke: "RE: [PHP-DB] How to Make a Pop Up Window and show there a mysql table for help input data?"
- In reply to: Edward Peloke: "RE: [PHP-DB] How to Make a Pop Up Window and show there a mysql table for help input data?"
- Next in thread: José Luis: "Re: [PHP-DB] How to Make a Pop Up Window and show there a mysqltable for help input data?"
- Reply: José Luis: "Re: [PHP-DB] How to Make a Pop Up Window and show there a mysqltable for help input data?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

