473,378 Members | 1,679 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

Redirect without menubar

I am trying to redirect a login page to another page after validating the
username and password. I am currently trying to use javascript with the
window.open command but this leaves the window.opener to stay open. is
there a good way to redirect to a new form in .net 2003 without having the
menubar present and the parent form to close?

Thanks,

Todd
Jul 21 '05 #1
2 1696
Ben
YOu can close the opener window from the opened window. I
think the command is this.opener.close() or something
similar.
Call this on load in the document that is opened, and it
will close the 'parent' behind it.

-----Original Message-----
I am trying to redirect a login page to another page after validating theusername and password. I am currently trying to use javascript with thewindow.open command but this leaves the window.opener to stay open. isthere a good way to redirect to a new form in .net 2003 without having themenubar present and the parent form to close?

Thanks,

Todd
.

Jul 21 '05 #2
Ben,
thanks for the reply. I have tried this with window.opener.close() and
your recommendation of this.opener.close(). The problem is that I get is a
message that the selected window is closing. All I want to do is to
redirect to a new page without the menubar and no parent window. Do you
know of any other way?

Thanks,

Todd

"Ben" <an*******@discussions.microsoft.com> wrote in message
news:09****************************@phx.gbl...
YOu can close the opener window from the opened window. I
think the command is this.opener.close() or something
similar.
Call this on load in the document that is opened, and it
will close the 'parent' behind it.

-----Original Message-----
I am trying to redirect a login page to another page

after validating the
username and password. I am currently trying to use

javascript with the
window.open command but this leaves the window.opener to

stay open. is
there a good way to redirect to a new form in .net 2003

without having the
menubar present and the parent form to close?

Thanks,

Todd
.

Jul 21 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Bob Bedford | last post by:
I've this form: <script> function sendMessage(value,FormSubmit){ if (value>0){ w=window.open('contactseller.php?annID='+ value,'null','resizable=no, location=no, top=200, left=200, width=50,...
2
by: benny | last post by:
Hi, I am trying on redirect the to the file EnterpriseManager2.0.zip without having to show the absolute link on http://w0018/EnterpriseManager2.0.zip where the download utility cannot get that...
7
by: qq | last post by:
Hi, Does anyone know about Response.Redirect? I want user to login to our FTP server via an asp page on my website with their username and password. I have created a form with username and...
14
by: D. Alvarado | last post by:
Hello, I am trying to open a window containing an image and I would like the image to be flush against the window -- i.e. have no padding or border. Can I make this happen with a single call to a...
3
by: Sehboo | last post by:
On my ASP page, when I click a button, I want to do three things: 1. Check for some values. 2. Open a new window and pass some values as query string. 3. Redirect to some other page Here...
2
by: Oney | last post by:
I send a popup to client then I redirect to the main page but the popup doesn't raise. If I comments the Response.Redirect line the popup is raised How can I solve this problem??? thanks ...
2
by: Todd Lu | last post by:
I am trying to redirect a login page to another page after validating the username and password. I am currently trying to use javascript with the window.open command but this leaves the...
4
by: Dave | last post by:
Is there a way to do a Response.Redirect and do a popup on the redirect?
1
by: invincible | last post by:
Hi, I want to open a window without a menubar ot titlebar. I am aware of the window.open method with its parameters. My problem is that i am not opening a window from another window. i want my...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.