Announcement

Collapse
No announcement yet.

Website problems

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Website problems

    Hello,

    I seem to be having issues with a website I made. It worked perfectly, but now 2 problems have started to occur. The weirdest one is the first:
    1. There is an input form, with
    Code:
    onSubmit="CheckForm()"  method="post" action="sendmail.php"
    Previously, when one clicked the submit button, the form was checked (according to checkform), and it was submitted. Now however, when you click, the form is checked. You have to click again to submit it.
    It used to work perfectly, and still does on Firefox.

    Could be it due to a security update in IE ?

    To avoid problems, should I perhaps put the call to sendmail.php in the Checkform function?
    (if so, how?)

    2. There is an errormessage in a .js script that wasn't there before.
    (but I'll check this one further)


    Thanks!


    Jörg
    pixar
    Dream as if you'll live forever. Live as if you'll die tomorrow. (James Dean)

  • #2
    http://www.eweek.com/article2/0,1895,1895907,00.asp

    I.E. was updated to avoid licensing fees. Some of the lenders' websites that we use at my work have this issues.

    Did you recently update the browser when you hadn't for a couple of months?

    Comment


    • #3
      Originally posted by High_Jumbllama
      Did you recently update the browser when you hadn't for a couple of months?
      I noticed it in June but didn't have time to look into it.
      Don't really know when it started to occur, but my IE is updated.
      Originally posted by High_Jumbllama
      I.E. was updated to avoid licensing fees.
      Is there a way to do what I want?

      Jörg
      pixar
      Dream as if you'll live forever. Live as if you'll die tomorrow. (James Dean)

      Comment


      • #4
        Why even bother with the js, validate with php.

        Comment


        • #5
          Well, the input form checks as soon as you leave an input field (using onblur), and displays a message using dhtml. This is done to avoid pop-ups, or having to click additionally (there is some validation in php).

          As I can call the same functions when pressing the submit button, I like to use it.


          Jörg
          pixar
          Dream as if you'll live forever. Live as if you'll die tomorrow. (James Dean)

          Comment

          Working...
          X