Hi everybody!
I have on my asp - report page a button that is calling the bellow listed function and resubmits the page. Every time depending on some values selected in a combobox the page is showing other information.
function Send()
{
document.frmMain.action = 'reportfailureFG.asp'; //same page
document.frmMain.method = 'POST';
document.frmMain.actionpage.value = 'Bring'
document.frmMain.submit()
}
everything works fine, but from time to time ( ~ 3 time cycle) the page is blank. Completely blank. If I refresh the blank page then the report information appears again.
Do you know the reason?
If I look in the source code of the blank page I have only
"<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><HTML><HEAD><META http-equiv=Content-Type content="text/html; charset=windows-1252"></HEAD>
<BODY></BODY></HTML>"
Thank a lot,
Durug
I have on my asp - report page a button that is calling the bellow listed function and resubmits the page. Every time depending on some values selected in a combobox the page is showing other information.
function Send()
{
document.frmMain.action = 'reportfailureFG.asp'; //same page
document.frmMain.method = 'POST';
document.frmMain.actionpage.value = 'Bring'
document.frmMain.submit()
}
everything works fine, but from time to time ( ~ 3 time cycle) the page is blank. Completely blank. If I refresh the blank page then the report information appears again.
Do you know the reason?
If I look in the source code of the blank page I have only
"<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><HTML><HEAD><META http-equiv=Content-Type content="text/html; charset=windows-1252"></HEAD>
<BODY></BODY></HTML>"
Thank a lot,
Durug