if you use a single quote as description the java script would not work anymore...
small workaround:
in popup.php line 244:
small workaround:
in popup.php line 244:
PHP Code:
window.opener.document.forms['".$dstfrm."'].".$dstfld2.".value='".addslashes($exp_desc)."';".
Comment