asp网站生成伪静态页
asp网站生成伪静态页
我的网址是http://localhost/showContent.asp?keyno=756
怎么变成html结尾的
你那还是在本地的浏览地址。。。
伪静态可以这么写:
ReWriteRule /showContent-([0-9]*).html /showContent.asp\?keyno=$1
给个链接参考一下
http://blog.csdn.net/lwtwrm/archive/2010/02/22/5317442.aspx
首先要搞个isapi的组件,这方面免费的很多。
相关问答:
本人目前遇到一个难题,请各位高手、大侠帮帮忙。
我单击一个按钮时要把gridview中的数据一个一个的取出并把对应参数传递给前台的js。
我试了几种后台调前台的方式都没有成功,所以请大侠们帮帮小弟。
谢谢。
不 ......
<?xml version="1.0"?>
<root>
<status>433</status>
<msg>这个是汉字</msg>
<serialno>123</serialno>
</root>
如何用ASP读取 status值 ......
各位大虾,我做了一个ASP得通讯录,但是除了查询功能好像其他都有问题,其中添加功能如下,能指导一下我哪里出错了吗?
<html>
<head>
<title>无标题文档</title>
</head>
<b ......
3个radioButton
一个Button
一个label
C# code:
protected void Button1_Click(object sender, EventArgs e)
{
string str = null;
RadioButton rdo=(RadioButton)sender;
......
一般的asp 书籍 只介绍 asp的六大对象 但像
Set fso = CreateObject("Scripting.FileSystemObject")
这些技术 却没有见过
这些东西是asp的哪方面知识
好像有 activeXobject什么 ......