|
|
||||||
|
||||||
| Index Link To US Private Messages Archive FAQ RSS | ||||||
| Web Programming Discussion Forum Working with an API? Developing a plugin? Writing a Mod or script for your favorite blog, Web 2.0 site or Forum? Welcome. |
Share Thread: & Tags
|
||||
|
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Hi all
I have an ASP page which checks a user login. If the login is valid then it sets up all the necessay variables and uses a response.redirect command to then continue to the main site. All I want to do is automatically open another ASP program in a new window before the the redirection takes place in the original window. Any ideas ? Yorks |
|
||||
|
You will need to use javascript in order to open a new window. you can pass your query if any to your javascript. Since asp is processed on the server, you have to use client scripting to access or open a new window.
__________________
Daniel M: South West Styles/STEELid daniel@steelid.com http://www.steelid.com http://www.thephototool.com |
|
||||
|
client scripting = client side scripting
sorry for the miscommunication. javascript = client side scripting I recommend building an interim page after a successfull login showing text like: logging in...... You could do a meta refresh on that page to send the user to the main page. While this logging page is open, you can then do an onLoad() function in javascript to open the new window. The new window will open and the main window will then go to the proper page. hope that makes sense.
__________________
Daniel M: South West Styles/STEELid daniel@steelid.com http://www.steelid.com http://www.thephototool.com |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
|
WebProWorld |
Advertise |
Contact Us |
About |
Forum Rules |
MVP's |
Archive |
Newsletter Archive |
Top |
WebProNews
WebProWorld is an iEntry, Inc. ® site - © 2009 All Rights Reserved Privacy Policy and Legal iEntry, Inc. 2549 Richmond Rd. Lexington KY, 40509 |