<% @ 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>…
'Two Home Pages is index.htm. Relatively simple procedures, mainly used in the file operations ASP objects.
<! - Index. Htm ——————————————- ————————————>
<! DOCTYPE HTML PUBLIC "-…
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 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…
<%
'Determine whether the paper added
Dim ulFileName, ulResult
UlSaveToPath = "/ upload" 'Save the file path
UlMaxFileSize = 1000000 'file size limit 1000,000
UlResult = DoUploadFile…
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. …
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…
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…
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…
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…