SyntaxFix
Write A Post
Hire A Developer
Questions
It's recommended not to use the <Button> tag. Use the <Input type='Button' onclick='return false;'> tag instead. (Using the "return false" should indeed not send the form.)
<Button>
<Input type='Button' onclick='return false;'>
Some reference material