User Profile

Collapse

Profile Sidebar

Collapse
Saith
Saith
Last Activity: Mar 27 '08, 11:26 PM
Joined: Feb 8 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Saith
    replied to Validation in IE 7 - Issue
    Hello again, something else just came to mind...Why is it not appropriate to use an alert in a onBlur event handler?
    See more | Go to post

    Leave a comment:


  • Saith
    replied to Validation in IE 7 - Issue
    The onblurr with with this.focus and return true did the trick. thanks!
    See more | Go to post

    Leave a comment:


  • Saith
    replied to Another IE7 - Onchange Events
    Thanks harshmaul, i'll try that today and post if I run into issues
    See more | Go to post

    Leave a comment:


  • Saith
    replied to Another IE7 - Onchange Events
    Thanks, my post is still there...so far I got one response. Apparently no one wants to touch that one lol

    onblur didnt work for me. if a onChange even fires when you tab out of a field, I wish there was a way to reset the field so if you tried to tab out again the onChange would fire again. its like the browser remembers it was fired so decides that well since i did it once I dont need to do it again for the same input.
    See more | Go to post

    Leave a comment:


  • Saith
    started a topic Another IE7 - Onchange Events

    Another IE7 - Onchange Events

    Hi, I posted this question in the area for JavaScript related questions but I felt maybe someone who focued more on HTML in general would be able to help....
    See more | Go to post

  • Saith
    replied to Validation in IE 7 - Issue
    Thanks for the response, but this does not work for me. I've using a bunch of stuff to get focus back to the input box that generated the error but even when focus is returned the user can Tab out without gettign the error message again :(
    See more | Go to post

    Leave a comment:


  • Saith
    started a topic Validation in IE 7 - Issue

    Validation in IE 7 - Issue

    I need to define a text box that accepts a string input. If the user enters a value thats invalid I want to display a warning but prevent him from taking focus away from that box unless he corrects the data input.

    For example:
    <input name="Textbox1" value="Hello World One" onchange="if (this.value == 'bug'){alert('E rror: - 1'); return false;}"></input>

    In this test if...
    See more | Go to post
No activity results to display
Show More
Working...