|
it
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
frame refresh from ASP page
Is there a way that I can refresh a particular frame on the ASP page from
the server side ... thanks 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 > abcd wrote:
> Is there a way that I can refresh a particular frame on the No. The only thing ASP knows about the client is the content of its > ASP page from the server side ... 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. |
|||||||||||||||||||||||