Lamine Darbouche wrote:
> Please help?
> I have my application with four frames and would like to redirect
> from one frame to _parent or _top.
> Can I do that with "Response.redirect" or similar?
> Many thanks in advance.
> Regards
> Lamine
No. ASP code knows nothing about frames. You need to do this in client-side
code. One way is by setting the src property of the desired frame object.
Please follow up in a client-side code newsgroup such as .scripting.jscript
or .scripting.vbscript, or one of the groups with "dhtml" in its name.
Bob Barrows
--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.
|