Project questions

Good afternoon, I was testing your application, and was almost perfect.
I wanted to create a window for customers of my software (http://www.keyinvoice.com) acquire access on their PCs without using browers.
I created the project with Chromium because my application does not work very well in internet explorer.
It was going well until test some things do not work.
1 - my project has only one file with the following code (<! DOCTYPE html PUBLIC “- / / W3C / / DTD XHTML 1.0 Transitional / / EN” "http://www.w3.org/TR/xhtml1/DTD / xhtml1-transitional.dtd ">

</ head>

)

2 did the project and works almost all functions.
what does not work:
When the application have buttons that call the same page.
I button to generate excel and does not download the document.
If you do the project with Trident (Internet Explorer) now works.

can help?

  1. Try a redirection with PHP instead of a Refresh meta tag.
    See sample at http://php.about.com/od/learnphp/ht/phpredirection.htm

  2. If you want to let your users download and save files from your PHP application, please read this help topic:
    http://www.exeoutput.com/help/savedialogbox.htm