<html>

        <script language="JavaScript">

                var other = window.open('http://sourceforge.net/tracker/?func=add&group_id=55736&atid=478070');
                //window.alert(other.document.theform);
                
                var t=setTimeout("populate()",3000);
                function populate()
                {
                        other.document.theform.details.value="hello";
                        //window.alert(self);
                        close();
                }

        </script>
</html>