markbanker
Programmer
I am taking a user's input in a text field and then upon Submit, calling a JavaScript function to open a new window. I want to perform a CFQUERY in the new window and use the value retrieved from the text field to limit the result set. The error I get states that the QUERY doesn't recognize the variable that has been passed. I've tried making specific reference to the form and field without success. Any suggestions?