2009年4月29日星期三

input 域字母小写转大写

input 域字母小写转大写


<script>

 <!--

 function t(obj){

  var thisValue = obj.value;

  var thisValue_Up= thisValue.toUpperCase();

  obj.value =  thisValue_Up;

 

 }

 -->

</script>




<input onkeyup="t(this)" type="TEXT" />

2009年1月30日星期五

IBM Websphere 6.1如何升级

按照如下向导打开IBM Websphere的建议更新

http://www.ibm.com/us/

-->Support & downloads

-->Choose support type: Websphere

-->Websphere Application Server

-->Download

-->Recommended fixes

选择版本6.1
1)6.1.0-WS-WAS-WinX32-FP0000021.pak

2)6.1.0-WS-WASSDK-WinX32-FP0000021.pak WebSphere专用JDK 累积更新包 V6.1 Java SDK 1.5 SR8 Cumulative Fix

3)6.1.0-WS-WASWebSvc-WinX32-FP0000021.pak

4)6.1.0-WS-WASEJB3-WinX32-FP0000021.pak

5)6.1.0-WS-IHS-WinX32-FP0000021.pak

6)6.1.0-WS-PLG-WinX32-FP0000021.pak