472,789 Members | 910 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,789 software developers and data experts.

Can't get child_window.close() function to work...

Hello..
This page opens a window with some information, but everytime the user
changes a field in the parent window, the child window needs to be
closed.
These 2 functions were supposed to do the work.

Nota() - opens new window.
fechaNota() - closes the window opened by Nota()

here is the code.
thanks in advance.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Final//EN">
<html>
<head>
<meta http-equiv="Content-Language" content="pt-br">
<LINK href="http://marcel/default.css" type="text/css"
rel="stylesheet">
<title>Serviços Online</title>
<script Language="javascript" src="http://marcel//funcoes.js"></script>
<script language="JavaScript1.2">
function DisableAll() {
document.form1.cliNome.disabled = true;
document.form1.cliCGC.disabled = true;
document.form1.cliEnd.disabled = true;
document.form1.cliBairro.disabled = true;
document.form1.cliMun.disabled = true;
document.form1.cliUF.disabled = true;
document.form1.cliCEP.disabled = true;

document.form1.c1_i1.disabled = true;
document.form1.c2_i1.disabled = true;
document.form1.c3_i1.disabled = true;

document.form1.c1_i2.disabled = true;
document.form1.c2_i2.disabled = true;
document.form1.c3_i2.disabled = true;

document.form1.c1_i3.disabled = true;
document.form1.c2_i3.disabled = true;
document.form1.c3_i3.disabled = true;

document.form1.c1_i4.disabled = true;
document.form1.c2_i4.disabled = true;
document.form1.c3_i4.disabled = true;

document.form1.c1_i5.disabled = true;
document.form1.c2_i5.disabled = true;
document.form1.c3_i5.disabled = true;

document.form1.c1_i6.disabled = true;
document.form1.c2_i6.disabled = true;
document.form1.c3_i6.disabled = true;

document.form1.c1_i7.disabled = true;
document.form1.c2_i7.disabled = true;
document.form1.c3_i7.disabled = true;

document.form1.c1_i8.disabled = true;
document.form1.c2_i8.disabled = true;
document.form1.c3_i8.disabled = true;

document.form1.c1_i9.disabled = true;
document.form1.c2_i9.disabled = true;
document.form1.c3_i9.disabled = true;

document.form1.c1_i10.disabled = true;
document.form1.c2_i10.disabled = true;
document.form1.c3_i10.disabled = true;

document.form1.c1_i11.disabled = true;
document.form1.c2_i11.disabled = true;
document.form1.c3_i11.disabled = true;

document.form1.c1_i12.disabled = true;
document.form1.c2_i12.disabled = true;
document.form1.c3_i12.disabled = true;

document.form1.c1_i13.disabled = true;
document.form1.c2_i13.disabled = true;
document.form1.c3_i13.disabled = true;

document.form1.c1_i14.disabled = true;
document.form1.c2_i14.disabled = true;
document.form1.c3_i14.disabled = true;

document.form1.c1_i15.disabled = true;
document.form1.c2_i15.disabled = true;
document.form1.c3_i15.disabled = true;

document.form1.Observ.disabled = true;
}

function EnableAll() {
document.form1.cliNome.disabled = false;
document.form1.cliCGC.disabled = false;
document.form1.cliEnd.disabled = false;
document.form1.cliBairro.disabled = false;
document.form1.cliMun.disabled = false;
document.form1.cliUF.disabled = false;
document.form1.cliCEP.disabled = false;

document.form1.c1_i1.disabled = false;
document.form1.c2_i1.disabled = false;
document.form1.c3_i1.disabled = false;

document.form1.c1_i2.disabled = false;
document.form1.c2_i2.disabled = false;
document.form1.c3_i2.disabled = false;

document.form1.c1_i3.disabled = false;
document.form1.c2_i3.disabled = false;
document.form1.c3_i3.disabled = false;

document.form1.c1_i4.disabled = false;
document.form1.c2_i4.disabled = false;
document.form1.c3_i4.disabled = false;

document.form1.c1_i5.disabled = false;
document.form1.c2_i5.disabled = false;
document.form1.c3_i5.disabled = false;

document.form1.c1_i6.disabled = false;
document.form1.c2_i6.disabled = false;
document.form1.c3_i6.disabled = false;

document.form1.c1_i7.disabled = false;
document.form1.c2_i7.disabled = false;
document.form1.c3_i7.disabled = false;

document.form1.c1_i8.disabled = false;
document.form1.c2_i8.disabled = false;
document.form1.c3_i8.disabled = false;

document.form1.c1_i9.disabled = false;
document.form1.c2_i9.disabled = false;
document.form1.c3_i9.disabled = false;

document.form1.c1_i10.disabled = false;
document.form1.c2_i10.disabled = false;
document.form1.c3_i10.disabled = false;

document.form1.c1_i11.disabled = false;
document.form1.c2_i11.disabled = false;
document.form1.c3_i11.disabled = false;

document.form1.c1_i12.disabled = false;
document.form1.c2_i12.disabled = false;
document.form1.c3_i12.disabled = false;

document.form1.c1_i13.disabled = false;
document.form1.c2_i13.disabled = false;
document.form1.c3_i13.disabled = false;

document.form1.c1_i14.disabled = false;
document.form1.c2_i14.disabled = false;
document.form1.c3_i14.disabled = false;

document.form1.c1_i15.disabled = false;
document.form1.c2_i15.disabled = false;
document.form1.c3_i15.disabled = false;

document.form1.Observ.disabled = false;
}

function EnviaDados() {
EnableAll();
document.form1.submit();
if ( document.validNota.Imprimiu.value == 'X' ) {
DisableAll();
}
}

function LimparForm() {
if(document.validNota.Imprimiu.value == 'X') {
if(confirm('A impressão da nota anterior foi bem sucedida? Se houve
problemas aperte "Cancelar" e imprima novamente até obter êxito.')) {
document.validNota.submit();
}
} else {
document.form1.reset();
}
}

function Nota()
{
if( (trim(document.form1.cliNome.value) == '') ||
(

(trim(document.form1.c3_i1.value == '')) &&

(trim(document.form1.c3_i2.value == '')) &&

(trim(document.form1.c3_i3.value == '')) &&

(trim(document.form1.c3_i4.value == '')) &&

(trim(document.form1.c3_i5.value == '')) &&

(trim(document.form1.c3_i6.value == '')) &&

(trim(document.form1.c3_i7.value == '')) &&

(trim(document.form1.c3_i8.value == '')) &&

(trim(document.form1.c3_i9.value == '')) &&

(trim(document.form1.c3_i10.value == '')) &&

(trim(document.form1.c3_i11.value == '')) &&

(trim(document.form1.c3_i12.value == '')) &&

(trim(document.form1.c3_i13.value == '')) &&

(trim(document.form1.c3_i14.value == '')) &&

(trim(document.form1.c3_i15.value == '')) ) ||
(

(trim(document.form1.c1_i1.value == '')) &&

(trim(document.form1.c1_i2.value == '')) &&

(trim(document.form1.c1_i3.value == '')) &&

(trim(document.form1.c1_i4.value == '')) &&

(trim(document.form1.c1_i5.value == '')) &&

(trim(document.form1.c1_i6.value == '')) &&

(trim(document.form1.c1_i7.value == '')) &&

(trim(document.form1.c1_i8.value == '')) &&

(trim(document.form1.c1_i9.value == '')) &&

(trim(document.form1.c1_i10.value == '')) &&

(trim(document.form1.c1_i11.value == '')) &&

(trim(document.form1.c1_i12.value == '')) &&

(trim(document.form1.c1_i13.value == '')) &&

(trim(document.form1.c1_i14.value == '')) &&

(trim(document.form1.c3_i15.value == '')) )
){
alert('Os preenchimento correto dos campos: "Nome do Cliente" /
"Descrição do Serviço" / "Valor do Serviço" são obrigatórios.
Favor conferir. ');
return false;
}else{
notaFiscal =
window.open('','Nota','scrollbars=yes,menubar=no,h eight=600,width=720,resizable=yes,toolbar=no,locat ion=no,status=no');
return true;
}
}

function fechaNota() {
//if( notaFiscal.closed != true ) {
notaFiscal.close();
//}
}
</script>
</head>

<body>

<table class=mae>

<tr>
<td bgcolor="#F8F8F8">
<font size="4"><b>
<img src="http://marcel/Imagens/logo.jpg" width="49"
height="52">Prefeitura Xxxxxx Xxxxxx </b></font></td>
</tr>

<tr>
<td bgcolor="#0000CC">
<font color="#FFFFFF" size="3">
<b>Emissão Online de Notas Fiscais</b></font></td>
</tr>

<tr>
<td>
<br>
<form name="form1" method="POST" action="u_gspw012.apw"
onsubmit="return Nota();" target="Nota">
<table border="1">
<tr id=linha>
<td width="14%" nowrap> <img src="http://marcel/Imagens/empresa.jpg"
width="70" height="70">
<br>
<input type="button" name="AltLogo" value="Alterar Logo"
class="Combo"
onclick="javascript:upLogoEmp();window.location='u _gspw013.apw'"
target="upLogo">
</td>
<td width="86%" nowrap>
<b><font size="4">COMERCIO SOM DO MUNDO /SP </font></b>
<br>
R VOLUNTARIOS DA PATRIA, 1234&nbsp;&nbsp; CEP 02031000 <br>
SANTANA&nbsp;&nbsp; SAO PAULO - SP <br>
Fone: (011)36954259 &nbsp;&nbsp; CNPJ: 00. . / - <br>
Inscrição Municipal: 23.233.124-2.3
</td>
</tr>
<tr id=linha>
<td colspan="2">
<b>Destinatário:</b> <br>
<a href="javascript:fechaNota()">FUNCIONA</a>
Nome: <input name="cliNome" type="text" size="45" class="Campo"
id="especial" onFocus="javascript:fechaNota()">
CPF/CNPJ: <input name="cliCGC" type="text" size="20" class="Campo"
id="especial" onFocus="javascript:fechaNota()">
<br>
Endereço: <input name="cliEnd" type="text" size="47" class="Campo"
id="especial" onFocus="javascript:fechaNota()">
Bairro: <input name="cliBairro" type="text" size="25" class="Campo"
id="especial" onFocus="javascript:fechaNota()">
<br>
Munic&iacute;pio: <input name="cliMun" type="text" size="25"
class="Campo" id="especial" onFocus="javascript:fechaNota()">
UF: <input name="cliUF" type="text" size="5" class="Campo"
id="especial" maxlength="8" onFocus="javascript:fechaNota()">
CEP: <input name="cliCEP" type="text" size="25" class="Campo"
id="especial" onFocus="javascript:fechaNota()">
</td>
</tr>
<tr id=linha>
<td colspan="2">

<table border="1" cellpadding="0" cellspacing="2" bordercolor="black">
<TR id=cabec>
<TD >
Descrição dos Serviços
</TD>
<TD >
Quantidade
</TD>
<TD >
Valor
</TD>
</TR>
<TR id=linha>
<TD >
<input name="c1_i1" type="text" size="72" class="Campo"
onFocus="javascript:notaFiscal.close();" id="especial">
</TD>
<TD >
<input name="c2_i1" type="text" size="12" class="Campo"
onFocus="javascript:notaFiscal.close();" id="especial"
onkeypress="return soNumero();">
</TD>
<TD >
<input name="c3_i1" type="text" size="27" class="Campo"
onFocus="javascript:notaFiscal.close();" id="especial"
onkeyup="dinheiro(window.document.form1.c3_i1)"
onblur="dinheiro(window.document.form1.c3_i1)">
</TD>
</TR>
<TR id=linha>
<TD >
<input name="c1_i2" type="text" size="72" class="Campo"
onFocus="javascript:notaFiscal.close();" id="especial">
</TD>
<TD >
<input name="c2_i2" type="text" size="12" class="Campo"
onFocus="javascript:notaFiscal.close();" id="especial"
onkeypress="return soNumero();">
</TD>
<TD >
<input name="c3_i2" type="text" size="27" class="Campo"
onFocus="javascript:notaFiscal.close();" id="especial"
onkeyup="dinheiro(window.document.form1.c3_i2)"
onblur="dinheiro(window.document.form1.c3_i2)">
</TD>
</TR>
<TR id=linha>
<TD >
<input name="c1_i3" type="text" size="72" class="Campo"
onFocus="javascript:notaFiscal.close();" id="especial">
</TD>
<TD >
<input name="c2_i3" type="text" size="12" class="Campo"
onFocus="javascript:notaFiscal.close();" id="especial"
onkeypress="return soNumero();">
</TD>
<TD >
<input name="c3_i3" type="text" size="27" class="Campo"
onFocus="javascript:notaFiscal.close();" id="especial"
onkeyup="dinheiro(window.document.form1.c3_i3)"
onblur="dinheiro(window.document.form1.c3_i3)">
</TD>
</TR>
<TR id=linha>
<TD >
<input name="c1_i4" type="text" size="72" class="Campo"
onFocus="javascript:notaFiscal.close();" id="especial">
</TD>
<TD >
<input name="c2_i4" type="text" size="12" class="Campo"
onFocus="javascript:notaFiscal.close();" id="especial"
onkeypress="return soNumero();">
</TD>
<TD >
<input name="c3_i4" type="text" size="27" class="Campo"
onFocus="javascript:notaFiscal.close();" id="especial"
onkeyup="dinheiro(window.document.form1.c3_i4)"
onblur="dinheiro(window.document.form1.c3_i4)">
</TD>
</TR>
<TR id=linha>
<TD >
<input name="c1_i5" type="text" size="72" class="Campo"
onFocus="javascript:notaFiscal.close();" id="especial">
</TD>
<TD >
<input name="c2_i5" type="text" size="12" class="Campo"
onFocus="javascript:notaFiscal.close();" id="especial"
onkeypress="return soNumero();">
</TD>
<TD >
<input name="c3_i5" type="text" size="27" class="Campo"
onFocus="javascript:notaFiscal.close();" id="especial"
onkeyup="dinheiro(window.document.form1.c3_i5)"
onblur="dinheiro(window.document.form1.c3_i5)">
</TD>
</TR>
<TR id=linha>
<TD >
<input name="c1_i6" type="text" size="72" class="Campo"
onFocus="javascript:notaFiscal.close();" id="especial">
</TD>
<TD >
<input name="c2_i6" type="text" size="12" class="Campo"
onFocus="javascript:notaFiscal.close();" id="especial"
onkeypress="return soNumero();">
</TD>
<TD >
<input name="c3_i6" type="text" size="27" class="Campo"
onFocus="javascript:notaFiscal.close();" id="especial"
onkeyup="dinheiro(window.document.form1.c3_i6)"
onblur="dinheiro(window.document.form1.c3_i6)">
</TD>
</TR>
<TR id=linha>
<TD >
<input name="c1_i7" type="text" size="72" class="Campo"
onFocus="javascript:notaFiscal.close();" id="especial">
</TD>
<TD >
<input name="c2_i7" type="text" size="12" class="Campo"
onFocus="javascript:notaFiscal.close();" id="especial"
onkeypress="return soNumero();">
</TD>
<TD >
<input name="c3_i7" type="text" size="27" class="Campo"
onFocus="javascript:notaFiscal.close();" id="especial"
onkeyup="dinheiro(window.document.form1.c3_i7)"
onblur="dinheiro(window.document.form1.c3_i7)">
</TD>
</TR>
<TR id=linha>
<TD >
<input name="c1_i8" type="text" size="72" class="Campo"
onFocus="javascript:notaFiscal.close();" id="especial">
</TD>
<TD >
<input name="c2_i8" type="text" size="12" class="Campo"
onFocus="javascript:notaFiscal.close();" id="especial"
onkeypress="return soNumero();">
</TD>
<TD >
<input name="c3_i8" type="text" size="27" class="Campo"
onFocus="javascript:notaFiscal.close();" id="especial"
onkeyup="dinheiro(window.document.form1.c3_i8)"
onblur="dinheiro(window.document.form1.c3_i8)">
</TD>
</TR>
<TR id=linha>
<TD >
<input name="c1_i9" type="text" size="72" class="Campo"
onFocus="javascript:notaFiscal.close();" id="especial">
</TD>
<TD >
<input name="c2_i9" type="text" size="12" class="Campo"
onFocus="javascript:notaFiscal.close();" id="especial"
onkeypress="return soNumero();">
</TD>
<TD >
<input name="c3_i9" type="text" size="27" class="Campo"
onFocus="javascript:notaFiscal.close();" id="especial"
onkeyup="dinheiro(window.document.form1.c3_i9)"
onblur="dinheiro(window.document.form1.c3_i9)">
</TD>
</TR>
<TR id=linha>
<TD >
<input name="c1_i10" type="text" size="72" class="Campo"
onFocus="javascript:notaFiscal.close();" id="especial">
</TD>
<TD >
<input name="c2_i10" type="text" size="12" class="Campo"
onFocus="javascript:notaFiscal.close();" id="especial"
onkeypress="return soNumero();">
</TD>
<TD >
<input name="c3_i10" type="text" size="27" class="Campo"
onFocus="javascript:notaFiscal.close();" id="especial"
onkeyup="dinheiro(window.document.form1.c3_i10)"
onblur="dinheiro(window.document.form1.c3_i10)">
</TD>
</TR>
<TR id=linha>
<TD >
<input name="c1_i11" type="text" size="72" class="Campo"
onFocus="javascript:notaFiscal.close();" id="especial">
</TD>
<TD >
<input name="c2_i11" type="text" size="12" class="Campo"
onFocus="javascript:notaFiscal.close();" id="especial"
onkeypress="return soNumero();">
</TD>
<TD >
<input name="c3_i11" type="text" size="27" class="Campo"
onFocus="javascript:notaFiscal.close();" id="especial"
onkeyup="dinheiro(window.document.form1.c3_i11)"
onblur="dinheiro(window.document.form1.c3_i11)">
</TD>
</TR>
<TR id=linha>
<TD >
<input name="c1_i12" type="text" size="72" class="Campo"
onFocus="javascript:notaFiscal.close();" id="especial">
</TD>
<TD >
<input name="c2_i12" type="text" size="12" class="Campo"
onFocus="javascript:notaFiscal.close();" id="especial"
onkeypress="return soNumero();">
</TD>
<TD >
<input name="c3_i12" type="text" size="27" class="Campo"
onFocus="javascript:notaFiscal.close();" id="especial"
onkeyup="dinheiro(window.document.form1.c3_i12)"
onblur="dinheiro(window.document.form1.c3_i12)">
</TD>
</TR>
<TR id=linha>
<TD >
<input name="c1_i13" type="text" size="72" class="Campo"
onFocus="javascript:notaFiscal.close();" id="especial">
</TD>
<TD >
<input name="c2_i13" type="text" size="12" class="Campo"
onFocus="javascript:notaFiscal.close();" id="especial"
onkeypress="return soNumero();">
</TD>
<TD >
<input name="c3_i13" type="text" size="27" class="Campo"
onFocus="javascript:notaFiscal.close();" id="especial"
onkeyup="dinheiro(window.document.form1.c3_i13)"
onblur="dinheiro(window.document.form1.c3_i13)">
</TD>
</TR>
<TR id=linha>
<TD >
<input name="c1_i14" type="text" size="72" class="Campo"
onFocus="javascript:notaFiscal.close();" id="especial">
</TD>
<TD >
<input name="c2_i14" type="text" size="12" class="Campo"
onFocus="javascript:notaFiscal.close();" id="especial"
onkeypress="return soNumero();">
</TD>
<TD >
<input name="c3_i14" type="text" size="27" class="Campo"
onFocus="javascript:notaFiscal.close();" id="especial"
onkeyup="dinheiro(window.document.form1.c3_i14)"
onblur="dinheiro(window.document.form1.c3_i14)">
</TD>
</TR>
<TR id=linha>
<TD >
<input name="c1_i15" type="text" size="72" class="Campo"
onFocus="javascript:notaFiscal.close();" id="especial">
</TD>
<TD >
<input name="c2_i15" type="text" size="12" class="Campo"
onFocus="javascript:notaFiscal.close();" id="especial"
onkeypress="return soNumero();">
</TD>
<TD >
<input name="c3_i15" type="text" size="27" class="Campo"
onFocus="javascript:notaFiscal.close();" id="especial"
onkeyup="dinheiro(window.document.form1.c3_i15)"
onblur="dinheiro(window.document.form1.c3_i15)">
</TD>
</TR>
</table>

</td>
</tr>
<tr id=linha>
<td valign=top colspan="2">
<strong>Observa&ccedil;&otilde;es:</strong>
<textarea name="Observ" cols="100" rows="3" wrap="VIRTUAL"
class="Campo" id="especial"
onFocus="javascript:fechaNota()"></textarea>
</td>
</tr>
<tr>
<td colspan="2">
<div align="center">
<input class="Combo" type="button" name="EmitirNota"
value="Emitir Nota" onclick="EnviaDados()">&nbsp;&nbsp;
<input class="Combo" type="button" name="Limpar"
value="Limpar formul&aacute;rio" onclick="LimparForm()">
<input class="Combo" type="button" name="Sair" value="Encerrar"
onclick="window.location='http://marcel/u_gspwlogoff.apw'">
</div>
</td>
</tr>
</table>
</form>
<br><br>
</td>
</tr>

<tr>
<td bgcolor="#EBEBEB" height=4>
</td>
</tr>

<tr>
<td bgcolor="#0000CC" height=4>
</td>
</tr>
</table>

<form name="validCancel" action="u_gspw016.apw" method="post">
<input type="hidden" value="X" name="notaOK">
</form>
<form name="validNota" action="u_gspw018.apw" method="post">
<input type="hidden" value=" " name="Imprimiu">
</form>
</body>

</html>

Jul 23 '05 #1
6 2681
In article <11*********************@f14g2000cwb.googlegroups. com>,
ma******@yahoo.com wrote:
Hello..
This page opens a window with some information, but everytime the user
changes a field in the parent window, the child window needs to be
closed.
Do two windows appear when I open the page? ( Have you heard about pop
blockers?) Do I have to click on something to get the second page.

These 2 functions were supposed to do the work.

Nota() - opens new window.
fechaNota() - closes the window opened by Nota()

here is the code.
It would be best to trim the code down to only include the problem two
subroutines.

I tried displaying this html file, but IE found some errors. I could
not figure on how to get the second window to appear.
thanks in advance.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Final//EN">
<html>
<head>
<meta http-equiv="Content-Language" content="pt-br">
<LINK href="http://marcel/default.css" type="text/css"
IE found an error with this. You need a valid internet address. This is
a local address.
rel="stylesheet">
<title>Serviços Online</title>
<script Language="javascript" src="http://marcel//funcoes.js"></script>
IE didn't like this web address either.
<script language="JavaScript1.2">


The language attribute has been depreciated. Javascript1.2 is
nonstandard implementation of today's Javascript. I suggest you use:
<script type="text/javascript">

Robert
Jul 23 '05 #2
Hi Robert.
Thanks for taking the time to look at my code.
I know IE would find some errors, but it wont be a problem to debug my
javascript problem.

There is a button called "Emitir Nota" which simply submits the form1.
When it submits, there is a onSubmit = "Nota()".
So a new window is opened when the user clicks on that button.

The IE will also point some javascript errors. They are created because
all fields are set with the onfocus = "javascript:fecharNota()".
So, anytime you focus a field, it triggers the function to try to close
the child window opened by "Nota()".

Robert wrote:
In article <11*********************@f14g2000cwb.googlegroups. com>,
ma******@yahoo.com wrote:
Hello..
This page opens a window with some information, but everytime the user changes a field in the parent window, the child window needs to be
closed.
Do two windows appear when I open the page? ( Have you heard about

pop blockers?) Do I have to click on something to get the second page.

These 2 functions were supposed to do the work.

Nota() - opens new window.
fechaNota() - closes the window opened by Nota()

here is the code.
It would be best to trim the code down to only include the problem

two subroutines.

I tried displaying this html file, but IE found some errors. I could not figure on how to get the second window to appear.
thanks in advance.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Final//EN">
<html>
<head>
<meta http-equiv="Content-Language" content="pt-br">
<LINK href="http://marcel/default.css" type="text/css"
IE found an error with this. You need a valid internet address. This

is a local address.
rel="stylesheet">
<title>Serviços Online</title>
<script Language="javascript"
src="http://marcel//funcoes.js"></script>
IE didn't like this web address either.
<script language="JavaScript1.2">


The language attribute has been depreciated. Javascript1.2 is
nonstandard implementation of today's Javascript. I suggest you use:
<script type="text/javascript">

Robert


Jul 23 '05 #3
Another thing. The window is opened with no errors by the "Nota()".
The only problem is the "fechaNota()". The IE says that "notaFiscal"
(child window that had been opened) is undefined.

Jul 23 '05 #4

ma******@yahoo.com wrote:
Another thing. The window is opened with no errors by the "Nota()".
The only problem is the "fechaNota()". The IE says that "notaFiscal"
(child window that had been opened) is undefined.


<form name="form1" method="POST" action="u gspw012.apw"
onsubmit="return Nota();" target="Nota">

What I believe you are doing is putting up a window then returning
true. Returning true will post your form to the server. What you now
have is two windows on the screen. The orginal window gets the results
from the server.

I assume the user does a back to get to the form. The form has now
been reloaded and the variable notaFiscal has been lost.

Instead of putting up the second window, have the server write the
results in the original window.

You may want to try out amazon.com to see how they handle a sale.

In the future, you will get faster results from your questions by
following this advice:
http://www.jibbering.com/faq/faq_not...1.html#ps1Marg

Robert

Jul 23 '05 #5
You can get the window handle by doing another open. If you supply the
same title and the window is opened, you will get back the handle. You
can now close the window. Of course, if the winow isn't opened, you
get a new windows displayed. You could close the window, but it might
flash on the screen.

Robert

Jul 23 '05 #6
i got it working.
the whole problem was because that "return ..." in the onsubmit.
somewhat
the variable was getting lost because of that.
thank you robert for all the help.

Robert wrote:
You can get the window handle by doing another open. If you supply the same title and the window is opened, you will get back the handle. You can now close the window. Of course, if the winow isn't opened, you
get a new windows displayed. You could close the window, but it might flash on the screen.

Robert


Jul 23 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Sims | last post by:
Hi, I am trying to tidy up my code and now i am looking at my database work. Now correct me if i am wrong, (I am using mysql_connect). Lets assume a few functions... ...
2
by: DonO | last post by:
I have a jsp page that updates information as a user enters form fields. It's part of an AP system where a user can select a category, and then it refreshes the page, pulling relative info into...
4
by: Yuk Cheng | last post by:
<<<start index.htm>>> <html> <head> <script> function perform(action){ } </script> </head>
18
by: Jen | last post by:
I'm using Microsoft's own VB.NET FTP Example: http://support.microsoft.com/default.aspx?scid=kb;en-us;832679 I can get the program to create directories, change directories, etc., but I can't...
16
by: LP | last post by:
Hello, I am trying to use .NET with Excel. I installed Office 2003 and selected ..NET programming suport option, so it installed all those PIA, as MS sugests. But I can not find a way to destroy...
4
by: Paul H | last post by:
OK, I tried getting and old Newbury Data ND2500 working using the "Generic /Text only" driver in Win XP. It prints, but I could not find a way to set a custom page size that matches the paper I am...
6
by: scottyman | last post by:
I can't make this script work properly. I've gone as far as I can with it and the rest is out of my ability. I can do some html editing but I'm lost in the Java world. The script at the bottom of...
4
by: etuncer | last post by:
Hello All, I have Access 2003, and am trying to build a database for my small company. I want to be able to create a word document based on the data entered through a form. the real question is...
4
by: zion4ever | last post by:
Hello good people, Please bear with me as this is my first post and I am relative new to ASP. I do have VB6 experience. I have a form which enables users within our company to do an intranet...
0
by: Rina0 | last post by:
Cybersecurity engineering is a specialized field that focuses on the design, development, and implementation of systems, processes, and technologies that protect against cyber threats and...
0
by: erikbower65 | last post by:
Using CodiumAI's pr-agent is simple and powerful. Follow these steps: 1. Install CodiumAI CLI: Ensure Node.js is installed, then run 'npm install -g codiumai' in the terminal. 2. Connect to...
0
by: kcodez | last post by:
As a H5 game development enthusiast, I recently wrote a very interesting little game - Toy Claw ((http://claw.kjeek.com/))。Here I will summarize and share the development experience here, and hope it...
0
by: Taofi | last post by:
I try to insert a new record but the error message says the number of query names and destination fields are not the same This are my field names ID, Budgeted, Actual, Status and Differences ...
14
DJRhino1175
by: DJRhino1175 | last post by:
When I run this code I get an error, its Run-time error# 424 Object required...This is my first attempt at doing something like this. I test the entire code and it worked until I added this - If...
0
by: Rina0 | last post by:
I am looking for a Python code to find the longest common subsequence of two strings. I found this blog post that describes the length of longest common subsequence problem and provides a solution in...
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
0
by: lllomh | last post by:
How does React native implement an English player?
2
by: DJRhino | last post by:
Was curious if anyone else was having this same issue or not.... I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.