Ask a Question related to Dreamweaver AppDev, Design and Development.
-
Eric8000 #1
Expected 'End'
I'm at a loss here. Any help would be appreciated. Here is the error I am
getting: Microsoft VBScript compilation error '800a03f6' Expected 'End'
/peer/login.asp, line 131 ******Here is the Code for line 131**********
<span class='style11'><% If Request.QueryString('Action')= 'Failed' Then %>The
details you entered were not found, please try again. </span></p>
<p class='style11'><% ElseIf Request.QueryString('Action')= 'NoAccess'
Then%>Your login has either timed out, or you do not have access to the page
you tried to vew. Please login.</p></td><End if%> Thanks Eric
Eric8000 Guest
-
Too few parameters. Expected 1.
I've searched all over the place, and can't find a solution to this error message to my query. I've come across it before, and I know that a common... -
Too few parameters. Expected 2.
My form page: <cfform action="InstreamUpdate2.cfm" method="post"> <CFQUERY NAME="EditQueryInstreamWork" DATASOURCE="Instreamworks"> select *... -
not getting what i expected
Hi I am working on a site with php & mysql. all that code is fine. However i now am adding in a banner/click thru code. Now here's my dilemma,... -
Expected END IF
I Get this error with my code Script error: Expected END IF end mouseUp? Does anyone know what I'm doing wrong? -
Using 'print <<<END'
Hi, When printing like this: print <<<END Hello world END; Is it at all possible to use a function in the output ? For example: -
Manuel Socarras #2
Re: Expected 'End'
what about the % sign?
<End if%>
Eric8000 wrote:
> I'm at a loss here. Any help would be appreciated. Here is the error I am
> getting: Microsoft VBScript compilation error '800a03f6' Expected 'End'
> /peer/login.asp, line 131 ******Here is the Code for line 131**********
> <span class='style11'><% If Request.QueryString('Action')= 'Failed' Then %>The
> details you entered were not found, please try again. </span></p>
> <p class='style11'><% ElseIf Request.QueryString('Action')= 'NoAccess'
> Then%>Your login has either timed out, or you do not have access to the page
> you tried to vew. Please login.</p></td><End if%> Thanks Eric
>Manuel Socarras Guest
-
Eric8000 #3
Re: Expected 'End'
Thanks for the reply. I did fix that, but still the same error. Here is the
code again now. <% If Request.QueryString('Action')= 'Failed' Then %>The
details you entered were not found, please try again. </span></p>
<p class='style11'><% ElseIf Request.QueryString('Action')= 'NoAccess'
Then%>Your login has either timed out, or you do not have access to the page
you tried to vew. Please login.</p></td <%End If%>
Eric8000 Guest
-
CMBergin #4
Re: Expected 'End'
It's not necessarily that line that's the issue. It just means that
somewhere up above, there's an IF without and END. The mismatched nesting
is usually not noticed until the end of the file, but it can occur just
about anywhere on the page.
"Eric8000" <webforumsuser@macromedia.com> wrote in message
news:d020ev$ehk$1@forums.macromedia.com...the> Thanks for the reply. I did fix that, but still the same error. Here is'NoAccess'> code again now. <% If Request.QueryString('Action')= 'Failed' Then %>The
> details you entered were not found, please try again. </span></p>
> <p class='style11'><% ElseIf Request.QueryString('Action')=page> Then%>Your login has either timed out, or you do not have access to the> you tried to vew. Please login.</p></td <%End If%>
>
CMBergin Guest
-



Reply With Quote

