Hi,
I have a .Net 1.1 webapp with a aspx page with the attribute SmartNavigation=true set.
I have a anchor in the page like this:
<a href='#' onclick="$.copy('ANNUAL PAID OZ');">Copy to clipboard</a>
Problem is when I click it the browser window scrolls to top.
Any ideas why??
Malcolm