Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

button in javascript

<!DOCTYPE html>
<html>
<body>

<h2>Example of button </h2>
<p>This is the example of a button clickon it</p>

<button type="button" onclick="document.write(80+20)">click on me</button>

</body>
</html> 
Source by www.ingroy.com #
 
PREVIOUS NEXT
Tagged: #button #javascript
ADD COMMENT
Topic
Name
5+7 =