943,704 Members | Top Members by Rank

Ad:
  • ASP.NET Discussion Thread
  • Unsolved
  • Views: 5802
  • ASP.NET RSS
May 22nd, 2007
0

Problem in Redirecting a .aspx Page

Expand Post »
Dear All...

I have two aspx Pages..I am having first page as a home page.I have various controls bounded in the home page.when i click the button control in the home Page,the Second Page is opened but it is Opening in an new window..Instead i need the second Page to be opened in the same window(i.e the second Page should mask the home Page)..
I am using javascript code to redirect..The code is as follows...
window.open("page2.aspx?username=" + lstruser)

I need script to redirect..
Someone help in this Regard...

Regards,
Balagurunathan s
Similar Threads
Reputation Points: 10
Solved Threads: 0
Light Poster
BalagurunathanS is offline Offline
26 posts
since Apr 2007
May 22nd, 2007
0

Re: Problem in Redirecting a .aspx Page

window.open opens in a new window.
use document.location to load a new page in same window
Reputation Points: 10
Solved Threads: 1
Newbie Poster
ckaneta is offline Offline
6 posts
since May 2006
May 22nd, 2007
0

Re: Problem in Redirecting a .aspx Page

of course it is opening in a new window, you are using window.open.

use
ASP.NET Syntax (Toggle Plain Text)
  1. document.location = "page2.aspx?username=" + lstruser
Reputation Points: 14
Solved Threads: 19
Posting Pro in Training
campkev is offline Offline
484 posts
since Jul 2005

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in ASP.NET Forum Timeline: how to pass values to called function
Next Thread in ASP.NET Forum Timeline: AOL 9.0vr explorer browser issue





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC