I have a script code in vb.net environment which is calling file from path but when i call the file the window remain opened i want to hide it. My code is bellow
ClientScript.RegisterStartupScript(Me.GetType(), "openfile", String.Format("window.open( /Reports/September Sowing Report Area-1/September Sowing Report Area-1 {0}.ods );", DD4.SelectedValue), True)