Сообщение от damekkoneko
|
а как создаю динамическую страницу ничего не работает
|
Бивас, тест!
<!DOCTYPE html>
<html>
<head>
<!--
<script src="http://code.jquery.com/jquery-latest.js"></script>
<link rel="stylesheet" type="text/css" href="tmp.css" />
-->
<style type="text/css">
</style>
<script type="text/javascript">
win = window.open("", "", "toolbar=0,width=800,height=450");
win.document.open();
win.document.writeln('<!DOCTYPE HTML'+'>');
win.document.writeln('<html><head'+'>');
win.document.writeln('<script src="http://code.jquery.com/jquery-latest.js"></script'+'>');
win.document.writeln('<title>Проверка отчета</title'+'>');
win.document.writeln('</head'+'>');
win.document.writeln('<body'+'>');
win.document.writeln('<button id="b" onclick="$(\'#b\').css(\'color\',\'red\')">Test</button'+'>');
win.document.writeln('</body'+'>');
</script>
</head>
<body>
</body>
</html>
Вроде работает...