Hello, so I have this code on my link, which opens a popup window. Problem is when the link is clicked the page(not the external) scrolls up automatically. Any way to fix this?
<a href="#" onclick="window.open('test.html')">Link Test</a>
Hello, so I have this code on my link, which opens a popup window. Problem is when the link is clicked the page(not the external) scrolls up automatically. Any way to fix this?
<a href="#" onclick="window.open('test.html')">Link Test</a>