I have a window that when it pops up I pass variables to it to fill a grid:
'window.open "ChoosePart.aspRefNo="+PartRefNo+"&Name="+PartName+"&TName="+TableName, "ChoosePart", "Width=550,Height=250,ReSizeable=no"
I have all of the code for this working fine. It uses the Select Statement and fills the grid properly. Now when the user selects a row in the grid, I have(on the main Page) another grid that I want to add it to.
How do I get it from the Popup back to the original window? Rob
Just my $.02.
'window.open "ChoosePart.aspRefNo="+PartRefNo+"&Name="+PartName+"&TName="+TableName, "ChoosePart", "Width=550,Height=250,ReSizeable=no"
I have all of the code for this working fine. It uses the Select Statement and fills the grid properly. Now when the user selects a row in the grid, I have(on the main Page) another grid that I want to add it to.
How do I get it from the Popup back to the original window? Rob
Just my $.02.