Re: Windows ce; ASP; Server-side JavaScript
- From: "John Spaith [MS]" <jspaith@xxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 16 Mar 2006 07:49:24 -0800
WinCE does not support the runat="server" construct. Instead you have to
put jscript blocks to run at server inside <% ... %>. Please checkout MSDN
docs on ASP where this & other limitations of CE ASP versus desktop IIS are
doc'd.
--
John Spaith
Development Lead, Windows CE
Microsoft Corporation
Check out the CE Networking Team Blog at http://blogs.msdn.com/cenet/.
This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use. © 2006 Microsoft Corporation. All rights
reserved.
"m Bowling" <mBowling@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:E572FEFB-A800-41D6-9133-DAFD819FC0FD@xxxxxxxxxxxxxxxx
If Javascript is supported on the server-side can you please tell me why
this
code shows itself when I "view source"?
<SCRIPT RUNAT="SERVER" LANGUAGE="JavaScript">
<!-- //
var i = 1;
var j = 2;
if (i==1)
{
j=0;
}
else
{
j=1;
}
//-->
</script>
Thank you, Michael.
"John Spaith [MS]" wrote:
Yes, CE can support either jscript or VBScript. (OK I guess javascript
!=
jscript technically, CE does jscript.) Note you'll need to include both
ASP
and Jscript in your image if you're general embedded or working with a GE
OEM.
--
John Spaith
Development Lead, Windows CE
Microsoft Corporation
Check out the CE Networking Team Blog at http://blogs.msdn.com/cenet/.
This posting is provided "AS IS" with no warranties, and confers no
rights.
You assume all risk for your use. © 2006 Microsoft Corporation. All
rights
reserved.
"m Bowling" <mBowling@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:6ABBE063-E9C1-48CA-970C-D20CB4A17122@xxxxxxxxxxxxxxxx
does windows ce support server-side javascript
.
- References:
- Re: Windows ce; ASP; Server-side JavaScript
- From: John Spaith [MS]
- Re: Windows ce; ASP; Server-side JavaScript
- Prev by Date: DNS problem on Windows Mobile 5
- Next by Date: Re: Programming for two separate Ethernet interfaces
- Previous by thread: Re: Windows ce; ASP; Server-side JavaScript
- Next by thread: Re: Targeting the Windows CE 5 Emulator
- Index(es):
Relevant Pages
|