L
ll
hi,
GetVal() will return 3.
The below code will work on Win2003(IIS6)? Please advice.
MyASP.ASP
<%
Dim objT
Set objT = Server.CreateObject("MyObject.MyMethod")
Response.Write objT.GetVal()
Response.End
%>
GetVal() will return 3.
The below code will work on Win2003(IIS6)? Please advice.
MyASP.ASP
<%
Dim objT
Set objT = Server.CreateObject("MyObject.MyMethod")
Response.Write objT.GetVal()
Response.End
%>