Sorry chad. I am removing all the coldfusion debugging stuff off the end
of the response string. 

index = response.lastIndexOf(');')
str = response.substring(0, index + 2);         

document.search_form.test_text.value = str;
eval(str);

If you don't have coldfusion debugging turned on you could just look at
the value of the response string.


B.


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Chad
Renando
Sent: Wednesday, 22 June 2005 3:19 PM
To: CFAussie Mailing List
Subject: [cfaussie] RE: Ajax


Bec,

> In engine.js above the eval(str) add
> 
> document.search_form.test_text.value = str;

I don't have a eval(str), only eval(response).

Chad
who feels like he's missing something

---
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/
___________________________________________________________________________

    Australian Antarctic Division - Commonwealth of Australia
IMPORTANT: This transmission is intended for the addressee only. If you are not 
the
intended recipient, you are notified that use or dissemination of this 
communication is
strictly prohibited by Commonwealth law. If you have received this transmission 
in error,
please notify the sender immediately by e-mail or by telephoning +61 3 6232 
3209 and
DELETE the message.
        Visit our web site at http://www.aad.gov.au/
___________________________________________________________________________

---
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