Hi,

The javascript/cf

var formname = <cfoutput>'#URL.formname#'</cfoutput>;

creates javscript like

var formname = 'SBMT21_C';

However, the js statement below:
        
window.parent.document.formname.SB_DEBTOR_COMPANY_NAME.value =
companyname.value;

fails because the variable value is not being interpreted, the error
is:

'window.parent.document.formname.SB_DEBTOR_COMPANY_NAME.value  is null
ot not a value'.

The variable "formname" is not being interpreted as containing the
value SBMT21_C..

Whats the go? How do i get around it?

Thanks,

Scott Thornton, Programmer
Application Development
Information Services and Telecommunications
Hunter Area Health Service
Phone  +61 2 49214193
Fax       +61 2 49214191

[EMAIL PROTECTED]

---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to