ASP prepared by a simple color Extractor

  <% @ Language VBScript% => 
<%
  'ASP Code will run on server and Make HTML Page 
  'Java Script will run on Client Side and Change the background color 
  'According to movement of Mouse 
%>
<html>…

HTML files generated using ASP

  'Two Home Pages is index.htm. Relatively simple procedures, mainly used in the file operations ASP objects. 

  <! - Index. Htm ——————————————- ————————————> 

  <! DOCTYPE HTML PUBLIC "-…

Asp data connectivity method

  MS Access Database Connection 

  DSN connections, and with no user name and password: 

<%
  Set conn = Server.CreateObject ( "ADODB.Connection") 
  Conn.open "YourDSNName" 
%>

  DSN connections,…

ASP code of the object

  ASP brought many people think it is a pile of HTML and script bracketed In "%%> in a number of code there is some JAVASCRIPT scripts, and other chips together a collection of some of the code, this code, coupled with the various types of Notes different format, the words appear…

Asp 3.5

<%
  'Determine whether the paper added 
  Dim ulFileName, ulResult 

  UlSaveToPath = "/ upload" 'Save the file path 
  UlMaxFileSize = 1000000 'file size limit 1000,000 

  UlResult = DoUploadFile…

Split function in ASP examples

  We have come across a string in order to take some value from the start without?    Have read or materials that the wording of the split muddle…… If there is such a doubt, take a look at the examples below, I explained, I believe that you will have some understanding of this. …

ASP third day of the 10-day Institute

  Learning Objective: To learn ACCEES the use of the database, and the establishment of a database of the future use of the book. 
  First, we have to be installed inside the ACCEES OFFICE (my demonstration was OFFICE XP version), the installation process is not here said, and will…

Institute of the fourth day of the 10-day ASP

  Learning Objective: To grasp ACCESS database connectivity and access records 
  Today, we should learn from the contents of that boring, but very important.    Here we do not have to know to order specific performance, the outside is not suitable for a lot of books because…

ASP used JMail, CDO email

  Some time ago, have been a simple JMAIL mail, e-mail code, put this code to a specific comment, and an increase of two other format code, both a few simple examples: 
  The first is the core code jmail.smtpmail: 

<%
  Set jmail = Server.CreateObject…

10 ASP Institute of the fifth day

  Learning Objective: To learn the basic operation of a database (the record) 
  The database is nothing more than basic operations: query records, written records, delete records, modify records.    Today, we are learning the record first. 
  To the establishment…