Код везе ХТМЛ дугмета.
Без јавасцрипта:
			<form action="../html-link.htm"/
			    <input type="submit" value="This is 
			a button link"/
			</form/
			
Са јавасцриптом:
<input type="button" value="This is button link" onclick="window.location.href='../html-link.htm'"/
Advertising