You could send javascript to the client to change the url of one of your frames.
<% if conditionismet then %> <script language="javascript"> top.location = 'newpage.html'; </script> <% else %> Display page <% end if %> Andrew -----Original Message----- From: Steve Abaffy [mailto:sabaffy@;cditelecom.com] Sent: Wednesday, November 06, 2002 11:11 AM To: ActiveServerPages Subject: Redurect to top of frameset Hello, I have a page in frames, and when certain conditions are true, I want to redirect to the top of the frame set is there away to do that with the response.redirect command somthing like response.redirect "fileName target=_top" --- 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]
