html - ASP.NET Open popup and then redirect -


i have custom css/html popup lightbox , form button on it.

my goal is, when press button:

  1. open popup
  2. then thread.sleep
  3. and after response.redirect page.

is possible? in advanced. here html code:

<a href="#test"><img src="images/smallimg.jpg"/></a> <div class="overlay" id="test"> <img src="images/bigimg.jpg"/> <a href="#page" class="close">x close</a> </div> 

if doing in javascript, first show popup , use settimeout(code,millisec,lang) function activate buttonclick event/function.

in asp.net bind settimeout(code,millisec,lang) function through end.


Comments

Popular posts from this blog

ios - UICollectionView Self Sizing Cells with Auto Layout -

node.js - ldapjs - write after end error -

DOM Manipulation in Wordpress (and elsewhere) using php -