ASP 0104 (0x80070057)
Hey all,
i get the same error (Response object, ASP 0104 (0x80070057)
Operation not Allowed )The funny part is i cannot find a resonse object .
<%@ Language=VBScript %>
<HTML>
<HEAD>
<META NAME="GENERATOR" Content="Microsoft Visual Studio 6.0">
</HEAD>
<BODY>
<%
dim count
count=Request.QueryString("txtName")
%>
<form name="Form1" action="addParam.asp">
<TABLE style="WIDTH: 407px; HEIGHT: 59px" cellpadding="10">
<TR >
<TH COLSPAN="2">
Add Parameters
of Function or Procedure
</TH>
</TR>
<TR>
<TD>
Enter the number of parameters:
</TD>
<TD>
<INPUT style="WIDTH: 207px; HEIGHT: 22px" size=26 name="txtName" >
</TD>
</TR>
<TR>
<TD><INPUT style="WIDTH: 133px; HEIGHT: 24px" type=submit size=41 value="Submit" name="btSubmit">
</TD>
<TD> <INPUT style="WIDTH: 133px; HEIGHT: 24px" type=reset size=50 value=Reset id=reset1 name=reset1>
</TD></TR>
<TR></TR>
</TABLE>
</form>
<form name="Form2" action="interAddParam.asp">
<TABLE border=1>
<TR>
<TH>
Parameter Name
</TH>
<TH>
Parameter Type
</TH>
<TH>
Descripton
</TH>.
</TR>
<%while not count<=0%>
<TR>
<TD>
<INPUT style="WIDTH: 207px; HEIGHT: 22px" size=26 name="txtPName" >
</TD>
<TD> <SELECT style="WIDTH: 186px" name=selType>
<OPTION value=1 selected>Modules(.bas)</OPTION> <OPTION value=2>Class
Module(.cls)</OPTION></SELECT>
</TD>
<TD> <TEXTAREA id=TEXTAREA1 style="WIDTH: 212px; HEIGHT: 63px" name=txtDesc rows=1 cols=21>
|