diff options
Diffstat (limited to 'files/it/web/api/window/print/index.html')
| -rw-r--r-- | files/it/web/api/window/print/index.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/files/it/web/api/window/print/index.html b/files/it/web/api/window/print/index.html new file mode 100644 index 0000000000..87f63a0b44 --- /dev/null +++ b/files/it/web/api/window/print/index.html @@ -0,0 +1,17 @@ +--- +title: Window.print() +slug: Web/API/Window/print +translation_of: Web/API/Window/print +--- +<div>{{APIRef}}</div> + +<p>Apre una finestra di stampa per stampare il documento corrente.</p> + +<h2 id="Sintassi" name="Sintassi">Sintassi</h2> + +<pre class="eval">window.print() +</pre> + +<h2 id="Specifiche" name="Specifiche">Specifiche</h2> + +<p>DOM Level 0. Non รจ parte di alcuno standard.</p> |
