
03.09.2009, 17:12
|
|
Познающий
Регистрация: 06.07.2009
Сообщений: 54
С нами:
8867850
Репутация:
17
|
|
Код:
var secwindow = window.open('money.htm','new','width=300px,height=200px')
if (secwindow.closed){
var secwindow = window.open('money.htm','new','width=300px,height=200px')
}
|
|
|