Инструкция по установке:
1. Вставить в то место, где вы хотите видеть этот сервис.
Code <iframe
src="http://c.icq.com/webicq/banias/gb/icq/410/WidgetMain.html?locale=ru-ru"
width="400" height="800" frameborder="0"></iframe> Или поставить кнопку "Open ICQ"
<html> <head> <script type="text/javascript"> function open_win() { window.open("http://c.icq.com/webicq/banias/gb/icq/410/WidgetMain.html?locale=ru-ru","_blank","toolbar=yes, location=yes, directories=no, status=no, menubar=yes, scrollbars=yes, resizable=no, copyhistory=yes, width=400, height=800"); } </script> </head>
<body> <form> <input type="button" value="Open ICQ" onclick="open_win()"> </form> </body>
</html>
|