Help please! BACKGROUND ========== A parent window/form - formA opens up formB. In formB, I am using logic:equal. In the value attribute of logic:equal, I want to dynamically get the current value of a field in formA - opener.
PART OF SOURCE CODE =================== <logic:equal name="repBranch" property="country_id" value=opener.forms[0].to_country.value> PROBLEM ======= None of the lines below (value attribute of logic:equal) work: value=opener.forms[0].to_country.value value="opener.forms[0].to_country.value" value='opener.forms[0].to_country.value' value=javascript:opener.forms[0].to_country.value value="javascript:opener.forms[0].to_country.value" value='javascript:opener.forms[0].to_country.value' The only time it works is when the value is hardcoded i.e. value="UK" I do not want to hard code the country name, because it is not always UK. Please tell me how to proceed... Thank you. O. Oke ___________________________________________________________ Yahoo! Messenger - NEW crystal clear PC to PC calling worldwide with voicemail http://uk.messenger.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]