I have a file upload window opening, and it works fine exept it won't close automatically.
I get an error "'opener.document.Gill.elements' is null or not an object"
I believe this is aying that it can't close window 'gill'....
I think this is the code erroring out:
<SCRIPT LANGUAGE = "JavaScript">
<!--
opener.document.Gill.elements[ 'AttributeValue[4]' ].value = 'someimage.jpg';
window.close()
//-->
</script>
Ideas?
Comment