server.transfer to a frame?

J

Jim Mitchell

Can I use server.transfer to a specific target frame as oppossed to the
current frame?

Thanks in advance.
 
V

Vidar Petursson

Hi

You have to do it client side, return a script to the client
parent.FRAMENAME.location.href = "pageTogo.aspx";

--
Best Regards
Vidar Petursson
==============================
Microsoft Internet Client & Controls MVP
==============================
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top