C# .NET - URL IS SPLITTING
Asked By srikanth nekkanti on 29-Nov-12 01:22 AM
Hi,
i have used <a onclick=javascript:test('https://www.anc.html')><span>click here</span></a>
but when i run i inspected link with fire bug the link is getting splitted like <a anc.html href="".....> like that and i am not able to navigate can any one help me in this.
Thanks in advance