From: Matthew B. <mat...@ou...> - 2007-01-16 11:16:30
|
Naomi Miles wrote: > Nope, it's not a form. After I hit the 'close' link, it still goes > to Facility and tries to execute the getReport method defined in the > <call>, and I want to stop it from doing this. Firebug pointed me in the direction for this which I can't recommend enough. http://getfirebug.com/ Remove the return, the value of the last statement should be enough so it ends window.close();false;"> I'm not sure this works in javascript URLs but I think it's how onsubmit for forms normally works. -- Matthew Buckett |