i want to have a form targeted to a certain frame in a certain window. for example, i will use javascript to open a window like this:
window.open('thewindow.php','thewindow','toolbar=no,status=no,width=500,height=320');
in that window, there will be an iframe named "theiframe". how do i get a...