Thanks Brent..   You da man!

I'll try to check it in this afternoon..

Mont


Brent Beardsley wrote:

Hi Monty,

Just noticed comx didn't work with wizard of id today
so I debugged it a bit and it looks like it's because
the img tag spans multiple lines.  So my fix is:

at line 369 replace

var sBody = xmlHttp.responseText;

with
var sBody = xmlHttp.responseText.replace(/[\r\n]/g, '
');

Everything else seems to work - I'll let you check in
this change if you wish since it's your search.

Brent



-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Archive: https://lists.sourceforge.net/lists/listinfo/dqsd-devel

Reply via email to