Hi experts,
See This one line code in my Aspx Page.
Response.Write("<script>window.close();</script>")
What's wrong in it??
When I open the page I get the error message:
************************************************** *************
Compiler Error Message: BC30648: String constants must end with a double quote.
Source Error:
Line 42:
Line 43: Sub Button2_Click(sender As Object, e As EventArgs)
Line 44: Response.Write("<script>window.close();</script>")
Line 45: End Sub
Line 46:
************************************************** *************
Error is shown In Line No: 44: The string is within 2 double quotes .. Still What's wrong with me.. Please help.
Any Idea ??
Kalanad