ASP简单问题 - Web 开发 / ASP
HTML code
<!--#include file="../conn.asp"-->
<%checksession()%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>定单详细 </title>
</head>
<link href="../css/bg.css" rel="stylesheet" type="text/css">
<link href="../css/tu.css" rel="stylesheet" type="text/css">
<body>
<%
id=formdata(request("id"))
if id <>"" then
sql = "select * from buy_fs where lotteryid='"&id&"'"
set rs = conn.execute(sql)
retype=rs("protype")
if retype="fsd_1" then
protype="福彩3D直选单式"
elseif retype="fsd_2" then
protype="福彩3D直选复式"
elseif retype="fsd_3" then
protype="福彩3D混合组选"
elseif retype="fsd_4" then
protype="福彩3D组三复式"
elseif retype="fsd_5" then
protype="福彩3D组六复式"
相关问答:
调整了这里,那里出问题。
有没有什么好的方法,像调整对话框一样????
找个专门做页面的
在dreamweaver里调。。。也可以直接控制HTML代码
确实痛苦 感同身受呀
哈哈 坚决路过。
用DW吧,VS搞设计 ......
万网的服务器支持伪静态的,直接用rewrite在web.config文件写规则,也不用安装组件就可以实现伪静态,但是在时代互联服务器就用不了了,咨询它的客服,他说他们服务器(基本型C)不支持伪静态的.请问一下各位我该用什么方法 ......
发给我一份 280535258@qq.com 谢谢 要分可以说 多少都行
参考::!!!!
前台
<%@ Page language="c#" Codebehind="Domain.aspx.cs" AutoEventWireup="false" Inherits=&q ......