M
mtz
On IE there is a way to open a window from one page and pass an object
to it, when you use showModalDialog. Is there a way to do the same on
NS/Mozilla/FireFox?
On IE:
window.showModalDialog(URL, FreeArgument, Ornaments);
FreeArgument. You can use this optional parameter to pass a value of
any type to the open dialog box. You can pass a scalar, a string, an
array of values, an object, etc. You access this value in the new
window by referring to the dialogArguments property of the new window
object.
Thanks
to it, when you use showModalDialog. Is there a way to do the same on
NS/Mozilla/FireFox?
On IE:
window.showModalDialog(URL, FreeArgument, Ornaments);
FreeArgument. You can use this optional parameter to pass a value of
any type to the open dialog box. You can pass a scalar, a string, an
array of values, an object, etc. You access this value in the new
window by referring to the dialogArguments property of the new window
object.
Thanks