Fantastic! Works like a charm. Thanks for the help. Alex Elger Micronage Ltd [EMAIL PROTECTED]
-----Original Message----- From: Nick Middleweek [mailto:[EMAIL PROTECTED]] Sent: 04 September 2002 4:00 PM To: ActiveServerPages Subject: RE: Refresh of another frame from asp Yes, but you can't use ASP to do this, you need to use JavaScript. If you know JavaScript, it goes like this... 1). Create an onload event/function for the main page sent back after the prefs are updated. 2). Set this ONLOAD function to reach into the other framesets location object and invoke the reload(true) method. like this... window.top.frames['navframe'].location.reload(true); HTH, Nick -------------------------- Nick Middleweek Web Applications Developer Tel: +44(0)1525 375 778 Mob: +44(0)774 035 5424 [EMAIL PROTECTED] :> -----Original Message----- :> From: Alex Elger [mailto:[EMAIL PROTECTED]] :> Sent: 04 September 2002 15:42 :> 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.unsub%% --- You are currently subscribed to activeserverpages as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED]
