• Skip to main content
  • Skip to search
  • Skip to select language
  • References
    • Overview / Web Technology

      Web technology reference for developers

    • HTML

      Structure of content on the web

    • CSS

      Code used to describe document style

    • JavaScript

      General-purpose scripting language

    • HTTP

      Protocol for transmitting web resources

    • Web APIs

      Interfaces for building web applications

    • Web Technology

      Web technology reference for developers

  • Guides
    • Overview / MDN Learning Area

      Learn web development

    • MDN Learning Area

      Learn web development

    • HTML

      Learn to structure web content with HTML

    • CSS

      Learn to style content using CSS

    • JavaScript

      Learn to run scripts in the browser

    • Accessibility

      Learn to make the web accessible to all

  • MDN Plus
    • Overview

      More MDN. Your MDN.

    • FAQ

      Frequently asked questions about MDN Plus

  • Already a subscriber?
  • Get MDN Plus
  1. Tecnología para desarrolladores web
  2. Referencia de la API Web
  3. window
  4. Window.dialogArguments

This page was translated from English by the community. Learn more and join the MDN Web Docs community.

In this article

  • Resumen
  • Sintaxis

Related Topics

  1. Window
  2. Propiedades
    1. Deprecated applicationCache
    2. closed
    3. console (en-US)
    4. customElements (en-US)
    5. Deprecated defaultStatus (en-US)
    6. devicePixelRatio
    7. document
    8. event (en-US)
    9. Deprecated external (en-US)
    10. frameElement
    11. frames (en-US)
    12. Non-Standard fullScreen
    13. history
    14. innerHeight
    15. innerWidth (en-US)
    16. length (en-US)
    17. localStorage
    18. location
    19. locationbar
    20. menubar
    21. mozInnerScreenX (en-US)
    22. mozInnerScreenY (en-US)
    23. name (en-US)
    24. navigator
    25. Deprecated ondragdrop (en-US)
    26. opener
    27. outerHeight
    28. outerWidth
    29. pageXOffset (en-US)
    30. pageYOffset (en-US)
    31. parent (en-US)
    32. personalbar (en-US)
    33. screen (en-US)
    34. screenLeft (en-US)
    35. screenTop (en-US)
    36. screenX (en-US)
    37. screenY (en-US)
    38. scrollbars (en-US)
    39. Non-Standard scrollMaxX (en-US)
    40. Non-Standard scrollMaxY (en-US)
    41. scrollX
    42. scrollY
    43. self (en-US)
    44. sessionStorage
    45. Non-Standard Deprecated sidebar (en-US)
    46. speechSynthesis (en-US)
    47. status (en-US)
    48. statusbar
    49. toolbar (en-US)
    50. top (en-US)
    51. visualViewport (en-US)
    52. window (en-US)
  3. Métodos
    1. alert()
    2. Non-Standard Deprecated back() (en-US)
    3. blur() (en-US)
    4. Experimental cancelAnimationFrame()
    5. cancelIdleCallback() (en-US)
    6. Non-Standard captureEvents() (en-US)
    7. clearImmediate() (en-US)
    8. close()
    9. confirm()
    10. Non-Standard convertPointFromNodeToPage() (en-US)
    11. Non-Standard convertPointFromPageToNode() (en-US)
    12. Non-Standard dump() (en-US)
    13. Non-Standard find() (en-US)
    14. focus() (en-US)
    15. Non-Standard Deprecated forward() (en-US)
    16. getComputedStyle()
    17. getDefaultComputedStyle() (en-US)
    18. getSelection()
    19. matchMedia()
    20. moveBy()
    21. moveTo() (en-US)
    22. open()
    23. Non-Standard openDialog() (en-US)
    24. postMessage() (en-US)
    25. print()
    26. prompt()
    27. Non-Standard releaseEvents() (en-US)
    28. requestAnimationFrame()
    29. Non-Standard Deprecated requestFileSystem() (en-US)
    30. requestIdleCallback()
    31. resizeBy() (en-US)
    32. resizeTo() (en-US)
    33. scroll()
    34. scrollBy()
    35. Non-Standard scrollByLines() (en-US)
    36. Non-Standard scrollByPages() (en-US)
    37. scrollTo()
    38. Non-Standard setImmediate() (en-US)
    39. showDirectoryPicker() (en-US)
    40. Deprecated showModalDialog()
    41. showOpenFilePicker() (en-US)
    42. showSaveFilePicker() (en-US)
    43. sizeToContent() (en-US)
    44. stop() (en-US)
    45. updateCommands() (en-US)
  4. Eventos
    1. event (en-US)
    2. afterprint (en-US)
    3. animationcancel (en-US)
    4. animationend (en-US)
    5. animationiteration (en-US)
    6. beforeinstallprompt (en-US)
    7. beforeprint (en-US)
    8. beforeunload
    9. blur (en-US)
    10. copy (en-US)
    11. cut (en-US)
    12. deviceorientationabsolute (en-US)
    13. DOMContentLoaded (en-US)
    14. error (en-US)
    15. focus (en-US)
    16. gamepadconnected (en-US)
    17. hashchange
    18. languagechange (en-US)
    19. load
    20. message (en-US)
    21. messageerror (en-US)
    22. offline
    23. online (en-US)
    24. orientationchange (en-US)
    25. pagehide (en-US)
    26. pageshow (en-US)
    27. paste (en-US)
    28. popstate
    29. rejectionhandled (en-US)
    30. storage (en-US)
    31. transitioncancel (en-US)
    32. unhandledrejection (en-US)
    33. unload (en-US)
    34. Deprecated vrdisplayactivate (en-US)
    35. Deprecated vrdisplayblur (en-US)
    36. Deprecated vrdisplayconnect (en-US)
    37. Deprecated vrdisplaydeactivate (en-US)
    38. Deprecated vrdisplaydisconnect (en-US)
    39. Deprecated vrdisplayfocus (en-US)
    40. Deprecated vrdisplaypointerrestricted (en-US)
    41. Deprecated vrdisplaypointerunrestricted (en-US)
    42. Deprecated vrdisplaypresentchange (en-US)
  5. Herencia
    1. EventTarget

In this article

  • Resumen
  • Sintaxis

Window.dialogArguments

Resumen

La propiedad dialogArguments retorna los parámetros que fueron pasados al método window.showModalDialog(). Esto permite determinar qué parámetros fueron especificados cuando el diálogo modal fue creado.

Sintaxis

value = window.dialogArguments;

Found a problem with this page?

  • Edit on GitHub
  • Source on GitHub
  • Report a problem with this content on GitHub
  • Want to fix the problem yourself? See our Contribution guide.

Last modified: 8 dic 2020, by MDN contributors

Your blueprint for a better internet.

  • MDN on Twitter
  • MDN on GitHub

MDN

  • About
  • Hacks Blog
  • Careers

Support

  • Product help
  • Report a page issue
  • Report a site issue

Our communities

  • MDN Community
  • MDN Forum
  • MDN Chat

Developers

  • Web Technologies
  • Learn Web Development
  • MDN Plus
  • Website Privacy Notice
  • Cookies
  • Legal
  • Community Participation Guidelines

Visit Mozilla Corporation’s not-for-profit parent, the Mozilla Foundation.
Portions of this content are ©1998–2022 by individual mozilla.org contributors. Content available under a Creative Commons license.