From: Vinay M. <vin...@gm...> - 2004-10-26 05:44:04
|
Hi, Do onClick attributes get wrapped by GargoyleWrapper0() ? I have a button whose onclick attribute corresponds to calling a javascript function. As I click the button, the ScriptPreProcessor traps a js corresponding to "function GargoyleWrapper0() { Submitform("XYZ")} " Is this normal ? Could you please help me figure out what might be happening here ? I would normally expect the ScriptPreProcessor to trap all js snippets appearing in a page. And if it has trapped the one mentioned above, was the wrapper added into the response somewhere by HtnlUnit ? Best Regards Vinay |