Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I want to insert server tag into OnClientClick event.

 OnClientClick="window.open('<%=Global.GetAbsolutePath("Welcome", PortalSettings)%>','_newtab');"

but a get an error

 The server tag is not well formed.

Any help will be appreciated.

share|improve this question
Not sure if you are allowed to embed server code inside a server tag (the button you want to use). See if you can pull the code into a Javascript function and call that here. Put your window.open into your javascript function. – Lukos Feb 13 at 11:50

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.