Home All Groups Group Topic Archive Search About

frame refresh from ASP page



Author
21 Mar 2006 4:42 PM
abcd
Is there a way that I can refresh a particular frame on the ASP page from
the server side ...

thanks

Author
21 Mar 2006 4:54 PM
Kyle Peterson
this is about the only way just using server side and hyperlinks...
http://www.powerasp.com/content/hintstips/asp-frames.asp

your really reloading everything but with the frame contents the querystring
specifies

maybe not what yoru looking for but
its a handy trick




Show quote
"abcd" <a***@abcd.com> wrote in message
news:O9hF0ZQTGHA.3192@TK2MSFTNGP09.phx.gbl...
> Is there a way that I can refresh a particular frame on the ASP page from
> the server side ...
>
> thanks
>
Author
21 Mar 2006 5:03 PM
Dave Anderson
abcd wrote:
> Is there a way that I can refresh a particular frame on the
> ASP page from the server side ...

No. The only thing ASP knows about the client is the content of its
requests. The client makes requests, the server makes responses.

The only way to refresh a frame, then, is to convince the client to send a
new request. This can be done with a META refresh in the frame itself, or by
client-side scripting (this can come from from a different frame or window).


--
Dave Anderson

Unsolicited commercial email will be read at a cost of $500 per message. Use
of this email address implies consent to these terms. Please do not contact
me directly or ask me to contact you directly for assistance. If your
question is worth asking, it's worth posting.

AddThis Social Bookmark Button