Wednesday, May 17, 2017

On board event in HTML

<html>
<head>
<script language= "javascript"type="text/javascript">
function abortImage()
{
alert('error:loading og the image was aborted')
}
</script>
</head>
<body>
<img src="name of image" onboard="abortImage()">
</body>
</html>

No comments:

Post a Comment