Generate a form with the necessary values in the iFrame and submit the form. That's all I can think off right now.

On 09 Feb 2010, at 01:03, kstubs wrote:

It must be a post to the server, not a get.

On Feb 8, 4:22 pm, "T.J. Crowder" <t...@crowdersoftware.com> wrote:
Hi,

Is this possible?

Possible? It's downright easy:

    $('idOfIFrame').src = "pathToYourServerScript.xyz";

Very important that your server script set the correct content type,
of course.

I use something similar with a frame (not an iframe), but the concept
should be transferrable.


Best regards

Peter De Berdt

--
You received this message because you are subscribed to the Google Groups "Prototype 
& script.aculo.us" group.
To post to this group, send email to prototype-scriptacul...@googlegroups.com.
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.

Reply via email to