conceptmgt
IS-IT--Management
Hi
I am using the javascript below to get my pop-up. The problem is when I submit my code generatorP.asp does not read the form values. It was working fine until I added the pop-up. Any Ideas?
Thanks
Gary
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=400,height=300,left = 376,top = 282');"
;
}
// End -->
</script>
<form method="post" onSubmit="javascript
opUp('generatorP.asp')">
I am using the javascript below to get my pop-up. The problem is when I submit my code generatorP.asp does not read the form values. It was working fine until I added the pop-up. Any Ideas?
Thanks
Gary
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=400,height=300,left = 376,top = 282');"
}
// End -->
</script>
<form method="post" onSubmit="javascript