CODE在这里

来源: 2004-05-07 13:00:46 [旧帖] [给我悄悄话] 本文已被阅读:

login.asp 如下:


Option Explicit
Response.Expires = -1
Response.Buffer = True



body .....>
center>
table width=640 border=0 cellpadding=0 cellspacing=0>

.....
/table

!--main area--

Dim ObjInputCapitalServer
Set ObjInputCapitalServer = Server.CreateObject("Product.ics")

Response.Write (ObjInputCapitalServer.login)

这一段不工作,BROWSER里不显示。上面和下面用HTML写的显示正常。

Set ObjInputCapitalServer = Nothing


!--main area--

table cellpadding=0 cellspacing=0 border=0
....
/table
......
/Html