易截截图软件、单文件、免安装、纯绿色、仅160KB

[在线讨论]wince下能否支持JavaScript?

如题,var myTextField=document.getElementById("myText");
这个没法实现。要是能实现该如何做?

看了yudong54的回帖(http://topic.csdn.net/u/20091116/14/1b2cc357-3aea-4329-b527-ab7828142f8f.html?26416)说要打08年的补丁和09年一月份的补丁即可支持JavaScript。但是我打了以上的补丁,还是无法支持JavaScript。
自己做个沙发。。。。。。。

R3开始支持
http://msdn.microsoft.com/en-us/library/ee487662.aspx


Features

GoAhead WebServer leverages Active Server Pages (note that ASP.NET is not supported), embedded JavaScript, and in-process CGI forms processing to deliver highly efficient and effective dynamic Web page creation. WebServer also includes support for SSL, Digest Access Authentication, User Management, and standard CGI.

Embedded JavaScript is a strict subset of JavaScript, scaled down to incur a smaller memory footprint. Embedded JavaScript is a very effective way to create dynamic Web pages without having to recompile whenever you wish to change the data shown in the Web pages. The JavaScript is embedded in the Web page, using Active Server Pages, and is run by the GoAhead WebServer before the Web page is sent to the user's browser. The resulting page is small and transmits quickly to the user’s browser even over slow modem links. The JavaScript 1.3 implementation allows the creation of objects to represent device data for easy scripting access.

GoAhead WebServer uses


相关问答:

javaScript 悬停浮动层定位

如何实现当鼠标悬停控件上时,出现该控件的尾部显示对应的层,鼠标移动到该层上进行相应的操作,当鼠标移除时(不在控件上也不在层上)层隐藏,

http://topic.csdn.net/u/20090830/23/5e5ded07-7216-46c2-9712- ......

javaScript悬停控件上的浮动层定位

如何实现当鼠标悬停控件上时,出现该控件的尾部显示对应的层,鼠标移动到该层上进行相应的操作,当鼠标移除时(不在控件上也不在层上)层隐藏,
HTML code:
<html>
<head>
<meta http-equiv= ......

javascript中是值是怎么交换了? - Java / Java相关

三个数x,y,z 比大小..
var x,y,z,t;
if (x>y) 
{t=x;x=y;y=t;} //交换x,y的值 
if(x>z) 
{t=z;z=x;x=t;}//交换x,z的值 
if(y>z) 
{t=y;y=z;z=t;}//交换z,y的值
这是 ......

javascript的事件机制不明白,请高人指点。

JScript code:

<html>
<head>
<script type="text/javascript">
window.onload=function(){
var a = document.getElementsByTagName("a");
for(var i=0; i& ......

关于鼠标右键的JAVASCRIPT与FIREFOX不兼容的问题

<script language="javascript">
function click() {
if (event.button==2) { //button==1为左键
alert('点击查看文章详细内容!')
}
}
document.onmousedown=click
</script>
以上 ......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号