Maybe I should place this post in HTML forum, but here it goes:
My ASPX pages are opened in a frames page. I want to have a url to that frames page (to open from other page or e-mail message) that forces some session variables to have certain values, in order to open the right pages inside the frames page.
This means that when I click a link to my page, I want it to be something like this:
w w w . m y s e r v e r . d e f a u l t . h t m <- this is my frames page
I want the Session("Action" to be set 'ListClients'. This session variable opens the ListClients.aspx page into the main frame of default.htm.
Even if I send querystring arguments, I can't reach them, as the htm page can't read them.
I really need the frames page to be opened with the right page.
NetAngel
My ASPX pages are opened in a frames page. I want to have a url to that frames page (to open from other page or e-mail message) that forces some session variables to have certain values, in order to open the right pages inside the frames page.
This means that when I click a link to my page, I want it to be something like this:
w w w . m y s e r v e r . d e f a u l t . h t m <- this is my frames page
I want the Session("Action" to be set 'ListClients'. This session variable opens the ListClients.aspx page into the main frame of default.htm.
Even if I send querystring arguments, I can't reach them, as the htm page can't read them.
I really need the frames page to be opened with the right page.
NetAngel