Showing a Captcha popup after failed login.
- by thinker07
I have created two asp.net pages, if x times the login fails, I want to call the captcha page (second page) in a popup window. How do I automatically call the second page as a popup window in the first page without using a hyperlink button?
Are there any tutorials?