aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/window/dialogarguments/index.md
blob: 42e1d49519004bb4d3c7e7a4bcde51c819571476 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---
title: Window.dialogArguments
slug: Web/API/Window/dialogArguments
tags:
  - API
  - Déprécié
  - HTML DOM
  - NeedsExample
  - NeedsMarkupWork
  - NeedsSpecTable
  - Property
  - Reference
  - Window
translation_of: Web/API/Window/dialogArguments
---
{{ deprecated_header() }}{{APIRef}}

La propriété `dialogArguments` renvoie les paramètres qui ont été transmis à la méthode {{domxref("window.showModalDialog()")}} method. Cela vous permet de déterminer quels paramètres ont été spécifiés lors de la boîte de dialogue modale.

## Syntaxe

    valeur = window.dialogArguments;

## Compatibilité des navigateurs

{{Compat("api.Window.dialogArguments")}}