Bug report Error when using Marquee

T

Tommy

To whom it may concern

When opening Microsoft word and then going the a webpage
that i build i get this error

Application popup: WINWORD.EXE - Application Error : The
instruction at "0x77fcc823" referenced memory
at "0x000001dc". The memory could not be "read".

Click on OK to terminate the program


A little history: I added a <marquee> </marquee> in the
document to give a nice slide on the page (using notepad)
and got the error

So doing some basic troubleshooting :

Copied the file to a localdisk , since i opened it on a
shared drive (same problem)
Removed the marquee code and the problem was solved.
The page does work in internet explorer when using the
marquee code so i think its a bug in Word (Word
2000/9.03821 SR-1)

Original snippet of code :

<marquee><p class=MsoNormal><span lang=EN-IE
style='color:black;mso-ansi-language:EN-IE'>Working
proxy server : <b>192.1.50.26</b> port 80 *New Added
configtools for
5410/5430/8054<o:p></o:p></span></p></marquee><hr>


Is this a bug or did i do something wrong with the
scripting

Best Regards


Tommy Geerts
 
G

Guest

Little update > Just save this snippet in notepad as
a .html file and try to open it in word2000

<html>

<marquee><p class=MsoNormal><span lang=EN-IE
style='color:black;mso-ansi-language:EN-
IE'></span></p></marquee><hr>

</html>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top