Open new window

  • Thread starter Thread starter Alessandro
  • Start date Start date
A

Alessandro

Hi !
There is a way to use a Linkbutton as an hyperlink?
I want execute some code and then open a new window: if i use a linkbutton
no new window will be opened, if i use an hyperlink i open new window but i
don't execute code before opening it !
 
Hello Alessandro,
On click of hyperlink you can call some java script function to do some
validations and then you can open new window using window.open() function of
javascript

regards,
Chenna
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top