Hi All,
I haven't been able to find anything on the net to teach you how to do this, nor can I figure it out myself. What I have right now is a table of records from an Access database. Beside each record is a small "Print" link. When a user presses that "Print" link, I want a new window to open with all the information for that record displayed in a printer friendly version. A querystring selects the correct record for printing.
I haven't been able to figure out how to pass the database information into the new window. What I've tried is creating a form that posts to the new window with hidden fields, each one of these fields taking the value of the recordset. After the form I put a script that opens up a new window with "request.form" values ... but it won't read them properly. Not even sure if this is possible ..
If anyone has ideas on how to do this please respond. Thanks in advance.
Kevin
I haven't been able to find anything on the net to teach you how to do this, nor can I figure it out myself. What I have right now is a table of records from an Access database. Beside each record is a small "Print" link. When a user presses that "Print" link, I want a new window to open with all the information for that record displayed in a printer friendly version. A querystring selects the correct record for printing.
I haven't been able to figure out how to pass the database information into the new window. What I've tried is creating a form that posts to the new window with hidden fields, each one of these fields taking the value of the recordset. After the form I put a script that opens up a new window with "request.form" values ... but it won't read them properly. Not even sure if this is possible ..
If anyone has ideas on how to do this please respond. Thanks in advance.
Kevin