Announcement

Collapse
No announcement yet.

php/javascript question

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

  • #16
    Originally posted by jms
    Are you sure that this function always will return true or false?
    well, the return s at the bottom is dead code...
    (told you I had to clean it up)

    Also you should change Event.ReturnValue to only a standard return val. In any case you've prolly typed it wrong, it should be Event.returnValue (lowercase r).
    Will give it a go...

    I'm currently have it with the submit redirecting to either a success page or a failure page (on which the user presses back). Dunno, but I kinda like this interface (no popups, so it isn't too obtrusive; yet it clearly shows the user something is wrong).


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

    Comment

    Working...