| Сообщение от cyber | 
	| пишем в localstorage (localstorage.setItem("print", true)) | 
	
По-мне, так перебор...
Как вариант, вызывать ее 
www.111.ru/11#print
На самой странице добавить обработчик
<!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">
window.onload=function (){
	if (top.location.hash=='#print') {
		window.print();
	};
};
</script>
</head>
<body>
</body>
</html>