Wrox Programmer Forums
|
ASP.NET 1.x and 2.0 Application Design Application design with ASP.NET 1.0, 1.1, and 2.0.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 1.x and 2.0 Application Design section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old October 7th, 2003, 03:20 AM
Registered User
 
Join Date: Sep 2003
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Default How Can I reload/redirect a whole frameset

HI, I need to reload the whole frameset with a other frameset. The problem for me is, I need to do it with vb.net code. When I press the button1, authorization take place and if it is correct I need to replace the current frameset1 with LogInFrameset. Could you tell me how to do that.:D

If You have any questions, just ask me. Thanks a million:)



Jaco
 
Old November 14th, 2003, 06:24 PM
planoie's Avatar
Friend of Wrox
 
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
Default

You need to write out some javascript to the client to refresh the page.

The key is to use "window.top". That will give you the browser's window (not the frame's). From there you can call location.href to get the browser to change to the other frameset. When your authorization process succeeds, you can make a call like this:

RegisterClientScriptBlock("","<script>window.top.l ocation.href='newpage.aspx';</script>")

Peter
------------------------------------------------------
Work smarter, not harder.





Similar Threads
Thread Thread Starter Forum Replies Last Post
Reload page Tooltip not work - Reload xslt file? ismailc XSLT 10 January 22nd, 2008 10:03 AM
Use TABLE or FRAMESET??? OchirM HTML Code Clinic 1 January 2nd, 2008 11:46 AM
Scrollbar for the frameset Jakob HTML Code Clinic 1 February 16th, 2007 10:44 PM
CSS and frameset capabilities paragon CSS Cascading Style Sheets 1 January 11th, 2006 02:08 PM
frameset zaman1111 JSP Basics 0 August 9th, 2005 04:27 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.