0

Is it possible that a link button can open a tab window with a certain URL even it has also jquery code to perform like showing a popup box?

Let say when I click the link button, it popup messagebox came from jquery code and also open a new tab. is that possible?

Filburt
  • 17,626
  • 12
  • 64
  • 115
user3274033
  • 29
  • 2
  • 11

1 Answers1

0

jQuery deals with client side LinkButton is a server side control

Check following STO thread: Link Button

Also, opening a new tab can be handled by browsers, so some browser may open a new tab while others may open a new window

Community
  • 1
  • 1
Usman Waheed
  • 555
  • 5
  • 14