I am having some difficulties with this. I read somewhere to use this: OnClientClick="window.document.forms[0].target='_blank';" PostBackUrl = "/_MembersOnly/MemberProfile/EditProfileRedirect.asp" which works great, but when I close EditProfileRedirect.asp and then click on another link on the posting page, it opens the link clicked plus EditProfileRedirect.asp within a new window? Any ideas?
Could try something like: OnClientClick="window.document.forms[0].target='newwindowhere';" PostBackUrl = "/_MembersOnly/MemberProfile/EditProfileRedirect.asp" And see if that helps.