brudnick
16 years agoOccasional Contributor
Closing IE scripts...
I'm curious...
I'm testing ASP.NET applications by recording scripts (js).
I always finish by closing IE by clicking the red X.
Sometimes the closing script looks like this:
iexplore.IEFrame(0).Close();
Sometimes like this:
Sys.Process("iexplore", 1).IEFrame(0).Close();
Why is that?
Is there a difference?
I'm testing ASP.NET applications by recording scripts (js).
I always finish by closing IE by clicking the red X.
Sometimes the closing script looks like this:
iexplore.IEFrame(0).Close();
Sometimes like this:
Sys.Process("iexplore", 1).IEFrame(0).Close();
Why is that?
Is there a difference?