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.

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
  • warning in firefox #94109

    wpd
    Participant

    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’);

    security warning

    though it is working fine in other browsers
    Please let me know solution for this.

    warning in firefox #94122

    Hristo
    Participant

    Hello wpd,

    Could you give more details?
    What exactly is the warning and on which browser this happen?

    Best Regards,
    Hristo Hristov

    jQWidgets team
    http://www.jqwidgets.com

    warning in firefox #94149

    wpd
    Participant

    This 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

    warning in firefox #94150

    Peter Stoev
    Keymaster

    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.

    warning in firefox #94151

    wpd
    Participant

    Thank you for quick response. can you also help me from where i can get dataexport.php file?

    warning in firefox #94152

    Peter Stoev
    Keymaster

    It is in the source code download package. You will need a Developer/Team license to download it.

    warning in firefox #94153

    wpd
    Participant

    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.

    warning in firefox #94157

    Peter Stoev
    Keymaster

    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 Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    warning in firefox #94196

    wpd
    Participant

    below 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.

    warning in firefox #94197

    Peter Stoev
    Keymaster

    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 Stoev

    jQWidgets Team
    http://www.jqwidgets.com

Viewing 10 posts - 1 through 10 (of 10 total)

You must be logged in to reply to this topic.