c# - Has the window loaded? -


is there way verify if page has loaded in c#, firing html window code, , know if window has loaded? possible?

htmlpage.window.navigate(new uri(uri), "_blank", "toolbar=no"); 

how things work:

  1. server sends response browser
  2. browser accepts (downloads html/silverlight)
  3. browser renders page

the server has no way know if page loaded or if interrupted process after response sent. if need know page loaded, need find out client side code js or silverlight , send information/request server page loaded.


Comments

Popular posts from this blog

c++ - CryptStringToBinary API behavior -

java.util.scanner - How to read and add only numbers to array from a text file -

iphone - Three second countdown in cocos2d -