True field name are: jobCode1 jobCode2 jobCode3 ..... Sorry that was from the old page :-( damn gotta hate copy/paste And frustrations ....
The window.opener command that works is: window.opener.document.forms[0].jobCode2.value = vCode; But need it to be dynamic. -----Original Message----- From: Charlie Griefer [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 20, 2005 10:20 AM To: CF-Talk Subject: Re: CF / JS what is the exact value of vID and what is the exact name of the field? a couple of things that I can see that are potentially giving you headaches: 1) JS is case sensitive. jobcodecombo02 is not the same as jobCodecombo02 2) the name of the field is jobcodecombo02 but instead of passing '02' you're passing '2' ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:227332 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

