Ticket #693 ( Closed )

Short Description ASP did not execute the transation
Entered By: beverly.barrington@famu.edu When: 2001-03-08 16:38:25 Build: 2.0.6F
Categories Type: Problem   Department: Product   Category: Not Categorized
Description
This is my ASP code:

<%
UserID=request.form("userid")
Password=request.form("password")

set ss=Server.CreateObject("SSurfer.AspRequest")
SS.AddInput "userid",UserID
SS.AddInput "password",Password
SS.Execute("nwrdclogon")
%>

The following is my template file:


<TESECTION nwrdclogon
WHEN TranPath_1 is "nwrdcconnect">

<TEACTION connect "LU_GROUP_1:TN3270:199.44.72.2">

<TEIF Screen(1,2,8)="NWSPLINIP" AND Screen(1,26,30)
="Northwest Regional Data Center">

<TEACTION PUTFIELD 22 14 "web.userid">
<TEACTION PUTFIELD 22 40 "web.password">

</TEIF>

<TEPUTSECTION global.header>
<TEMACRO TERMBODY 'BGCOLOR="#ccffff"'>
<TABLE Border=1>
 <TR>
  <TD>
   <TEFORM>
   <pre><TEAREA 1 1 24 80></pre>
  </td>
 </TR>
 <TR>
  <TD VALIGN="TOP">
   <TES