This was a problem to do with caching...because the window.open had '_top'
in the statement it opens it in the current window instead of opening a new
one. Although I was putting the expires tag in, it was writing the
history.back in the Page_load event so it was going back a page before it
wrote the <meta> tag into the page. Just had to make sure I wrote that
first.
Thanks for the help
"Alvin Bruney" <vapor at steaming post office> wrote in message
news:%23%23t0NRW1DHA.2408@tk2msftngp13.phx.gbl...[color=blue]
> Post your relevant code snippets, the problem is unclear to me from your
> explanation.
>
> --
> Regards,
> Alvin Bruney
> Got tidbits? Get it here...
>
http://tinyurl.com/2bz4t
> "Gav" <spam@spam.com> wrote in message
> news:%23E57eVQ1DHA.2116@TK2MSFTNGP10.phx.gbl...[color=green]
> > Hi all,
> >
> > I'm having this strange problem where, in a web app, I have 2 different
> > links to a different form. One is just a straight forward link the other[/color]
> is[color=green]
> > a bit more complicated because it gets there from a user control I wrote[/color]
> to[color=green]
> > display a menu. However both call the page in the same way using
> > window.open('page.aspx','_top');
> >
> > The problem is that:.... The page it calls, in the page load, checks to[/color]
> see[color=green]
> > if a session variable is null, if it is it shows a error message and[/color][/color]
sends[color=blue][color=green]
> > the user back. This works fine the first time you click it exactly how[/color][/color]
it[color=blue][color=green]
> > should work. however if you click the link in the menu when the var is[/color]
> null[color=green]
> > I get sent back then if I click the same link when the var is not null I
> > still get the error message and get sent back!! however if I click the
> > straight forward link the page loads. Even after I have the page I can[/color][/color]
go[color=blue][color=green]
> > back manually click the link in the menu and still get the same error.[/color]
> When[color=green]
> > trying to debug it doesn't when clicking the menu option which makes me
> > believe it has something to do with caching. Although I have;
> > <META http-equiv="expires" content="Wed, 26 Feb 1997 08:21:57 GMT">[/color][/color]
which[color=blue]
> I[color=green]
> > believe should make it expire straight away so therefore always reload
> > itself.
> >
> > Hope somebody can help me out? Let me know if you need more info
> >
> > Regards
> > Gavin
> >
> >[/color]
>
>[/color]