搜索列表
-
javascript asp教程第十一课--Application 对象
【ASP编程】Overview: The Application Object represents a collection of ASP pages. The Application object has zero (0) properties, two (2) collections, two (2) methods, and two (2) events. Get Started: Below are a couple scripts for lesson11. <%@LANGUAGE="JavaScript"%> <%...
javascriptasp教程第十一课--Application对象 -
超全的webshell权限提升方法
【安全相关】WEBSHELL权限提升技巧 c: d: e:..... C:\Documents and Settings\All Users\「开始」菜单\程序\ 看这里能不能跳转,我们从这里可以获取好多有用的信息比如Serv-U的路径, C:\Documents and Settings\All Users\Applicatio...
超全的webshell权限提升方法 -
NET IIS暴绝对路径漏洞
【安全相关】Title:Microsoft ASP.NET May Disclose Web Directory to Remote Users in Certain Cases Description: If the ASP.NET application does not filter the error mes...
NETIIS暴绝对路径漏洞 -
激发你的灵感:50个优秀的Favicons
【CSS/HTML】原文:http://www.smashingmagazine.com/page/2/翻译:Blank(怿飞) Inspire Yourself: 50 Remarkable Favicons激发你的灵感:50个优秀的Favicons 引用:Actually it's a pity that many designers don't really make use of them. Favicons, mini graphics for a particular web-site, can be displayed in...
激发你的灵感:50个优秀的Favicons -
NET IIS暴绝对路径漏洞
【安全相关】Title:Microsoft ASP.NET May Disclose Web Directory to Remote Users in Certain Cases Description: If the ASP.NET application does not filter the error mes...
NETIIS暴绝对路径漏洞 -
光碟工具 Alcohol 120% v1.9.6.4719 下载(附序列号注册码)
【ASP编程】软件大小 7.05 MB软件类别 汉化软件/光碟工具 运行环境 Win2003, WinXp, Win2000, Nt, WinMe, Win9x 授权方式 特别版 软件语言 简体中文 相关连接 http://www.alcohol-software.com/ 光盘刻录软件的完整解决方案,能完整的仿真原始光盘片,让你能不必...
光碟工具Alcohol120%v1.9.6.4719下载(附序列号注册码) -
兼容多浏览器实现半透明(Opera ie firefox)
【CSS/HTML】Click on a link above to make the image disappear and re-appear by gradually fading in/out. It uses CSS transparency, in CSS you can set the&nbs...
兼容多浏览器实现半透明(Operaiefirefox) -
会移动的文字(Marquee)
【CSS/HTML】Marquee标记用于在可用浏览区域中滚动文本。这个标记只适用于IE3以后的版的浏览器。 格式: <MARQUEE ALIGN="…" BEHAVIOR="…" BGCOLOR="…" DIRECTION="…" HEIGHT="…" WIDTH="…" HSP...
会移动的文字(Marquee) -
如何取回已忘记的密码?
【编程10000问】forget.asp' 申请.<html><head><title>闪亮日子之用户密码核实</title></head><div align="center"><center><table border="0" cellspacing="0" width="600" height="158" > <tr> <td height="67"><p alig...
|如何|何取|取回|回已|已忘|忘记|记的|的密|密码|码?|?| -
如何对用户进行授权?
【编程10000问】authenticate.asp<%Dim URLURL = Request.QueryString' 获得URL. %> <html><body><FORM METHOD=POST ACTION="/validate.asp"> <INPUT TYPE=HIDDEN NAME="URL" VALUE="<%=URL%>"> ' 将URL保...
|如何|何对|对用|用户|户进|进行|行授|授权|权?|?| -
如何实现文件上传并自动归类功能?
【编程10000问】upload.asp <form action=http://<%= Request. ServerVariables(SERVER_NAME)>/wdread.asp method=post> <p>主题: <input type=text name=subject><br> 作者:<input name=author type=text><br> ...
|如何|何实|实现|现文|文件|件上|上传|传并|并自|自动|动归|归类|类功|功能|能?|?| -
如何判断发言是否为空?
【编程10000问】if len(usersays)<>0 then session("whoto")=request.form("whoto") session("action")=request.form("action") if instr(usersays,chr(39))>0 then usersays=replace(usersays,chr(39),"\"&chr(39)) end if if instr(usersays,chr(34))>0 then us...
|如何|何判|判断|断发|发言|言是|是否|否为|为空|空?|?|