The following works in IE, but how can I get it working in Safari?
My pop up script:
strRet = window.showModalDialog(url,0,'Status:NO;dialogWidth:750px;dialogHeight:500px') ; form.field.value = strRet ;
In the modal:
window.returnValue = myValue
window.close
thanks! Geoff