Re: OT: Javascript / Div's in NS 7 and Mozilla

2003-07-10 Thread Marlon Moyer
The problem lies in this section: if (document.layers) { document.layers["myDiv"].document.open(); document.layers["myDiv"].document.write(rs); document.layers["myDiv"].document.close(); } else {

Re: OT: Javascript / Div's in NS 7 and Mozilla

2003-07-10 Thread Thomas Chiverton
On Thursday 10 Jul 2003 16:50 pm, Jillian Carroll wrote: > workin Mozilla / NS 7... nothing appears on the screen. How can I modify > this script/div so that it will display in all browsers? Use the JavaScript debugger / console to asertain the problem. The fix should be obvious then. -- Thoma

OT: Javascript / Div's in NS 7 and Mozilla

2003-07-10 Thread Jillian Carroll
I've got an unusual problem. I have a Javascript that rotates through a series of books (images/text w/links). It's very simple. It works in IE and NS 4.x... But it doesn't workin Mozilla / NS 7... nothing appears on the screen. How can I modify this script/div so that it will display in all