"Rahul Thatte" <[EMAIL PROTECTED]> wrote in message
news:62953@palm-dev-forum...
>
> I have an application that I am trying to port to PalmOS (3.5 or 4.0).
This
> application has certain features that are web-based. I need to invoke
some
> server-side web-scripts that take parameters from my app and output
HTML. I
> accomplish this on the desktop by using a browser (say, IE), how do I
solve
> this on the Palm device.
>
> - I, initially thought that I could use the Web clipping application
and
> make .pqa files for each such feature, however, I wanted to know if I
can
> send parameters and invoke the clipping without it's UI.
Its impossible to invoke Clipper without going through its UI a little.
The best you can do is encode all your parameters into GET parameters,
launch it on your complete URL with parameters, and have your server
send back a link using a palm or palmcall URL to reactivate your
application.
> - Is there any other browser that I can install and use (standard
browser)
> that will behave like a regular browser that can be invoked with a URL
and
> parameters?
It sounds like you need generic get and put code for accessing web
sites. If you want to use INetLib, I'd recommend the chapter that Hari
Bhaskaran wrote in my book "Palm OS Web Application Developer Guide".
Its about 100 pages of all the info on INetLib you'd ever want to know.
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/