Event saveType
<html xmlns:yourNs><head> <style> @media all { IE\:homePage {behavior:url(http://www.java2s.com)}} </style> <script language="JavaScript"> function goHomePage(){ java2s.navigateHomePage(); event.returnValue=false; } function function1() { var m = event.saveType; alert(m); } </script> </head> <body> <yourNs:homepage id="java2s"/> <public:attach event="oncontentsave" onevent="cbCopy()" for = myA/> <a id="secL" href="" onClick="goHomePage();">Navigate to your home page</a> <input type="button" value="Content type" onclick="function1();"> </body> </html>