我爱Aspx >> C#.Net >> VBS、ASP代码语法加亮显示的类(2)<!--#include file="token.ASP"-->
<% ' *************************************************************************
' This is all test/example code showing the calling syntax of the
' cBuffer class ... the interface to the cBuffer object is quite simple.
'
' Use it for reference ... delete it ... whatever.
' *************************************************************************
REM This is a rem type comment just for testing purposes!
' This variable will hold an instance of the cBuffer class
Dim objBuffer
' Set up the error handling
On Error Resume Next
' create the instance of the cBuffer class
Set objBuffer = New cBuffer
' Set the PathToFile property of the cBuffer class
'
' Just for kicks we'll use the asp file that we created
' in the last installment of this article series for testing purposes
objBuffer.PathToFile = "../081899/random.asp" '这是文件名啦。
' Here's an example of how to add a new keyword to the keyword array
' You could add a list of your own function names, variables or whatever...cool!
' NOTE: You can add different HTML formatting if you like, the <strong>
' attribute will applied to all keywords ... this is likely to change
' in the near future.
'
'objBuffer.AddKeyword "response.write", "<font color=Red>Response.Write</font>"
' Here are examples of changing the table background color, code color,
Ҷƪл˵?
ASP 3.0高级编程(四)[05-12]
ASP实用大全-ASP服务器组件(7)[05-12]
WAP中的ASP技术之一[05-12]
让ASP应用系统成为跨平台的应用系..[05-12]
ASP内置对象 Request对象 详解[05-12]
一些Asp技巧和实用解决方法[05-12]
单机上使用ASP(1)[05-12]
让ASP应用系统成为跨平台的应用系..[05-12]
如何使用ASP记录在线用户的数量[05-12]
一个显示原代码的asp程序[05-12]
Filter与updatebatch混合使用实现..[05-12]
如何正确显示数据库中的图片[05-12]
ASP 3.0高级编程(四)[05-12]
URL Moniker概述[05-12]
利用ADO进行MSSQL数据库操作[05-12]
JSP由浅入深(2)—— 第一个JSP[05-12]
实例学习PHP之投票程序篇[05-12]
ASP实用大全-ASP服务器组件(7)[05-12]
在Java中应用State设计模式(1)[05-12]
TMarquee 一个字幕控件[05-12]