RobColborne
MIS
Hi
Just need some advice rather than solving a specific problem.
I have an ASP page that pulls data from a database into a table. In each row I have a hyperlink that I wish to 'Zoom' which I have workig in a pop-up window.
So far I have the link working with the window appearing correctly and am able to get the record ID for the selected record.
I am not sure on the best method to pass the record ID to the popup window to do another query, or is there a better way. I thought about opening another recordset in the main window and then passing the values to be displayed to the opened window, but not sure how I would achieve this. Or what the best method would be.
I hope I have explained myself correctly.
Thanks
Rob
Just need some advice rather than solving a specific problem.
I have an ASP page that pulls data from a database into a table. In each row I have a hyperlink that I wish to 'Zoom' which I have workig in a pop-up window.
So far I have the link working with the window appearing correctly and am able to get the record ID for the selected record.
I am not sure on the best method to pass the record ID to the popup window to do another query, or is there a better way. I thought about opening another recordset in the main window and then passing the values to be displayed to the opened window, but not sure how I would achieve this. Or what the best method would be.
I hope I have explained myself correctly.
Thanks
Rob