Discussion Web-Same post appears twice

  • Thread starter Josh Halberthal
  • Start date
J

Josh Halberthal

I am getting quite often two identical posts in which the second post
is sent 2-5 minutes after the first one. This is, I assume, not caused
by double-clicking so what can be the reason?

Thanks,
Josh
 
S

Steve Easton

Assuming it's random and from different visitors, it could be almost
anything. I "doubt" it's FrontPage related.

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 
K

Kevin Spencer

It's probably caused by people who click the Submit button, and when it
doesn't immediately change the page, they click it again, effectively
submitting the same form twice.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 
S

Sparky Polastri

Josh Halberthal said:
I am getting quite often two identical posts in which the second post
is sent 2-5 minutes after the first one. This is, I assume, not caused
by double-clicking so what can be the reason?

Thanks,
Josh

Revisiting the page without making a proper html request.

I.e. going to another page, then using the "back button"
or using the refresh button
or clicking on index links...

They will all cause that behavior. It's the browser cache resubmitting the
form because it's "dynamic data".

(Sometimes there is a "This page has expired" or similar message, if the
user hits "retry" they'll get two posts.)

I solved the problem (somewhat) by putting a link in the confirmation page
that says "CLICK HERE FIRST" and it goes to the root of the discussion
forum. It allows uers to see their message after posting without using the
back button to get there.

Though easy to set up, the FP discussion forums are not particularly
sophisticated. There are tons of free forum things out there you could get
if you need something that works better.
 
J

Josh Halberthal

Sparky Polastri said:
Revisiting the page without making a proper html request.

I.e. going to another page, then using the "back button"
or using the refresh button
or clicking on index links...

They will all cause that behavior. It's the browser cache resubmitting the
form because it's "dynamic data".

(Sometimes there is a "This page has expired" or similar message, if the
user hits "retry" they'll get two posts.)

I solved the problem (somewhat) by putting a link in the confirmation page
that says "CLICK HERE FIRST" and it goes to the root of the discussion
forum. It allows uers to see their message after posting without using the
back button to get there.

Though easy to set up, the FP discussion forums are not particularly
sophisticated. There are tons of free forum things out there you could get
if you need something that works better.

Hi Sparky,
Can you recommend a more sophisticated discussion forum than Frontpage?

Thanks,
Josh
 
S

Stan Hilliard

Revisiting the page without making a proper html request.

I.e. going to another page, then using the "back button"
or using the refresh button
or clicking on index links...

They will all cause that behavior. It's the browser cache resubmitting the
form because it's "dynamic data".

(Sometimes there is a "This page has expired" or similar message, if the
user hits "retry" they'll get two posts.)

I solved the problem (somewhat) by putting a link in the confirmation page
that says "CLICK HERE FIRST" and it goes to the root of the discussion
forum. It allows uers to see their message after posting without using the
back button to get there.

Though easy to set up, the FP discussion forums are not particularly
sophisticated. There are tons of free forum things out there you could get
if you need something that works better.

Please pardon me for jumping in here.

Do any alternative forums have capability to import a FrontPage
discussion, retaining the threads?

Stan Hilliard
 
T

Thomas A. Rowe

No, as the FP DW is not database driven, just stored as HTML.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
Top