Thanks for the help guys,

So now on my popper page I have this:

<script language="JavaScript">
        var newID = window.opener.form1.ITEM_ID.value;
        document.form2.ITEM_ID.value = newID;
</script>

But it's not writing the ID number to the hidden field called ITEM_ID.  I've
tried a bunch of things, such as adding 

        alert(document.form2.ITEM_ID.value)

 but it doesn't even throw an error. Not even an alert() with "undefined" in
it.

H.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to