2
Answers

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

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)