Re: foist javascript into another frame, and evaluate it in

Firefox updates the inner , and IE updates the outer
one.

I figured it out, but I’m keeping it a secret because I want to be the
only
one who knows how to do it.

Oooh, okay, read this:
http://johnvey.com/features/deliciousdirector/web-service-broker.html

Then do this:

function update_grinder(sauce)
{
var grinder = $(‘grinder’);
grinder.src=‘javascript:void(function(){’+sauce+‘}())’;
}