Connecting Tech Pros Worldwide Help | Site Map

Forcing IE to refresh?

  #1  
Old July 23rd, 2005, 12:22 PM
Donald F. McLean
Guest
 
Posts: n/a
I'm writing a script that proactively validates data input.

Under IE, throwing up an alert seems to interfere with the behavior of
radio buttons. In other words, if changing the value of the radio button
field fires the validation, the radio button either isn't set or isn't
displayed correctly after the popup is dismissed.

If I stick the error messages in a non-editable textarea field, the
textarea field doesn't get refreshed.

I tried "focus" - didn't help.

Mozilla works perfectly of course.

Donald McLean
Space Telescope Science Institute
  #2  
Old July 23rd, 2005, 12:23 PM
Jim Brandley
Guest
 
Posts: n/a

re: Forcing IE to refresh?


"Donald F. McLean" <dmclean@stsci.edu> wrote in message news:<c9nb19$201$1@tomm.stsci.edu>...[color=blue]
> I'm writing a script that proactively validates data input.
>
> Under IE, throwing up an alert seems to interfere with the behavior of
> radio buttons. In other words, if changing the value of the radio button
> field fires the validation, the radio button either isn't set or isn't
> displayed correctly after the popup is dismissed.
>
> If I stick the error messages in a non-editable textarea field, the
> textarea field doesn't get refreshed.
>
> I tried "focus" - didn't help.
>
> Mozilla works perfectly of course.
>
> Donald McLean
> Space Telescope Science Institute[/color]

I have also had trouble with refreshes. I suspect that the thread gets
busy and loses track of incomplete events. I have (so far) been able
to get around the problem by setting a timer to do what I really
wanted to do in-line. So far, 200-250 ms has been sufficient time to
let IE finish what it had going on the thread and actually perform the
function it was skipping when directly referenced in my scripts.
Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
Forcing a browser to re-render an image from its URL location andnot from the browser's cache Edward Diener answers 8 October 25th, 2007 08:35 PM
CSS not updating sling blade answers 3 November 18th, 2005 10:43 PM
forcing refresh upon resize laredotornado@zipmail.com answers 5 October 8th, 2005 05:25 AM
newbe javascript refresh prob Steve answers 5 July 20th, 2005 10:50 AM