J Jim Mitchell Jul 10, 2003 #1 Can I use server.transfer to a specific target frame as oppossed to the current frame? Thanks in advance.
Can I use server.transfer to a specific target frame as oppossed to the current frame? Thanks in advance.
V Vidar Petursson Jul 10, 2003 #2 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 ==============================
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 ==============================