Does anyone know how to send a "silent" form via a javascript handler. For example, I'd like to use an iframe that contains an html form. The iframe wouldn't be visible (parmeters=0) and the form would gather its element values subliminaly (without user input). The hang up for me is to be able to submit the form using onUnload=. I'm just not sure how to put it together, primarily because I don't have a great grasp on javascript yet.
My overall goal is to pass variables to my server from this iframe, when the page is either unloaded or closed.
Thanks,
DavidN.