I know that IE supports modaldialogwindow and with its window.parent.dialogarguments it can pass the arguments when you invoke it with the window.modaldialog(link,name(attributes)). how can i make this work in mozilla, I created an array to get the arguments and pass them to the function that holds the invocation with window.open(link,name) but i cant seem to pass the arguments of the name. PLEASE HELP!!!