V&A dubbel post

Pagina: 1
Acties:

  • Ronald_stage
  • Registratie: Januari 2002
  • Laatst online: 05-03 08:24

Ronald_stage

wat kan je hier nog zeggen

Topicstarter
ik zie op http://www.tweakers.net/aanbod
dat veel V&A's dubbel komen.

'k denk aan een bug, omdat het bij meerdere users gebeurd
volgens mij zag ik bij aanbod, gewoon 2X in de lijst, en maar 1X aangemaakt
maar bij vraag was ie dubbel aangemaakt

  • Reacher
  • Registratie: Januari 2001
  • Laatst online: 21:34

Reacher

oldschool

Gewoon hikkende verbinding. geen bug, niets schokkends

but I don't like you in that way
the best things in life are illegal
born to do porn!


  • Dries Arnolds
  • Registratie: Mei 2000
  • Laatst online: 30-01 06:45

Dries Arnolds

*bling bling*

Of ongeduldige users die op stop drukken en nog een keer submitten...

  • Ronald_stage
  • Registratie: Januari 2002
  • Laatst online: 05-03 08:24

Ronald_stage

wat kan je hier nog zeggen

Topicstarter
Dries Arnolds schreef op 28 mei 2003 @ 13:41:
Of ongeduldige users die op stop drukken en nog een keer submitten...
Wellicht handig

code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
. . .<!-- repeated code removed //-->
12: <input type="button" name="btnSubmit"
13: value="Do Submit"
14: onClick="checksubmitcount();"></td></tr>
15: </table>
16: </form>
17:
18: <script language="javascript">
19: <!--
20: var submitcount = 0;
21: function checksubmitcount()
22: {
23:     submitcount++;
24:     if (1 == submitcount )
25:     {
26:         document.Order.submit();
27:     }
28:     else
29:     {
30:     if ( 2 == submitcount)
31:         alert("You have already submitted  this form");
32:     else
33:         alert("You have submitted this form"
34:         + submitcount.toString()
35:         + " times already");
36:     }
37: }
38: //-->
39: </script>

  • Reacher
  • Registratie: Januari 2001
  • Laatst online: 21:34

Reacher

oldschool

devtrack.tweakers.net

Voor alle vragen,opmerkingen enz op dev gebied

but I don't like you in that way
the best things in life are illegal
born to do porn!