Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 Other Development Tools
 no output

Author  Topic 

vbuser26
Starting Member

21 Posts

Posted - 2007-06-20 : 02:45:35
Hi can sobmbody explain to me why is my page return blank the msgbox should popup?

Below is my script tnx

<TITLE>Mail Testing</TITLE>
<HTML>
<BODY topMargin=0 leftMargin=50 rightMargin=50>
<SCRIPT LANGUAGE="vbscript" runat="server">


Dim sobj
Dim strSend
Set sobj = Server.CreateObject("TestDll.clsDll")

strSend = sobj.AddMe(2,5)
msgbox strSend

</SCRIPT>

</BODY>
</HTML>
   

- Advertisement -