G
Guest
My web form worked fine before. Today I found three buttons do not work,
including a close button with ID btnClose. I use
btnClose.Attributes.Add("onClick", "window.close()")
in codebehind in VB.
The IE error message on the bottom after page loading:
line: 165
Char:44
Error: unexpected ';'
code:0
I have check line 165 in HTML and VB. I can not find anything. VB is
compiled now. I do not know where the problem is.
David
including a close button with ID btnClose. I use
btnClose.Attributes.Add("onClick", "window.close()")
in codebehind in VB.
The IE error message on the bottom after page loading:
line: 165
Char:44
Error: unexpected ';'
code:0
I have check line 165 in HTML and VB. I can not find anything. VB is
compiled now. I do not know where the problem is.
David
