[如题
用JS
<a href="javascript:window.close();" target="_top">关闭 </a>
我也找到方法了Response.Write(" <script>window.parent.location ='../Default.aspx' </script>");
......
asp 对 oracle 10中的number类型操作。width=33 dec=4
假设rs("count")为number 类型,width=33 dec=4为数据库中读取出来的内容
定义一个变量
dim f
f=f+rs("count")
打开页面提示
Microsoft VBScript 运行时错误 错误 '800a000d'
类型不匹配
请 ......
asp 对 oracle 10中的number类型操作。width=33 dec=4
假设rs("count")为number 类型,width=33 dec=4为数据库中读取出来的内容
定义一个变量
dim f
f=f+rs("count")
打开页面提示
Microsoft VBScript 运行时错误 错误 '800a000d'
类型不匹配
......
1.asp如何读取一个特定文件下下所有的字文件夹,并且在页面上显示出来
2.点击显示出来的某个文件夹,显示出那个文件夹下所有的资金照片
用FSO可以实现,可以到网上查一下
asp中用fso中实现
MS像用数来实现?
asp中用fso中实现
MS像用数来实现
<html>
<body>读取一个文件相关信息的范例 ......
哪位高手能帮上忙吗?》
pay_authcode函数:
function pay_authcode($string, $operation = 'DECODE', $key = '', $expiry = 0)
{
$ckey_length = 4;
$key = md5($key ? $key : $GLOBALS['security_auth_key']);
$keya = md5(substr($key, 0, 16));
$keyb = md5( ......
连接字符串
<%
Set Conn=Server.CreateObject("adodb.Connection")
Str="driver={mysql odbc 5.1 driver};database=web;server=localhost;uid=root;password=root;OPTION=3;stmt=SET NAMES GB2312"
conn.cursorlocation=3
Conn.Open Str
%>
输出1
<%
Set Rs = ......