asp_web_howto thread: frame refreshing
Message #1 by "Conor McCormick" <Conor.McCormick@r...> on Tue, 20 Nov 2001 10:28:48
|
|
I have a page with 2 frames. One is an ASP which receives the filename of
a html file. I want to refresh the other frame with this file but can't
find a way mof doing it. Any suggestions.
Message #2 by "Daniel O'Dorisio" <daniel@o...> on Tue, 20 Nov 2001 09:56:33 -0500
|
|
you actually dont need asp to do this.. just javascript.
you can use javascript to access the other frame via the frame name and then
call the refresh method if you need to refresh.. if you want a different
page, change the location.
daniel
--
-----------------------------
Daniel O'Dorisio
daniel@o...
www.odorisio-networks.com
-----------------------------
"Conor McCormick" <Conor.McCormick@r...> wrote in message
news:121435@a..._web_howto...
>
> I have a page with 2 frames. One is an ASP which receives the filename of
> a html file. I want to refresh the other frame with this file but can't
> find a way mof doing it. Any suggestions.
>
>
Message #3 by Greg Griffiths <griffiths@x...> on Wed, 21 Nov 2001 21:31:18 +0000
|
|
you should be able to use Javascript to do this.
At 10:28 20/11/01 +0000, you wrote:
>I have a page with 2 frames. One is an ASP which receives the filename of
>a html file. I want to refresh the other frame with this file but can't
>find a way mof doing it. Any suggestions.
|