I want a link in left navigation to display a new frame rather than replace the main page. In HTML I have it as TARGET="useCont"
What would I need to do in the following in order for it to do this in js?
onclick="window.top.location.href='http://www.intrawide.nbsnet.co.uk/livepub/secure/Finance/SID/Default.htm'";
Thank you.
What would I need to do in the following in order for it to do this in js?
onclick="window.top.location.href='http://www.intrawide.nbsnet.co.uk/livepub/secure/Finance/SID/Default.htm'";
Thank you.