Re: odd problem with refresh

From: mark (mark_at_remove.com)
Date: 05/05/04


Date: Wed, 5 May 2004 15:28:57 +0100


"avnrao" <avn@newsgroups.com> wrote in message
news:eoeIzuqMEHA.2640@TK2MSFTNGP12.phx.gbl...
> are you doing any role based security checks and writing code based on
them?
>
> Av.
> www.avnrao.blogspot.com
>
im not doing any checks (yet) - i think ive traced the problem to a refresh
issue - its working for admin fine which is odd
but what seems to happen is when a button on the left frame is pressed the
mainFrame isnt refreshed with the new data - you have to force it by right
clicking and refreshing manually
im currently opening the mainFrame using
Response.Write("<script>window.open('personal.aspx?sendid=" & mainid &
"','mainFrame');</script>")
looks like i need to force a refresh on the mainframe somehow
thanks

Mark