
12.12.2007, 10:35
|
|
Banned
Регистрация: 06.06.2006
Сообщений: 944
Провел на форуме: 3986705
Репутация:
1403
|
|
Код:
<script type="text/javascript">
var WindowObjectReference;
function openRequestedPopup()
{
WindowObjectReference = window.open("http://google.com/",
"Google",
"menubar=yes,location=yes,resizable=yes,scrollbars=yes,status=yes");
}
</script>
<input type=button OnClick="openRequestedPopup()" Value=Open>
|
|
|