hi all,
i've made a web app, that loads xml in data island and
then with xslt make a paging table (with the help of
javascript using DOM). As it's my very first app, i
inspired myself from an already made example, that i
adapted a bit. this example app works very well.
but my app, sometimes, make weird error. i tryed to
know when this error comes, but it can be any time,
it's not depending on the user's acts.
here is the error (seems to be a memory error) :
"the instruction at '0x70... referenced memory at
'0x01....' The memory could not be 'read'."
and IE closes.
i guess that the app tries to read a variable and it
fails, or someting like that.
before to give my code, that is quite long, i'd like
first to know what kind of reasons could make such
error, if you already met this kind of error, this
could in a first time help me to know where to look in
my code. i really don't know what it could be.
Best regards,
Elise, XML learning girl X-)