I have a program which is written in Javascript (pgm1). pgm1 does a window.open to display "please wait" popup (pgm2). pgm1 then submits a form which calls an ASP program (pgm3) which reads an Access database and creates an Excel file using: response.Conten tType = "applicatio n/vnd.ms-excel". My question is how can I get pgm3 to close pgm2 after the Excel spreadsheet opens?
Close popup from ASP pgm which uses response.contenttype
Collapse
X
Comment