hey I need help with this code I want the link to open in a new tab instead i want the link to be opened in new tab instead of the current one
<form>
<input class="MyButton" type="button" value="Your Text Here" onclick="window.location.href='http://www.yourdomain.com'" />
</form>