string clientScript = @"<script language='javascript'>
window.opener.location.reload();
window.close();
</script>";
this.Page.ClientScript.RegisterStartupScript(clientScript.GetType(),"_reload",clientScript);
more...
string clientScript = @"<script language='javascript'>
window.opener.location.reload();
window.close();
</script>";
this.Page.ClientScript.RegisterStartupScript(clientScript.GetType(),"_reload",clientScript);
to make ubuntu business casual - make it black remove background: gsettings set org.gnome.desktop.background picture-options ...
No comments:
Post a Comment