Search code examples
javascriptshowmodaldialog

Asp javascript send parameters and object ModalDialog


In one asp file I call this in jscript

window.showModalDialog(strPopUpUrl + "?URI=" + iURI, lObjArg, "dialogWidth:400px;dialogHeight:300px;center:1;help:0;resizable:0;status:0;");

lObjArg is object type. In one properties of this is written in false;

I another asp file that is called when modal dialog is opened I don't receive any parameter or value.

What can be solution for this?


Solution

  • The object is passed in dialogAguments