CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: janetb

Search: Search took 0.02 seconds.

  1. Replies
    5
    Views
    8,081

    JavaScript Re: Script working in IE not FF

    I changed it to onBlur cause the alerts drove me nuts. In both cases, I got "1-21-1978". The difference being that the IE then calculates the age and the FF does not.
  2. Replies
    5
    Views
    8,081

    JavaScript Re: Script working in IE not FF

    Yes, nothing. It changes the "/" to "-", but doesn't compute the age. Works fine in IE. BTW - I'm using FF11 if it matters.
  3. Replies
    5
    Views
    8,081

    JavaScript Script working in IE not FF

    Not a JS guru, so can someone tell me why the following works on a .net aspx page in Javascript for IE, but no FF?


    getAge = function(form) {
    ...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured