On Mon, 4 Mar 2002, fawaz bokhari wrote: > I want to develop an application in which when a button is pushed the > request goes to a web server using HTTP protocol and then sends back the > response to the PDA.
You could either use the Internet Library (made for the Palm VII series, but is available now for more devices in the Mobile Internet Kit), or you could roll your own HTTP protocol handler using the Network Library. Either way will take some programming. On the other hand, if you have a web server where you could do scripting, and if the functionality you're looking to do can be done as part of a web site type of thing, then you might be able to do it with Web Clipping. Keep in mind that you have to make sure to keep the pages short in a clipping... esp. for those people that use Palm.net wireless and don't have the unlimited package. ----------------------------------------------------------------------- Brian Smith // avalon73 at arthurian dot nu // http://www.arthurian.nu/ Software Developer // Gamer // Webmaster // System Administrator We are born naked, wet and hungry... then things get worse. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
