月归档:
2005年09月
| 记录数: 39
-
- 弹出打印窗口,去掉网址显示
- Weather:中雨,南风5-6级,最高气温24 ℃
- 2005-09-16
- <OBJECT id=factory style="DISPLAY: none" codeBase=http://www.meadroid.com/scriptx/ScriptX.cab#Version=5,60,0,360
classid=clsid:1663ed61-23eb-11d2-b92f-008048fdd814 viewastext></OBJECT>
<script defer>
function window.onload() {
factory.printing.header = "-&q... - Views(4520) | Comments(0) | In 网页前端技术
-
- asp template 1.5
- Weather:多云,南风4-5级,最低气温18 ℃
- 2005-09-15
Tokens And Variable Types
Tokens
As presented before, the key to separating the content from code is producing templates that have placeholders (tokens) for the dynamic data within the HTML and other static text. I've always used[%and%]to delimit my tokens from the rest of the code. Tokens are by default case insensitive, so- Views(5486) | Comments(0) | In web develop
-
- ColdFusion在线人数统计
- Weather:晴,北风4-5级,最高气温25 ℃
- 2005-09-14
- <cfif NOT IsDefined("Application.online")>
<cfset Application.online=ArrayNew(1)>
</cfif>
<cfscript>
trace = false;//调试信息
outtime = 20;//保存时间(分种)
online_guests = 0;//过路人数<... - Views(5454) | Comments(0) | In web develop

