'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.navioo.com" onclick="goHomePage()">Navigate to your home page</a> </p> </body></html>
|
|
|
|
|
HTML code for linking to this page:
|