if (Session["name"] == null) 
        { 
            Page.ClientScriptManager.RegisterStartupScript(this.GetType(), "","<script language=javascript>window.open('index.aspx','','width=780,height=550');</script>");
        }