Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problem with my dll. (beginner asp)

Status
Not open for further replies.

MEGUIA

Programmer
Sep 26, 2001
62
PR
Hi

I've created an dll based on tapi api configuration and pardon my question in advance, I created an ASP page with this vbscript code (tapi.clsconn is my dll). This part was created with the help of simpleton(programmer of tek-tips):

<%@ LANGUAGE=&quot;VBSCRIPT&quot; %>
<%
Option Explicit

set Session.Contents(&quot;outpostDB&quot;) = createObject(&quot;TAPI.CLSCONN&quot;)

Session.Contents(&quot;outpostDB.StartsSecc&quot;) Request.form&quot;p_name&quot;)

%>

<HTML>
<HEAD>
</HEAD>
<BODY>
<FORM ID= etc Action=&quot;ClosePhoneCall.asp&quot;>
<INPUT TYPE=&quot;SUBMIT&quot; Value=&quot;Drop call&quot;>
</FORM>
</BODY>
</HTML>
-------------------------------------------------

But the dial.asp page gave this error:

Error Type:
Microsoft VBScript compilation (0x800A0401)
Expected end of statement
/DIAL.asp, line 7, column 41
Session.Contents(&quot;outpostDB.StartsSecc&quot;) Request.form(&quot;p_name&quot;)

I've verify my code but I don't see the problem. Any ideas please. thank you.
 
am answering in the other thread.
thread333-381087 real point having 2 threads going :)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top