Логин:

Пароль:

Форумы
Общие вопросы
Document Object Model
Обсуждаем конференцию
Web Usability (test)

Общие вопросы

Есть ли способ

>> К чёрту слухи, это работает и в IE
>
> А Можно Тогда Код Работающий Привести? А То, Мне Не Удалось IE Заставить Landscape'ом Печатать.

Легко(при условии что у тебя стоит ScriptX конечно же):
<html>
<head>
<script>
function putSettings()
{
.with ( factory.printing )
.{
..leftMargin = 5,99;
..topMargin = 5,99;
..rightMargin = 5,99;
..bottomMargin = 5,99;
..portrait = false;
..header="hello";
..footer="hello";
.}
}

function doPrint()
{
.putSettings();
.factory.printing.Print(false, window);
}

window.onload=doPrint ;
</script>
</head>
<body>
<object id="factory" style="display:none" classid="clsid:1663ed61-23eb-11d2-b92f-008048fdd814" viewastext
codebase="http:////ora//ScriptX.cab#Version=5,0,5,35" width="14" height="14">
</object>
<h1>HELLO!</h1>
</body>
</html>
СообщениеАвторДата
Sad03.01.2002 20:23
Maniac09.01.2002 15:16
Гость10.01.2002 02:58
Maniac10.01.2002 08:22
Гость10.01.2002 12:41
Гость29.03.2002 05:58
Гость01.03.2002 23:43
Гость21.05.2002 15:39
Maniac10.01.2002 14:32
Sad09.01.2002 20:04
Sad10.01.2002 19:05
Гость08.01.2002 04:40