Axial Lake Buttons
Javascript button
<button type=”button” onclick=”someFunction(this.value); return false;” >Click Here</button>
Link button
<input type=”button” onclick=”location.href=’https://www.web-atlanta.com’;” value=”Home” />
/code
<input type=”button” onclick=”location.href=’https://www.web-atlanta.com’;” value=”Home” />