Repeated articles in Discussion Group

  • Thread starter Norman D. Ashton
  • Start date
N

Norman D. Ashton

Hello,

I'm experiencing double entries for many of the articles
submitted to my discussion group. I sense that it may be
related to the advice to use the refresh command to see the
article that is part of the confirmation message..

Has anyone else encountered this and, hopefully, solved it?

Norm

Norm Ashton
(logging in from Toronto and going through life
like a porcupine in a room full of balloons!)
 
J

Jens Peter Karlsen[FP MVP]

It comes from impatient users that hit the submit button twice.
You can add some text to the posting page advicing them to only click
once.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
 
T

Trevor L.

Re: Repeated articles in Discussion GroupI also read on this NG a suggestion to use JS code to disable the button once it has been clicked

Someting like
onclick="requiredAction();Disable(buttonname);"
where Disable() set a specified button to disabled

From an amateur (me) to a pro (Jens) - would this work ?
--
Cheers,
Trevor L.
Website: http://tandcl.homemail.com.au
It comes from impatient users that hit the submit button twice.
You can add some text to the posting page advicing them to only click once.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
-----Original Message-----
From: Norman D. Ashton [mailto:[email protected]]
Posted At: 5. april 2005 22:28
Posted To: microsoft.public.frontpage.client
Conversation: Repeated articles in Discussion Group
Subject: Repeated articles in Discussion Group


Hello,

I'm experiencing double entries for many of the articles
submitted to my discussion group. I sense that it may be
related to the advice to use the refresh command to see the
article that is part of the confirmation message..

Has anyone else encountered this and, hopefully, solved it?

Norm

Norm Ashton
(logging in from Toronto and going through life like a
porcupine in a room full of balloons!)



I choose Polesoft Lockspam to fight spam, and you?
http://www.polesoft.com/refer.html
 
J

Jens Peter Karlsen [FP MVP]

Yes, that will work or use a scripted style to hide the button altogether.
Something like this:
<input type="submit" onclick="this.style='visibility: hidden'">

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
I also read on this NG a suggestion to use JS code to disable the button
once it has been clicked

Someting like
onclick="requiredAction();Disable(buttonname);"
where Disable() set a specified button to disabled

From an amateur (me) to a pro (Jens) - would this work ?
--
Cheers,
Trevor L.
Website: http://tandcl.homemail.com.au

"Jens Peter Karlsen[FP MVP]" <[email protected]
<
It comes from impatient users that hit the submit button twice.
You can add some text to the posting page advicing them to only
click once.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
-----Original Message-----
From: Norman D. Ashton [mailto:[email protected]]
Posted At: 5. april 2005 22:28
Posted To: microsoft.public.frontpage.client
Conversation: Repeated articles in Discussion Group
Subject: Repeated articles in Discussion Group


Hello,

I'm experiencing double entries for many of the articles
submitted to my discussion group. I sense that it may be
related to the advice to use the refresh command to see the
article that is part of the confirmation message..

Has anyone else encountered this and, hopefully, solved it?

Norm

Norm Ashton
(logging in from Toronto and going through life like a
porcupine in a room full of balloons!)



I choose Polesoft Lockspam to fight spam, and you?
http://www.polesoft.com/refer.html
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top