T
theath
Hi -
I've got a tabstrip w/ a multipage going, where each page has a form in
it. We do server-side validation on each tab change. The problem is
that when you click another tab, you see the new tab for a second and
then you're shot back to the first tab because some validation failed.
This isn't a problem in firefox because IIS doesn't feed it the same
html. It seems to be that in IE, all of the multipages are loaded and
it's just a simple javascript function to change the content.
What I want to do is either turn off the all-multipage-load for IE, or
figure out how to intercept an event more quickly, or some other
(probably better) solution to keep the tabs from jumping back and
forth.
Can someone help me out?
Thanks!
terry
I've got a tabstrip w/ a multipage going, where each page has a form in
it. We do server-side validation on each tab change. The problem is
that when you click another tab, you see the new tab for a second and
then you're shot back to the first tab because some validation failed.
This isn't a problem in firefox because IIS doesn't feed it the same
html. It seems to be that in IE, all of the multipages are loaded and
it's just a simple javascript function to change the content.
What I want to do is either turn off the all-multipage-load for IE, or
figure out how to intercept an event more quickly, or some other
(probably better) solution to keep the tabs from jumping back and
forth.
Can someone help me out?
Thanks!
terry