PostBack Display Problems

  • Thread starter Thread starter jm
  • Start date Start date
J

jm

Sometimes when creating a new page on pastback, IE 6 does not display
the page. View Source reveals code is being sent, the right code, but
for whatever reason, IE 6 does not display it. It is random and
unreproducable.

Any ideas? Thanks.
 
Is this always on the same machine? Or reproducable on different machines?

If it's only just 1 machine, I would reinstall IE.
 
IE trys to optimize rendering by detecting what has changed in the dom, and
only displaying the differences. however there are bugs, and now that IE is
"mature" product, I would not expect any fixes. you will have to change
(tweek) your page to avoid this behavior.

-- bruce (sqlwork.com)
 
I started looking at is closer; the code is there, but the data is
missing. Sorry. I am thinking that mysql may not actually have the
data saved the instant I insert it.

The form get user input. I insert the data. On the same form, I then
SELECT that same data. The data is in the database. It is a MySQL
database, if it matters.

I do use a field on the form to select the data, maybe it isn't
populated fast enough to read it to select the data. I know. Makes
no sense cause it isn't your project. Just rambling.

Thank you.
 
Back
Top