I have two buttons in my page login and register,
If i click login am showing a login popup(user id and password) ,
if this pop up stable for 5 minutes , i want redirect that to expired.aspx page, how to do this
this is my code
| |||||||||||||||||
style="font-size: small; color: #0000FF; font-family: verdana;">Login|href="Registration.aspx" style="font-family: verdana; font-size: small; color: #0000FF;">RegisterJavascriptwindow.onkeyup = function (event) {if (event.keyCode == 27) {window.close();}}document.onkeydown = checkKeycode2function checkKeycode2(e) {var keycode;if (window.event) keycode = window.event.keyCode;else if (e) keycode = e.which;if (keycode == 27) {var obj;obj = document.getElementById('pop_up_pretrazivanje:closeButton');if (obj != null) {document.getElementById('pop_up_pretrazivanje:closeButton').click();}}}
1 Reply
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.

Pramod GayakwadPosted Jan 21, 2016, 2:20 AM