Hi ,

I have created few HTML pages with some javascript for Pocket PC -
this is my first attempt. How does one view them in the emulator. I
have absolutely no idea. If anyone could please tell me or point me a
beginners tutorial that explains how to view HTML pages in emulator. I
would really appreciate their help.

My page is actually a form that takes user input. I need to save
these inputs in a XML file on the device. How do I go about doing
that.

Thanks in advance.

Shy

Re: How to view HTML page in Pocket PC emulator by Chris

Chris
Mon Jun 23 10:11:55 CDT 2008

Enter the address where the page is.

Saving to a file locally is not simple, as there is no FSO under CE. You
likely need to create your own ActiveX objectthat exposes whatever file
writing capabilities you want. Remember, this is not a desktop machine.

-Chris


<shailaja.sheel@gmail.com> wrote in message
news:a6cfe3c9-9415-472a-918a-d7cc393473d0@k13g2000hse.googlegroups.com...
> Hi ,
>
> I have created few HTML pages with some javascript for Pocket PC -
> this is my first attempt. How does one view them in the emulator. I
> have absolutely no idea. If anyone could please tell me or point me a
> beginners tutorial that explains how to view HTML pages in emulator. I
> would really appreciate their help.
>
> My page is actually a form that takes user input. I need to save
> these inputs in a XML file on the device. How do I go about doing
> that.
>
> Thanks in advance.
>
> Shy


Re: How to view HTML page in Pocket PC emulator by shailaja

shailaja
Tue Jun 24 09:16:22 CDT 2008

I tried opening a file in emulator IE provided with VS 2005 but it
could not find
the file - it is locally present.(c:\att\...)

Something I am not doing right?

-S

On Jun 23, 9:11=A0am, "Chris Tacke, MVP" <ctacke.at.opennetcf.dot.com>
wrote:
> Enter the address where the page is.
>
> Saving to a file locally is not simple, as there is no FSO under CE. =A0Y=
ou
> likely need to create your own ActiveX objectthat exposes whatever file
> writing capabilities you want. =A0Remember, this is not a desktop machine=
.
>
> -Chris
>
> <shailaja.sh...@gmail.com> wrote in message
>
> news:a6cfe3c9-9415-472a-918a-d7cc393473d0@k13g2000hse.googlegroups.com...
>
>
>
> > Hi ,
>
> > I have created few HTML pages with some javascript for Pocket PC =A0-
> > this is my first attempt. =A0How does one view them in the emulator. I
> > have absolutely no idea. If anyone could please tell me or point me a
> > beginners tutorial that explains how to view HTML pages in emulator. I
> > would really appreciate their help.
>
> > My page is actually a form that takes user input. I =A0need to save
> > these inputs in a XML file on the device. How do I go about doing
> > that.
>
> > Thanks in advance.
>
> > Shy- Hide quoted text -
>
> - Show quoted text -


Re: How to view HTML page in Pocket PC emulator by Chris

Chris
Tue Jun 24 10:08:03 CDT 2008

c:\... is certainly not local. The emulator is a separate device. It is
not your PC and it knows nothing about your PC. It has no C: driver (or any
lettered drive for that matter). You have a few options:

1. Host the file in IIS on the PC and browse by IP
2. Move the file to the emulator's file system
3. Configure the emulator to share the PC folder containing the file so it
shows up in the device's file system

Option #3 is probably easiest for testing.

-Chris


<shailaja.sheel@gmail.com> wrote in message
news:a4c4d9c2-61e5-4ce0-99d2-1005ac0c955e@s33g2000pri.googlegroups.com...
I tried opening a file in emulator IE provided with VS 2005 but it
could not find
the file - it is locally present.(c:\att\...)

Something I am not doing right?

-S

On Jun 23, 9:11 am, "Chris Tacke, MVP" <ctacke.at.opennetcf.dot.com>
wrote:
> Enter the address where the page is.
>
> Saving to a file locally is not simple, as there is no FSO under CE. You
> likely need to create your own ActiveX objectthat exposes whatever file
> writing capabilities you want. Remember, this is not a desktop machine.
>
> -Chris
>
> <shailaja.sh...@gmail.com> wrote in message
>
> news:a6cfe3c9-9415-472a-918a-d7cc393473d0@k13g2000hse.googlegroups.com...
>
>
>
> > Hi ,
>
> > I have created few HTML pages with some javascript for Pocket PC -
> > this is my first attempt. How does one view them in the emulator. I
> > have absolutely no idea. If anyone could please tell me or point me a
> > beginners tutorial that explains how to view HTML pages in emulator. I
> > would really appreciate their help.
>
> > My page is actually a form that takes user input. I need to save
> > these inputs in a XML file on the device. How do I go about doing
> > that.
>
> > Thanks in advance.
>
> > Shy- Hide quoted text -
>
> - Show quoted text -