|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
缺点:正版成本价格贵(盗版就不说了)、不够安全,大多数服务器用windows系统,没有linux安全函数<scriptlanguage=javascript>
functionfnSubmit(strPage)
{
document.forms[0].action=strPage
document.forms[0].submit()
}
</script>
<%
callwritedropdowns
SubwriteDropDowns()
DimstrSelfLink
strSelfLink=request.servervariables("SCRIPT_NAME")
response.Write"<formname=datesmethod=post>"&vbcrlf
response.WriteMonthDropDown("month1",False,request("month1"),strSelfLink)&""&DayDropDown("day1","",getDaysInMonth(request("month1"),request("year1")),request("day1"))&""&YearDropDown("year1","","",request("year1"),strSelfLink)&vbcrlf
response.Write"</form>"&vbcrlf
EndSub
FunctionMonthDropDown(strName,blnNum,strSelected,strSelfLink)
DimstrTemp,i,strSelectedString
strTemp="<selectname="&strName&"CaseElse:
EndSelect
getDaysInMonth=strDays
EndFunction
%>
</p>源代码保护方面其实现在考虑得没那么多了..NET也可以反编译.ASP写得复杂的话别人能看得懂的话.他也有能力自己写了.这方面担心的倒不太多.纵观现在网上可以下载的那些所谓BBS还有什么网站等等的源代码 |
|