I am using the ASP.net ASP:Login, and i want to call a javascript function if login fails.
How can I accomplish this?
|
feedback
|
|
You can have a javascript function all ready on page, or you can add them later when the login fail. So first capture the login fail... on your login module you add the event
on code behind ether you open the javascript, ether you register a new one.
Let say that you have a javasscript like this one for the first case.
| |||||
feedback
|
|
You can use
Where | ||||
|
feedback
|