C
cliffeh
I have a frameset, with 4 .aspx pages - MyPage.aspx, which is the frameset
itself, Left.aspx, Top.aspx & Content.aspx.
Top.aspx is a list of tabs. What I'd like to do is pass the index of the
active tab via a querystring, and then that tab would appear selected.
However, when I check the querystring of Top.aspx, it's blank. The
querystring for MyPage.aspx has the right information (ie ?index=1), but the
frame itself doesn't have a query string.
Has anyone else come across this, and is there a solution?
Thanks,
Cliffe
itself, Left.aspx, Top.aspx & Content.aspx.
Top.aspx is a list of tabs. What I'd like to do is pass the index of the
active tab via a querystring, and then that tab would appear selected.
However, when I check the querystring of Top.aspx, it's blank. The
querystring for MyPage.aspx has the right information (ie ?index=1), but the
frame itself doesn't have a query string.
Has anyone else come across this, and is there a solution?
Thanks,
Cliffe