Welcome to the Skim Online Message Boards.
Results 1 to 10 of 10

Thread: double posting

  1. #1
    Not the Father
    Join Date
    May 2006
    Location
    orlando
    Posts
    15,694
    Rep Power
    69

    Default double posting

    I have noticed for some reason i have been double posting more and i see other people with double posts. Any reason why this is happening?
    hows my posting?
    Let me know 954 - 805-6715

  2. #2
    Skim Junkie
    Join Date
    Jul 2006
    Location
    South Shore MA/ Melbourne, FL
    Posts
    9,308
    Rep Power
    42

    Default

    i think it has to do with the boards being slow, so if you click more than once it posts 2. it happens to me sometimes but i usually delete it.
    Your authority is not recognized in Fort Kickass

  3. #3
    Administrator
    Join Date
    May 2006
    Location
    A, A
    Posts
    7,235
    Rep Power
    720

    Default

    i think so too

  4. #4
    Senior Member
    Join Date
    May 2006
    Location
    Nassau, Bahamas
    Posts
    2,898
    Rep Power
    22

    Default

    Yea, dont get so crazy with the clicking kids. Click once and wait 7 secs or something. If it registered then it would bring up the notice about waiting 30 secs between posts.
    [B]Skim Ambassador to The Bahamas[/B]

  5. #5
    ᶘ ᵒᴥᵒᶅ
    Join Date
    May 2006
    Location
    Virginia Beach, VA
    Posts
    35,501
    Rep Power
    96

    Default

    I haven't noticed anything unusual

  6. #6
    ᶘ ᵒᴥᵒᶅ
    Join Date
    May 2006
    Location
    Virginia Beach, VA
    Posts
    35,501
    Rep Power
    96

    Default

    I haven't noticed anything unusual

  7. #7
    Senior Member
    Join Date
    Jun 2006
    Location
    Laudydaudy :)
    Posts
    2,652
    Rep Power
    20

    Default

    funny
    most A typical

  8. #8
    SOMB Veteran
    Join Date
    Jun 2006
    Location
    Vilano Beach, FL
    Posts
    9,953
    Rep Power
    43

    Default

    Big J might want to check into putting a (client) script trigger on the submit button and disables it instantly, then submits the form - so while the page makes a round trip, you can't click again.

    Seen this in several e-comm sites (I've started doing it on most of our code as well). Really reduces double posting/submits.

    I bet there's a vB "hack", I see there's like dozens of add-in scripts available!

    ~DT

  9. #9
    ᶘ ᵒᴥᵒᶅ
    Join Date
    May 2006
    Location
    Virginia Beach, VA
    Posts
    35,501
    Rep Power
    96

    Default

    it's very simple

    onSubmit ()
    {
    //some shit

    btnSubmit.disabled = true;

    //some other shit
    }

    git 'er dun, jonny

  10. #10
    Standard Member
    Join Date
    Jul 2007
    Location
    Virginia Beach
    Posts
    277
    Rep Power
    0

    Default

    hmmmmm

 

 

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Logout