'behavior' Example
<html xmlns:ie> <head> <style> @media all { IE\:homePage {behavior:url(#default#homepage)} } </style> </head> <body> <ie:homepage id="java2s" /> <p> <a id="myL" href="http://www.java2s.com" onclick="goHomePage()">Navigate to your home page</a> </p> </body></html>