problems with no refresh form submission

Discussion in 'JavaScript' started by thenajsays, May 28, 2009.

  1. #1
    ive been trying to get the form on my website at http://www.equusdev.com to submit without refresh, instead displaying a thank you message using what i believe to be ajax using jquery. i did a test on a naked contact page (http://www.equusdev.com/contacttest.html) and it worked just fine. when i implemented my little experiment (http://www.equusdev.com/indexnewcontact.html) to my site, the glider effect i have breaks! my current site uses prototype and i think the combo with jquery is causing some trouble... any help???
     
    thenajsays, May 28, 2009 IP
  2. Sleeping Troll

    Sleeping Troll Peon

    Messages:
    217
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    jquery and prototype are very compatible (they were created by the same folks), It would help to see your code... AJAX really is not difficult, though it may seem daunting at first. I can give you a kick start there.
     
    Sleeping Troll, May 28, 2009 IP
  3. Sleeping Troll

    Sleeping Troll Peon

    Messages:
    217
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Oh my, very first thing you need to do is get rid of the dreamweaver scripts or you will never get it right!
     
    Sleeping Troll, May 28, 2009 IP
  4. Sleeping Troll

    Sleeping Troll Peon

    Messages:
    217
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Your form has no call to the ajax script. onsubmit="callfunction"
     
    Sleeping Troll, May 28, 2009 IP
  5. thenajsays

    thenajsays Peon

    Messages:
    14
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    dreamweaver scripts? and the tutorial i found didnt say anything about adding an onsubmit call
     
    thenajsays, May 28, 2009 IP
  6. thenajsays

    thenajsays Peon

    Messages:
    14
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    ah you mean the rollover stuff?
     
    thenajsays, May 28, 2009 IP
  7. thenajsays

    thenajsays Peon

    Messages:
    14
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    i updated the site and removed the DW rollover scripts and still nothing
     
    thenajsays, May 29, 2009 IP
  8. thenajsays

    thenajsays Peon

    Messages:
    14
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    anyone have anything?
     
    thenajsays, Jun 1, 2009 IP
  9. thenajsays

    thenajsays Peon

    Messages:
    14
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #9
    Solved It!
     
    thenajsays, Jun 1, 2009 IP