2
Answers

window.Open() insdie OnClick and not inside OnClientClick()

Chandra Sekhar K

Chandra Sekhar K

13y
3.4k
1
I have a asp button and it has its onclick property. using this property I want to open a pop-up window using window.open().
How to write javascript inside the OnClick property.

window.open() used inside a OnClientClick  property is fine. I want to use OnClick Property.
Answers (2)