aboutsummaryrefslogtreecommitdiff
path: root/files/hu/web/api/window.stop/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/hu/web/api/window.stop/index.html')
-rw-r--r--files/hu/web/api/window.stop/index.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/files/hu/web/api/window.stop/index.html b/files/hu/web/api/window.stop/index.html
new file mode 100644
index 0000000000..142a71788d
--- /dev/null
+++ b/files/hu/web/api/window.stop/index.html
@@ -0,0 +1,19 @@
+---
+title: window.stop
+slug: Web/API/Window.stop
+translation_of: Web/API/Window/stop
+---
+<div>
+  {{ApiRef}}</div>
+<h2 id="Summary" name="Summary">Összefoglalás</h2>
+<p>Ez az eljárás leállítja az ablak betöltését.</p>
+<h2 id="Syntax" name="Syntax">Szintaxis</h2>
+<pre class="syntaxbox">window.stop()
+</pre>
+<h2 id="Example" name="Example">Példa</h2>
+<pre class="brush:js">window.stop();
+</pre>
+<h2 id="Notes" name="Notes">Megjegyzések</h2>
+<p>A stop() eljárás teljesen megegyezik azzal, amikor a 'megállás/betöltés megszakítása' gombra kattint a böngészőben. Amiatt a szabály miatt, melyben a kódok betöltöttek, a stop() eljárás nem állítja le azt, amit csak betölteni kell (nem letölteni a megjelenítéshez), de megszakítja a nagy képek, új ablakok, és egyéb objektumok betöltését, melynek el van halasztva a betöltése.</p>
+<h2 id="Specification" name="Specification">Tulajdonságok</h2>
+<p>DOM szint: 0. Nem része a tulajdonságoknak.</p>