submit to pop up
Posted: Mon Sep 27, 2004 3:12 pm
EDITED CAUSE IT GOT CUT OFF
I'm trying to figure out how to submit a form to a pop-up window.
I've got the pop-up window working like this:
<script language="JavaScript">
function openWindow(){
window.open('file.php', 'new_window', 'width=400, height=400');
} <form action="some.html" method="post" enctype="multipart/form-data" onSubmit="openWindow();" >
Does anybody know how to do this?
I'm trying to figure out how to submit a form to a pop-up window.
I've got the pop-up window working like this:
<script language="JavaScript">
function openWindow(){
window.open('file.php', 'new_window', 'width=400, height=400');
} <form action="some.html" method="post" enctype="multipart/form-data" onSubmit="openWindow();" >
Does anybody know how to do this?