User Profile
Collapse
-
Hello again, something else just came to mind...Why is it not appropriate to use an alert in a onBlur event handler? -
The onblurr with with this.focus and return true did the trick. thanks!Leave a comment:
-
Thanks harshmaul, i'll try that today and post if I run into issuesLeave a comment:
-
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.Leave a comment:
-
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.... -
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 :(Leave a comment:
-
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...
No activity results to display
Show More
Leave a comment: