B
barry
This is asp.net application
This has a requiredfieldvalidator on the form
There is a attributes.add
Button1.Attributes.Add("OnClick", "window.close()")
the application gives what looks like a javascript error saying a
; is needed at the end of a line
When I take the requiredfieldvalidator out it works fine.
Any ideas would be welcome
thanks
This has a requiredfieldvalidator on the form
There is a attributes.add
Button1.Attributes.Add("OnClick", "window.close()")
the application gives what looks like a javascript error saying a
; is needed at the end of a line
When I take the requiredfieldvalidator out it works fine.
Any ideas would be welcome
thanks