Click here to Skip to main content
15,908,661 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,


Now i have this problem, My login is like pop window. which is opened when am click account login. It will show centre of my screen. My pop login window have 3 buttons, Login, Reset,
NewUser. If am give any wrong input to my login window na, my pop is automatically closed. But i dont need this. If i enter wrong input give alert message and login windows available at same position. Here am using only div for create login window.


Thanks and Regards,

Dhineshkumar V
Posted
Comments
If the popup is opened by code, then you must be closing it somewhere, when you get wrong ids.

So, check that line and try to open an alert there.
idenizeni 5-Jul-13 18:10pm    
If the login popup causes the page to post back then you may have to do something to show the popup after the page is reloaded after the post back.

1 solution

Use Webmethods(Ajax) for all your respective buttons(Login,Reset and NewUser)...
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900