|
 |
asp_web_howto thread: Umm Confused
Message #1 by "O'Hara, Elliott M" <EMOHARA@k...> on Wed, 16 Jan 2002 10:17:17 -0500
|
|
Ok, so why would none of my post's work when I refresh a page?
I'll use a page with a form for testing
<form id="idForm" action="frmAction.asp" method="post">
<input type="text" name="txtTest" />
<!-- Cut a lot of code you dont need-->
<input type="submit" value="Submit" />
</form>
on frmAction.asp i put
<%
dim x
for each x in Request.Form
Response.write x & "=" & Request.Form(x) &"<br />" &chr(13)
next
%>
works when I first open the browser...
click back from frmaction.asp
and fill in the data on my form page and click submit...
nothing!!!
Any ideas??? or am I just wierd?
Message #2 by "Alex Shiell, ITS, EC, SE" <alex.shiell@s...> on Wed, 16 Jan 2002 16:09:24 -0000
|
|
You are wierd, that should work! ;-)
Ok, serious now... when you say nothing, you mean a blank screen or what?
-----Original Message-----
From: O'Hara, Elliott M [mailto:EMOHARA@k...]
Sent: 16 January 2002 15:17
To: ASP Web HowTo
Subject: [asp_web_howto] Umm Confused
Ok, so why would none of my post's work when I refresh a page?
I'll use a page with a form for testing
<form id="idForm" action="frmAction.asp" method="post">
<input type="text" name="txtTest" />
<!-- Cut a lot of code you dont need-->
<input type="submit" value="Submit" />
</form>
on frmAction.asp i put
<%
dim x
for each x in Request.Form
Response.write x & "=" & Request.Form(x) &"<br />" &chr(13)
next
%>
works when I first open the browser...
click back from frmaction.asp
and fill in the data on my form page and click submit...
nothing!!!
Any ideas??? or am I just wierd?
$subst('Email.Unsub').
________________________________________________________________________
Scottish Enterprise Network
http://www.scottish-enterprise.com
Headquarters Address & Contact Numbers
150 Broomielaw
5 Atlantic Quay
Glasgow
G2 8LU.
Tel: +44 (0) 141 248 2700.
Fax: +44 (0)141 221 3217
This message is sent in confidence for the addressee only.
It may contain legally privileged information. The contents are not to
be disclosed to anyone other than the addressee. Unauthorised recipients
are requested to preserve this confidentiality and to advise the sender
immediately of any error in transmission.
Message #3 by "O'Hara, Elliott M" <EMOHARA@k...> on Wed, 16 Jan 2002 11:12:21 -0500
|
|
Yeah...
I wrote a test just becuse mysteriously a page quit working...
and i put nothing but the for each in loop
and thats what was happening---- nothing.
For some reason, every once in a while, posts send absolutly nothing.
Hasn't happened since I sent the mail though....
Quite wierd...
Its working fine again though...
was it a full moon or anything?
-----Original Message-----
From: Alex Shiell, ITS, EC, SE [mailto:alex.shiell@s...]
Sent: Wednesday, January 16, 2002 11:09 AM
To: ASP Web HowTo
Subject: [asp_web_howto] RE: Umm Confused
You are wierd, that should work! ;-)
Ok, serious now... when you say nothing, you mean a blank screen or what?
-----Original Message-----
From: O'Hara, Elliott M [mailto:EMOHARA@k...]
Sent: 16 January 2002 15:17
To: ASP Web HowTo
Subject: [asp_web_howto] Umm Confused
Ok, so why would none of my post's work when I refresh a page?
I'll use a page with a form for testing
<form id="idForm" action="frmAction.asp" method="post">
<input type="text" name="txtTest" />
<!-- Cut a lot of code you dont need-->
<input type="submit" value="Submit" />
</form>
on frmAction.asp i put
<%
dim x
for each x in Request.Form
Response.write x & "=" & Request.Form(x) &"<br />" &chr(13)
next
%>
works when I first open the browser...
click back from frmaction.asp
and fill in the data on my form page and click submit...
nothing!!!
Any ideas??? or am I just wierd?
$subst('Email.Unsub').
________________________________________________________________________
Scottish Enterprise Network
http://www.scottish-enterprise.com
Headquarters Address & Contact Numbers
150 Broomielaw
5 Atlantic Quay
Glasgow
G2 8LU.
Tel: +44 (0) 141 248 2700.
Fax: +44 (0)141 221 3217
This message is sent in confidence for the addressee only.
It may contain legally privileged information. The contents are not to
be disclosed to anyone other than the addressee. Unauthorised recipients
are requested to preserve this confidentiality and to advise the sender
immediately of any error in transmission.
$subst('Email.Unsub').
Message #4 by "Alex Shiell, ITS, EC, SE" <alex.shiell@s...> on Wed, 16 Jan 2002 16:20:10 -0000
|
|
possibly another of those "just restart the server" situations. Fair enough
if that fixes it, but why did it go wrong in the first place? All kinds of
such weird things happen on NT servers, stangely none of this kind of stuff
is documented...
-----Original Message-----
From: O'Hara, Elliott M [mailto:EMOHARA@k...]
Sent: 16 January 2002 16:12
To: ASP Web HowTo
Subject: [asp_web_howto] RE: Umm Confused
Yeah...
I wrote a test just becuse mysteriously a page quit working...
and i put nothing but the for each in loop
and thats what was happening---- nothing.
For some reason, every once in a while, posts send absolutly nothing.
Hasn't happened since I sent the mail though....
Quite wierd...
Its working fine again though...
was it a full moon or anything?
-----Original Message-----
From: Alex Shiell, ITS, EC, SE [mailto:alex.shiell@s...]
Sent: Wednesday, January 16, 2002 11:09 AM
To: ASP Web HowTo
Subject: [asp_web_howto] RE: Umm Confused
You are wierd, that should work! ;-)
Ok, serious now... when you say nothing, you mean a blank screen or what?
-----Original Message-----
From: O'Hara, Elliott M [mailto:EMOHARA@k...]
Sent: 16 January 2002 15:17
To: ASP Web HowTo
Subject: [asp_web_howto] Umm Confused
Ok, so why would none of my post's work when I refresh a page?
I'll use a page with a form for testing
<form id="idForm" action="frmAction.asp" method="post">
<input type="text" name="txtTest" />
<!-- Cut a lot of code you dont need-->
<input type="submit" value="Submit" />
</form>
on frmAction.asp i put
<%
dim x
for each x in Request.Form
Response.write x & "=" & Request.Form(x) &"<br />" &chr(13)
next
%>
works when I first open the browser...
click back from frmaction.asp
and fill in the data on my form page and click submit...
nothing!!!
Any ideas??? or am I just wierd?
$subst('Email.Unsub').
________________________________________________________________________
Scottish Enterprise Network
http://www.scottish-enterprise.com
Headquarters Address & Contact Numbers
150 Broomielaw
5 Atlantic Quay
Glasgow
G2 8LU.
Tel: +44 (0) 141 248 2700.
Fax: +44 (0)141 221 3217
This message is sent in confidence for the addressee only.
It may contain legally privileged information. The contents are not to
be disclosed to anyone other than the addressee. Unauthorised recipients
are requested to preserve this confidentiality and to advise the sender
immediately of any error in transmission.
$subst('Email.Unsub').
$subst('Email.Unsub').
________________________________________________________________________
Scottish Enterprise Network
http://www.scottish-enterprise.com
Headquarters Address & Contact Numbers
150 Broomielaw
5 Atlantic Quay
Glasgow
G2 8LU.
Tel: +44 (0) 141 248 2700.
Fax: +44 (0)141 221 3217
This message is sent in confidence for the addressee only.
It may contain legally privileged information. The contents are not to
be disclosed to anyone other than the addressee. Unauthorised recipients
are requested to preserve this confidentiality and to advise the sender
immediately of any error in transmission.
|
|
 |