I am trying to submit form data (POST) to an embedded page which is created through the use of the <object> tag. I have tried setting the target = the object's id property, and also its 'name' property but neither is working.
I am basically trying to treat this embedded page as I would a frame target.