Can I add an alert to this JavaScript?
<script type="text/javascript">
document.getElementById('send').reset();
</script>
<body>
<input type="button" id="send" value="send order"/>
</body>
Can I add an alert to this JavaScript?
<script type="text/javascript">
document.getElementById('send').reset();
</script>
<body>
<input type="button" id="send" value="send order"/>
</body>
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.