jQWidgets Forums
jQuery UI Widgets › Forums › Grid › warning in firefox
This topic contains 9 replies, has 3 voices, and was last updated by Peter Stoev 7 years, 11 months ago.
-
Authorwarning in firefox Posts
-
i am trying to export data from jqxGrid to xls file when i am doing that it is giving securing waring
I am using below code for export
$(“#jqxgrid”).jqxGrid(‘exportdata’, ‘xls’, ‘jqxGrid’);
though it is working fine in other browsers
Please let me know solution for this.Hello wpd,
Could you give more details?
What exactly is the warning and on which browser this happen?Best Regards,
Hristo HristovjQWidgets team
http://www.jqwidgets.comThis is the security warning popup message only on mozilla firefox
“Although this page is encrypted, the information you have entered is to be sent over an unencrypted connection and could easily be read by a third party.
Are you sure you want to continue sending this information?”all other browsers are working fine
wpd, you are sending data to our hosted dataexport.php which is hosted only for demonstration and evaluation purposes. You should host the dataexport.php to your own server and update your exportdata method call as shown in the Grid’s API Documentation.
Thank you for quick response. can you also help me from where i can get dataexport.php file?
It is in the source code download package. You will need a Developer/Team license to download it.
we got the licensed version of jqwidgets. but i am not able to see the file dataexport.php in scource code provided by you. does it has the same name dataexport.php or any other name.
It’s inside the PHPExport folder of the source code download package. If you do not see it, then most probably you downloaded either production package or evaluation package.
Best Regards,
Peter StoevjQWidgets Team
http://www.jqwidgets.combelow is the code i am using to export data from my server
$(“#jqxgridParameters”).jqxGrid(‘exportdata’, ‘csv’, ‘jqxGrid’, true, null, true, http://localhost:8080/Engine/scripts/js/dataexport.php);
but which is opening the file(dataexport.php) in browser instead of giving a file.
Currently i am running on tomcat server.Hi wpd,
Ok, but that is not an issue with our software and we are not able to help with server configurations and web administrations. The very same file is hosted on our server which can interact ok with PHP.
Best Regards,
Peter StoevjQWidgets Team
http://www.jqwidgets.com -
AuthorPosts
You must be logged in to reply to this topic.