Deleting threads

Discussion in 'Support & Feedback' started by SERPalert, Oct 20, 2005.

  1. #1
    1st few times I tried it said "no thread specified please contact admin if you think this is in error" But I was pressing enter not clicking the "delete" submit button...(ie6)

    When I tried it by pressing the actual delete submit button I got

    Hope this helps.
     
    SERPalert, Oct 20, 2005 IP
  2. digitalpoint

    digitalpoint Overlord of no one Staff

    Messages:
    38,334
    Likes Received:
    2,613
    Best Answers:
    462
    Trophy Points:
    710
    Digital Goods:
    29
    #2
    Hmmmm... I'm not able to replicate it with IE6. Is it something you can replicate?
     
    digitalpoint, Oct 20, 2005 IP
  3. SERPalert

    SERPalert Guest

    Messages:
    1,003
    Likes Received:
    66
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Cannot replicate the php error.

    However do this exactly:

    Create a reply to this thread.

    Edit > delete > leave comment > press enter

    I get

    Actually pressing the delete submit button worked this time.
     
    SERPalert, Oct 20, 2005 IP
  4. digitalpoint

    digitalpoint Overlord of no one Staff

    Messages:
    38,334
    Likes Received:
    2,613
    Best Answers:
    462
    Trophy Points:
    710
    Digital Goods:
    29
    #4
    digitalpoint, Oct 20, 2005 IP
  5. SERPalert

    SERPalert Guest

    Messages:
    1,003
    Likes Received:
    66
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Actually that makes a whole lot of sense.

    Using php I was checking if a form had been submitted.

    <input type="submit" name="submitbutton" value="go">

    then using php doing

    if ($submitbutton="go"){

    //the form has been submitted

    }

    however it didn't work if the user pressed enter. Frustrating.

    I'd imagine most people are like me, and lazy using enter...
     
    SERPalert, Oct 20, 2005 IP