B
brian
I have an ASP page (A) that displays data. One of the
columns is a hyperlink that when clicked opens up a new
asp document (B). The B document gets a parameter from
page A and looks up a value in a database to display the
results. no problem. but instead of opening a new asp
page, I would like to open a popup window. Does anyone
have any suggestions. I have found the javascript to open
a popup window, but I don't know how to pass the value
from page A to page B.
columns is a hyperlink that when clicked opens up a new
asp document (B). The B document gets a parameter from
page A and looks up a value in a database to display the
results. no problem. but instead of opening a new asp
page, I would like to open a popup window. Does anyone
have any suggestions. I have found the javascript to open
a popup window, but I don't know how to pass the value
from page A to page B.