i used code to display mesaage box in asp.net as follows
Dim myscript As String = "alert('Please Enter The Patients Inpatient number');window.location.replace(window.location.href);" Page.ClientScript.RegisterStartupScript(Me.GetType, "MyScript", myscript, True)
this displays alert box with message as 'Pleas enter the inpatients number" but title bar of the message box shows Windows internet Explorer Is it possible to change the name of this.