<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Visualizar Impressão - Somente no Internet Explorer</title>
<script language="JavaScript">
function visualizarImpressao(){
var Navegador = '<object id="Navegador1" width="0" height="0" classid="CLSID:8856F961-340A-11D0-A96B-00C04FD705A2"></object>';
document.body.insertAdjacentHTML('beforeEnd', Navegador);
Navegador1.ExecWB(7, 1);
Navegador1.outerHTML = "";
}
</script>
</head>
<body>
<input type="button" onclick="visualizarImpressao();" value="Visualizar Impressão" />
</body>
</html>