G
Guest
I have a frameset 8-( (oohh no I hear u say - but stick with me), with 2 .aspx pages. For simplicity lets say
Main Page - Maintenance.ht
ASPX Top frame - Top.asp
ASPX Bottom frame - Bottom.asp
All I want to do is CAPTURE (in Top.aspx) the QueryString that is passed in Maintenance.htm. The main page will ALWAYS be passed with a QueryString (Maintenance.htm?Caller=12345, etc.). I need to get at the 12345 from my .aspx page(s)
A simple code sample would be appreciated (if possible) as it's due yesterday (as usual)
Regards, Tony
Main Page - Maintenance.ht
ASPX Top frame - Top.asp
ASPX Bottom frame - Bottom.asp
All I want to do is CAPTURE (in Top.aspx) the QueryString that is passed in Maintenance.htm. The main page will ALWAYS be passed with a QueryString (Maintenance.htm?Caller=12345, etc.). I need to get at the 12345 from my .aspx page(s)
A simple code sample would be appreciated (if possible) as it's due yesterday (as usual)
Regards, Tony