I have, inside an HTML page, this link:
https://view-awesome-table.com/-L1O9CTIgXRslCew09ji/view?filterA=Citrus
This is my HTML code:
<!DOCTYPE html>
<html>
<body>
<a href="https://view-awesome-table.com/-L1O9CTIgXRslCew09ji/view?filterA=Citrus" target="_blank">
<button type = "button"> BUTTON 2 </ button>
</a>
</body>
</html>
When I click on it, in the page that opens the parameters (?FilterA=Citrus
) have no effect.
But if I copy and paste the same link in the browser's address bar, the parameters take effect.
I do not understand these different results. The result that I would like is that clicking the link will have the same effect as entering the URL in the address bar of the browser. Can someone help me understand?