Dear friends,
In the popup window i am using the header for downloading the files.
I call the popup window in one directory say for example:
/sample/download/popup.php
In the popup.php i call the function
window.open('../export/export.php');
In the export.php i am using the form action as export_type.php .
In the export_type.php i includes some file . In that one file contains the function for downloading.
If i am using like this my download program is not working what is the
problem here.
If i am using all the files in the same directory then my header is working.
Kindly anyone can address my problem.
With Regards
Deepthi
In the popup window i am using the header for downloading the files.
I call the popup window in one directory say for example:
/sample/download/popup.php
In the popup.php i call the function
window.open('../export/export.php');
In the export.php i am using the form action as export_type.php .
In the export_type.php i includes some file . In that one file contains the function for downloading.
If i am using like this my download program is not working what is the
problem here.
If i am using all the files in the same directory then my header is working.
Kindly anyone can address my problem.
With Regards
Deepthi
Comment