I would say generate the product id you want to show in your new window, then for your "?" link, or whatever it may be, include that in the parameters passed in the URL (aka <a href=# onClick="window.open(asdf.php?id=99)" whatever else). Then in the asdf.php you specified, pull the information from the database referring to that product id (SELECT * FROM TableName WHERE id = 99, or whatever id you pass ...).
Simple enough, not sure what others are talking about with respect to data binding and all that ... Regards, Matthew Moldvan --------------------------------------- System Administrator Trilogy International, Inc http://www.trilogyintl.com/ecommerce/ --------------------------------------- -----Original Message----- From: José Luis [mailto:[EMAIL PROTECTED]] Sent: Monday, December 30, 2002 11:36 AM To: [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