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