Click to See Complete Forum and Search --> : JavaScript for developin software for pda


nami
08-13-2006, 01:45 AM
hi,im totally new here :) ..i'm wondering whether js can be used 2 develop a program for pocket pc..if possible,can anyone tell me what should i know on this subject..plsss..

JPnyc
08-13-2006, 08:11 AM
Javascript cannot write programs. Java can, however.

nami
08-13-2006, 08:48 AM
thanx 4 clearin that up...actually what i want to do is develop a program that can be used for pda.the idea is to display it on pda browser.then user can complete the form and the information will be displayed.there is no database just using notepad(hard codes).is this possible...thanx a bunch 4 sparing me ur time :)

JPnyc
08-13-2006, 09:42 AM
Depends what you mean. If you want it to read from a file on the user's handheld or PC, then no, JS can no longer do that (except for cookies, those it can still read). Could once but newer security settings now prevent it. If you mean change the page to display what they just typed in, then yes, it CAN do that.