Please see the code below:
tc.Attributes.Add("onclick", "this.style.backgroundColor='goldenrod'; open('ds://123','_blank','')")
tc references TableCell:https://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.tablecell(v=vs.110).aspx
The code opens an application client (person: 123). However, a new Internet Explorer Window is also opened. How do I stop the new Internet Explorer window from opening?