je voulais savoir comment faire pr attribuer un style a une feuille creer avec window.open("")
(un style pour l'impression)
car la page n'existe pas donc je vois pas comment faire
vous pourriez m'aidez ?(j'ai vraiment rien trouvé en ligne)
mon windows open:
Code : Tout sélectionner
var f = window.open("", "ZoneImpr", "height=500, width=600,toolbar=0, menubar=0, scrollbars=1, resizable=1,status=0, location=0, left=10, top=10");<style type=text/css media=print class="tableau">
<!--
thead {
display: table-header-group;
}
-->
</style>