vb.net - Button needs to have functionality of <a href= and Target=_parent -


i have button uses response.redirect, opens page want in new window instead of opening in current window(refreshing new page?)

as <a href= target=_self ? i'm not using need button rest of buttons.

vb.net

please use j query script reference , use

window.open("foo.aspx");

Comments

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -