Write a client-side script called <BODY onLoad="yourfunction()"> for example
and request refresh on the other frame - depends on the structure and names
but something like this:

function initPage() {
        top.frames["index"].location.reload();
}

This should work on almost any browser.


-----Original Message-----
From: Alex Elger [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, September 04, 2002 5:42 PM
To: ActiveServerPages
Subject: Refresh of another frame from asp


Is it possible to do a refresh of another frame when another page gets
called?

For example i have a prefs page.
When the preferences are updated I'd like the frame on the left (Navigation
frame) to refresh.

Is this possible?
Thanks
Alex Elger
[EMAIL PROTECTED]


---
You are currently subscribed to activeserverpages as: [EMAIL PROTECTED]
To unsubscribe send a blank email to
%%email.unsub%%


---
You are currently subscribed to activeserverpages as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]

Reply via email to