'onAbort' Example : onAbort : Event onMethod JAVASCRIPT DHTML TUTORIALS


JAVASCRIPT DHTML TUTORIALS » Event onMethod » onAbort »

 

'onAbort' Example



    
<head>
<script language="JavaScript">
   function function1() {
      alert("The loading action has been abortednTry again later"
   
</script>
</head>
<body>
<img src="http://www.navioo.com/style/logo.png" onabort="function1()">
</body>

    
      
      



-

Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .

Follow Navioo On Twitter

JAVASCRIPT DHTML TUTORIALS

 Navioo Event onMethod
» onAbort