|
-
Aug 18th, 2005, 10:05 AM
#1
Thread Starter
Member
-
Aug 19th, 2005, 11:51 AM
#2
PowerPoster
Re: How to tell PageA.aspx to force a postback on PageB.aspx ?
As I understand, you want to redirect the user from the FORM.aspx to say a page ABC.aspx, once he enters the correct password in the small window.
I guess, after validating the password, you can add the following javascript:
Code:
window.parent.href="ABC.aspx";
//close the small window
window.close();
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|