Показать сообщение отдельно
Старый 05.06.2002, 23:54
Pietrovich вне форума Посмотреть профиль Отправить личное сообщение для Pietrovich Найти все сообщения от Pietrovich
  № 4  
Pietrovich
 
Аватар для Pietrovich

Регистрация: Apr 2001
Адрес: Z-town
Сообщений: 677
Отправить сообщение для Pietrovich с помощью ICQ
документ.опен()
и
документ.клозе()

НЕ ПОМОГЛИ

вот код, может я что-то не то делаю ?

Код:
if (command=="startOut")
	{
		splashWin = window.open("about:blank", "splashWin", "toolbar=0,location=0,directories=0,status=0,menubar=1,scrollbars=1,resizable=1", "replace");
		splashWin.document.open();
		splashWin.document.write( header );
		splashWin.document.write( tblHeader );
	}
	if (command=="out")
	{
		//alert("out");
		splashWin.document.write( args );
	}
	if (command=="endOut")
	{
		//alert("endOut");
		splashWin.document.write( footer );
		splashWin.document.close();
		splashWin.focus();

	}
ну типа переменные footer tblHeader header определены и что в них понятно изи названия...


splashWin типа ВАР и определен в ХЭДЕ ХТМЛки....