|
Posted by NC on 05/04/06 18:32
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.
> This should be something like google desktop search. I should be able
> to submit a form to say a php script but without the web server
> running.
This is a contradiction in terms. Forms are submitted via HTTP. In
order to be able to use HTTTP, you need an HTTP server...
Cheers,
NC
Navigation:
[Reply to this message]
|