📄 modify.asp
字号:
<%@ codepage ="936" %><%if id=session("id") thensession("pageid")="company_info"response.redirect "../../login/login1.asp"elseid=session("id")%><!--#include file="../../conn/dbconn2.asp"--><!--#include file="../../inc/config.asp"--><% id=session("id")Set rs = Server.CreateObject("ADODB.Recordset")sql="select * from qyml where id='"&id&"' and qymc<>'""'"rs.open sql,conn,1,1if session("qymc")<>"" thenelseresponse.write"<SCRIPT language=JavaScript>alert('您尚未登录公司资料,请先申请发布!');"response.write"this.location.href='company_info.asp';</SCRIPT>" response.endend if %><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><html><head><meta http-equiv="Content-Type" content="text/html; charset=gb2312"><meta http-equiv="Content-Language" content="zh-cn"><meta http-equiv="refresh" content="0;URL=company_edit.asp"><meta name="GENERATOR" content="Microsoft FrontPage 5.0"><meta name="ProgId" content="FrontPage.Editor.Document"></head><body topmargin="0" leftmargin="0"></body><%end if%></html><html></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -