ASP FAQ

xiaoxiao2021-03-06  42

Folding treatment of the table.

dffadfdaqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqsfdffadfdasfdffadfdasfdffadfdasfdffadfdasfdffadfdasfdffadfdasfdffadfdasfdffadfdasfdffadfdasf

It is mainly controlled by CSS style in the

tag with a style = "Table-layout: fixed", which describes the following

grammar:

Table-Layout: Auto | Fixed

parameter:

Auto: Default automation algorithm. The layout will be based on the content of each cell. The form is displayed after each cell read calculation. Very slow

Fixed: Algorithm for fixed layout. In this algorithm, the horizontal layout is only based on the table's width, the width of the table border, the width of the unit, and the column is not related to the content of the table. At this time, if there is no Word-Wrap: Break-Word in the

tag. The content, the content in the table can only display some, and the width of the table is specifically. Word-Wrap Description:

grammar:

Word-Wrap: Normal | Break-Word

parameter:

Normal: Allows the contents of the designated container boundary

Break-Word: The content will be wrap within the boundary. If necessary, Word-Break will happen

VBScript tag index

Basic operation

Digital addition and string connection

- Digital subtraction

* Digital Multiplication

/ Digital division

MOD summation

/ Ask

& String connection

^

= Equal

<>

> = Greater than or equal to

> Bigger than

<= Less than or equal to

NOT

And

OR or

XOR

Circulation and decision

if ....1 ...

if ... then ... Else

ELSE IF ...

Select Case ... Group Selection Conditions

End SELECT

For ... next count cycle

While ... WEND Conditions Cycle (1)

Do While ... LOOP Condition Circulation (2)

DO ... loop while condition cycle (3)

DO Until ... LOOP condition cycle (four)

DO ... LOOP UNTIL Condition Circulation (5)

Mathematical function

ABS absolute value

SGN positive and negative

HEX conversion into hexadecimal

OCT converts into eight-based

SQR square root

INT Take

FIX tight

Round

Log in E a log

SiN sinusoidal function

COS cosine function

TAN normal cleaning function

String handler

LEN string length

MID Take some string

LEFT takes some strings from the string

Right takes some strings from the string end of the string

Lcase converted into small-handed

Ucase conversion to capital

Trim clear string and ending spaces

LTRIM Clear string opening space

RTRIM Clear string end space character

Replacing Replace String Some Character Instr Junction Is included in another string (from the start search)

Instrrev Judgment is included in another string (from the end search)

Space character number of spachen arbitrary character

String either character number

Strreverse reversed strings

Split segments a string in a character

Data type conversion function

CINT conversion into plastic surgery

CSTR converts into strings

CLNG conversion into a frequent integer

CBOOL converts into a Boolean function

CDATE conversion to date functions

CSNG converts into single precision

CDBL conversion into double precision

Date time function

Date now date

Time Time

NOW now date time

DateAdd Add Date

Datediff two days difference

DateSerial date setting

DateValue date setting

Year of Year now

Month present month

Day now

Hour now

Minute now minutes

SECOND now second

Timer midnight at the moment

TimeSerial time setting

TimeValue Time Parts

Weekday week name

Monthname Month Name

Other functions

Array generates array

ASC character ASCII code

CHR ASCII code character

Filter filtration array

InputBox input window

Join merge elements in arrays

MSGBOX information window

LBound array lower bound

Ubound array upper bound

instruction

Const setting constant

DIM definition variable or array

ERASE Clear array

Redim re-declared array

Randomize start random

RND gets random number

ASP object

Session object

ISEMPTY test session variable exists

Timeout Set the session variable survival cycle

Abandon enforces session variables

APPLICATION object

ISEMPTY tests if the application variable exists

Lock lock Application variable

UNLOCK Lock Direction Lock

Cookies object

Expires Sets the living cycle of the cookies variable

Connection object

Open opens the connection to the database

Execute Opens Recordset object

Close Close Connection Object

Recordset object

MoveFirst will move the pointer to the first

MoveLast will move the pointer to the last one

MoveNext moves the record pointer to the next

MovePrevious will record the pointer to the previous one

BOF test is the start of Recordset

EOF test is the end of Recordset

Open Open RecoreeSet object

Close Close Recordset object

Fields read data from the child object

Fileds.count field number

PageSize number of records per page

AbsolutePage is set to a page

PageCount total

AbsolutePosition directly jumps to a record

MicrosoftVbscript runtime error list (10 credit representation)

ERROR # 5 invalid process call or parameters

ERROR # 5 invalid process call or parameters

Error # 6 overflow

Error # 7 memory is not enough

Error # 9 subscript

Error # 10 This array is constant or temporarily locked.

Error # 11 is zero

Error # 13 types do not match

Error # 14 string space is not enough

Error # 17 cannot perform the required operation

Error # 28 stack overflow

Error # 35 Undefined Process or Function

Error # 48 error occurs when loading a DLL

Error # 51 Internal error

ERROR # 52 Error file name or number

Error # 53 file is not found

Error # 54 Error file mode

Error # 55 file has been opened

Error # 57 Device I / O Error

Error # 58 file already exists

Error # 61 Disk is full of Error # 62 input beyond the file

Error # 67 file too much

Error # 68 device is not available

Error # 70 No authority

Error # 71 disks are not ready

ERROR # 74 Rename When you do not bring other drive symbols

Error # 75 path / file access error

Error # 76 path did not find

Error # 91 object variable is not set

Error # 92 for cycle is not initialization

Error # 94 Invalid use NULL

Error # 322 Cannot create the necessary temporary files

Error # 424 Missing Objects

Error # 429 ActiveX Part You cannot create an object

Error # 430 does not support Automation operations

Error # 432 Automation Operation Chinese name or class name is not found

Error # 438 Object does not support this property or method

Error # 440 Automation Operation error

Error # 445 Object does not support this operation

Error # 446 Object does not support naming parameters

Error # 447 Object does not support current zone setting options

Error # 448 Didn't find named parameters

Error # 449 Parameter is a must

Error # 450 Errors parameter number or invalid parameter attribute value

Error # 451 Object is not a collection

Error # 453 Did not find the specified DLL function

Error # 455 Code Resource Lockup Error

Error # 457 This button is associated with one element of the collection

Error # 458 variable uses an Automation type that does not support in VBScript

Error # 462 Remote server does not exist or not available

Error # 481 invalid picture

Error # 500 variables are undefined

Error # 501 illegal assignment

ERROR # 502 objects cannot be safely programmed with Script

Error # 503 Objects cannot be initialized safely

Error # 504 Objects cannot be created safely

Error # 505 Invalid or unqualified reference

Error # 506 is not defined

Error # 507 A unexpected error

Error # 1001 memory is not enough

Error # 1002 syntax error

Error # 1003 lack of ':'

Error # 1005 is missing '('

Error # 1006 is missing ')'

Error # 1007 lack of ']'

Error # 1010 lacks identifier

Error # 1011 lacks '='

Error # 1012 lacks 'IF'

Error # 1013 lacks 'to'

Error # 1014 Lack of 'end'

Error # 1015 Lacks 'Function'

Error # 1016 lack of 'SUB'

Error # 1017 Lack of 'Ten'

Error # 1018 lacks 'wend'

Error # 1019 Lack of 'loop'

Error # 1020 lacks 'next'

Error # 1021 lack of 'case'

Error # 1022 Lack of 'SELECT'

Error # 1023 lack of expressions

Error # 1024 lack of statement

Error # 1025 statement is not over

Error # 1026 lacks integer constant

Error # 1027 Lacks 'While' or 'Until'

Error # 1028 Lack of 'While' and 'Until' or the statement is not over

Error # 1029 Lack of 'with'

Error # 1030 Identifier Error # 1031 Invalid Digital

Error # 1032 invalid characters

Error # 1033 Unfill string constant

Error # 1034 Note Not end

Error # 1037 Invalid use 'me' keyword

Error # 1038 'loop' statement lacks 'do'

Error # 1039 Invalid 'exit' statement

ERROR # 1040 loop control variable 'for' invalid

Error # 1041 Name Redefile

Error # 1042 must be the first statement in the line

Error # 1043 cannot assign a value for the non-Byval parameter

Error # 1044 Call the brackets when calling the subroutine

Error # 1045 lacks text constant

Error # 1046 lack of 'in'

Error # 1047 Lack of 'Class'

Error # 1048 must define internal definitions in a class

Error # 1049 Lack, SET or GET in the attribute statement

Error # 1050 Lacks 'Property'

Error # 1051 In the specification of all attributes, the number of variables must be consistent

ERROR # 1052 Do not allow multiple default attributes / methods in a class

Error # 1053 The initialization or termination program has no variable

ERROR # 1054 Attribute SET or LET must have at least one variable

Error # 1055 Errors 'Next'

Error # 1056 'Default' can only be specified in 'Property', 'Function' or 'Sub'

Error # 1057 Specifies the 'PUBLIC' when you want 'default'

Error # 1058 can only specify 'Default' in the Property GET

Error # 4096 Microsoft VBScript Compiler Error

Error # 4097 Microsoft VBScript runtime error

Error # 5016 lacks regular expression object

Error # 5017 Regular expression syntax error

Error # 5018 Error quantity word

Error # 5019 Mass expiration is missing ']'

ERROR # 5020 Regular expression is missing ')'

Error # 5021 Character Set Offshore

Tree menu: