Frameset errors in doc/index.html

2014-08-07 Thread Jon Kleiser
Hi Alex,

I use the frame-based solution for doc lookup (index.html by me), here 
http://www.software-lab.de/doc/, quite a lot, but for some time now I have 
noticed that some modern browsers (eg. Chrome, Safari) are complaining about 
(my) JavaScript code. I have not yet been able to find out what may be wrong in 
this code, but when I checked the URL with http://validator.w3.org, I got 
quite a few red errors. I then found that almost all of these validator errors 
could be made to go away if I replaced the first two lines in index.html with 
these:

!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Frameset//EN
http://www.w3.org/TR/html4/frameset.dtd”

Whether this DOCTYPE also will make the JavaScript errors go away, is a bit too 
early to say.

/Jon--
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe


Re: Frameset errors in doc/index.html

2014-08-07 Thread Alexander Burger
Hi Jon,

 I use the frame-based solution for doc lookup (index.html by me)

Me too :)


 !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Frameset//EN
   http://www.w3.org/TR/html4/frameset.dtd”

Thanks! I've incorporated it into the release.
♪♫ Alex
-- 
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe


Re: Frameset errors in doc/index.html

2014-08-07 Thread Henrik Sarvell
I see no JS errors in the console of FF 22 and Chrome 33.

On Thu, Aug 7, 2014 at 6:28 PM, Alexander Burger a...@software-lab.de wrote:
 Hi Jon,

 I use the frame-based solution for doc lookup (index.html by me)

 Me too :)


 !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Frameset//EN
   http://www.w3.org/TR/html4/frameset.dtd”

 Thanks! I've incorporated it into the release.
 ♪♫ Alex
 --
 UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe
--
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe