���������� ������ �������� �������� � ������� ������� �������� (Internet Explorer)
�������� �� ������� �������� �������� - ����� � ������� ������ ����:
<html xmlns:IE> <head> <title>������������ �������� ��������</title> <style type="text/css"> <!-- @media all { IE\:homePage { behavior:url(#default#homepage); } //--> </style> <script language="JavaScript" type="text/javascript"> <!-- function verify() { if( oHomePage.isHomePage( document.location.href ) ) alert( "������� �������� ����������� ��� ��������!" ); } //--> </script> </head> <body> <IE:homePage id="oHomePage" /> <input type="button" value="test" onClick="verify()"> </body> </html>
� �������� � �������� ��������� ������� isHomePage ����� ���� ����� �����. ��������, ���� � �������� � �������� �������� �������� ����� �����-������ ���� �����������, �����, �� ����� ��������� ��� ��������� ��������� �, ��������������, ��������� ������ �������.
����������: ��� �������� ������ � Internet Explorer
�������� ������� aka ������ (DUmmY)