Ask a Question related to ASP Database, Design and Development.
-
Mark Greenway #1
Really strange problems
This code:
dim before,after
before = Request.form("blah")
If request.form("submit") = "" OR Request.form("blah") <>
RS("txt_threeDigitCode") then
after = Request.form("blah")
Response.write("Request.form(blah) = " & Request.form("blah") &
"<BR>")
Response.write("Before = " & Before & "<BR>")
Response.write("After = " & After & "<BR>")
Response.write("Before = After : " & Before = After & "<BR>")
Response.write("before = RS " & before = RS("txt_threeDigitCode")
& "<BR>")%>
<form action="/Steps/3.asp?id=<%=Request.querystring("id")%>"
method="post">
Three Digit Check Code :
<input type="text" name="blah" size="3" maxlength="3">
<input type="submit" name="submit" value="Verify">
</form>
Creates this output
Request.form(blah) = 470
Before = 470
After = 470
FalseFalse
Three Digit Check Code :<Text field> <Submit Button>
Mark Greenway Guest
-
Strange Problems
Check out http://tvunderground.org.ru/newtvu/index.html Notice how the logo and the bar is out of place in FF, but looks more or less fine in IE and... -
strange problems wih ez publish
We installed ez publish 3.1 on Linux Mandrake 9.1 We used graphic setup, following all instructions. Now we login as admin in... -
Strange Listbox Problems
On a form is a listbox (expanded to a large box to show all entries) used as a seletion menu, the OnClick event is set so that when an option is... -
Strange socket problems on NetBSD.
As an exercise, I'm writing an ident server on my NetBSD box. I've searched everywhere and can't find anything about these problems. The four... -
Strange problems on L700
Hello it looks like i found the problem. I have taken another llok at all the messages in /var/adm/messages and have seen, that always when an... -
Mark Greenway #2
Re: Really strange problems
The fact that it doesn't even spit out the text
'Before = After :' and the fact that
Before doesnt equal after when it ultimately should because the value
that is put into both should not have been modified between the two
lines
Thanks
Mark
LIG
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
Mark Greenway Guest



Reply With Quote

