20070712 javascript onclick wince python
http://www.yippeesoft.com
一个HTML,一点击按钮,IE7就提示运行时错误
<script language="javascript">
function btnOKk()
&leftsign;
alert(provincee.value);
&rightsign;
</script>
<tr height="30">
<td height="30" width="300"></td>
<td height="30" width="479"><input type="text" name="provincee" id="provincee"></td>
<td height="30" width="479">
<input type="submit" name="btnOK" value="下一步" onclick="javascript:btnOK()" />
<input type="submit" name="btnCancel" value="取消" onClick="" /></td>
搞了半天,原来是函数名不能和变量名一样
下面是Google和百度的Javascript版的站内搜索代码:
<!–Google站内搜索开始–>
<script type="text/javascript">
function googlesearch () &leftsign;
var wq=document.getElementsByName("wq")[0].value;
var link="http://www.google.com/search?domains=www.williamlong.info&sitesearch=www.williamlong.info&q="+wq;
window.open(link); &rightsign;
</script>
<input type="text" name="wq"/><input type="submit" onclick="javascript:googlesearch()" value="Google 搜索" />
<!–Google站内搜索结束–>
<!–Baidu站内搜索开始–>
<script language="javascript">
function baidusearch () &leftsign;
var wd=document.getElementsByName("wd")[0].value;
var link="http://www.baidu.com/s?si=www.williamlong.info&cl=3&ct=2097152&tn=baidulocal&word="+wd;
window.open(link); &rightsign;
</script>
<input type="text" name="wd"/><input type="submit" onclick="javascript:baidusearch()" value="Baidu 搜索" />
<!–Baidu站内搜索结束–>
http://fore.validus.com/~kashtan/
Validus Medical Systems Python 2.3.4 for Windows/CE downloads
Downloads as of 7/12/04:
To install the Python 2.3.4 binary files on Windows/CE just unzip the Python 2.3.4 binaries for Pocket PC 2003 or Python 2.3.4 binaries for Pocket PC 2002 into the "\\Program Files\\Python\\Lib" directory on the Pocket PC device.
http://www.awaretek.com/pymo.html
This is a site dedicated to the coverage of Python software for mobile devices, including applications, developer tools, and news.
http://www.murkworks.com/Research/Python/PocketPCPython/Overview
Python 2.2+ for the Microsoft Pocket PC
This is an ongoing development effort to bring Python 2.2 and related modules to the Pocket PC.
We are releasing binaries for StrongArm Pocket PCs.
http://sourceforge.net/projects/pythonce
Python port for Windows CE (Pocket PC) devices. Intended to be as close to desktop version as possible (console, current directory support, testsuite passed).
http://www.python.org/download/windows/
Python for Windows CE
Mark Hammond once ported Python 1.5.2 to Windows CE. This is still available from Mark\’s Windows CE pages on Starship.
More recently, there is an active PythonCE list. This list has migrated from a yahoo groups list, the archives there may still be of use.
There is a StrongArm WinCE binary of Python 2.2 available.
The PythonCE project on Sourceforge has binaries of 2.3.4 for StrongArm available.
历史博文
- 20080813 c# wpf pic - 2009
- 1030 H.263 模式 - 2007
- 0203 sip ortp link failed - 2006
- 我的面向用户开发方法 - 2005
- 人間五十年 - 2005
- 如何將MSDE2000安裝嵌入在應用程式部署專案中? - 2005