peacecodotnet
Programmer
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:
in that window, there will be an iframe named "theiframe". how do i get a form in a seperate window to execute it's action in that iframe?
Peace out,
Peace Co.
Code:
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 form in a seperate window to execute it's action in that iframe?
Peace out,
Peace Co.