|
Posted by J.O. Aho on 05/04/06 18:36
NC wrote:
> sagar wrote:
>> I want to know if it is possible to develop a browser based application
>> for the local desktop (running win XP) without the need for a web
>> server.
>
> No. A browser is an HTTP client. In order for the application to
> work, the client must talk to a server, even if the server is running
> on the same physical machine. Unless you write an application that
> does not require a server (pure JavaScript), you are out of luck.
PHP can be ruin as cli and on those microsoft versions that has the dos-prompt
you could run the script and give it input which would make it to output it on
the cli window.
If the result is an address, then you need to cut and paste the result to your
browser.
//Aho
Navigation:
[Reply to this message]
|