Hi everyone - hope all is well
I have a framed page, the
main frame is managerapp/resMain.asp
menu frame is managerapp/reports/reportsMenu.asp
main body frame is managerapp/reports/reportsSectionExportData.asp
from the main body frame i'm posting data to an ASP page that creates a csv report. When i'm prompt to save, open or cancel the created CSV, the managerapp/resMain.asp window closes after. I know why this happens but i don't want to repost the var to another page just for the CSV aspect, so i'm wondering....
If onClick another managerapp/resMain.asp window opens
would it be possible to send some paramaters thru the window.open so when it does open the managerapp/resMain.asp
page the managerapp/reports/reportsMenu.asp is also called, as well as the managerapp/reports/reportsSectionExportData.asp page,
hence the user is left off when they were.
Thanks for the insight!
I have a framed page, the
main frame is managerapp/resMain.asp
menu frame is managerapp/reports/reportsMenu.asp
main body frame is managerapp/reports/reportsSectionExportData.asp
from the main body frame i'm posting data to an ASP page that creates a csv report. When i'm prompt to save, open or cancel the created CSV, the managerapp/resMain.asp window closes after. I know why this happens but i don't want to repost the var to another page just for the CSV aspect, so i'm wondering....
If onClick another managerapp/resMain.asp window opens
would it be possible to send some paramaters thru the window.open so when it does open the managerapp/resMain.asp
page the managerapp/reports/reportsMenu.asp is also called, as well as the managerapp/reports/reportsSectionExportData.asp page,
hence the user is left off when they were.
Thanks for the insight!