摘要:
多框架 3 阅读全文
posted @ 2006-06-21 21:52
RicoRui
阅读(303)
评论(0)
推荐(0)
摘要:
1.ASCII返回与指定的字符对应的十进制数;SQL> select ascii('A') A,ascii('a') a,ascii('0') zero,ascii(' ') space from dual; A A ZERO SPACE--------- --------- --------- --------- 65 ... 阅读全文
posted @ 2006-06-21 21:47
RicoRui
阅读(351)
评论(0)
推荐(0)
摘要:
1. 打开新的窗口并传送参数: 传送参数:response.write("<script>window.open(’*.aspx?id="+this.DropDownList1.SelectIndex+"&id1="+...+"’)</script>") 接收参数:string a = Request.QueryString("id");string b = Request.QueryS... 阅读全文
posted @ 2006-06-21 21:45
RicoRui
阅读(281)
评论(0)
推荐(0)

浙公网安备 33010602011771号