I got the same error. Maybe I'm going about it the wrong way. Here is what I want to do:
I have an object on an html page (most likely a <div> or <table>) that I want to be visible for 8 seconds after which it disappears. The way I have it set up now is that after 8 seconds Page A loads Page B which is an exact copy but without the object. Now I need to have a way to call that image back on a key press. So on Page B I have a form object "listening" for a key press. The only problem is that the form object is visible.
Am I going about this the wrong way? Is there a way to do this (in NS only because it is the closest thing to the browser that I am developing for,) using only one page?
Ah, but here is the issue. I'm developing for interactive television. The browser that I'm developing for cannot use any CSS. I'm going to have to do this, I think, by toggling the <div> or <layer> on or off, something I haven't had the pleasure of coding yet.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.