A-NO-NE Music wrote: >By the way, I see nothing in the code that suggests security warning you >mentioned.
OW presented a security warning as well. However, there's also a comment on <http://www.ctmdev.com/sales.shtml> that "although the certificate might indicate a verification problem, the connection is indeed secure". The problem with the HTML code is e.g. on the Release notes page <http:// www.ctmdev.com/release_notes.htm>, where it reads <X-CLARIS-WINDOW TOP=43 BOTTOM=743 LEFT=8 RIGHT=538> <X-CLARIS-TAGVIEW MODE=minimal> <?xml version="1.0" encoding="UTF-8"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/ DTD/xhtml1-transitional.dtd"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> I think the xml-declaration is not allowed in this place, nor is the DOCTYPE declaration (we're already within the <html> element at this place!). Safari (and OW) rendering it ok is just pure luck since the parser is extremely forgiving, but the HTML code of the site _is_ broken, IMO. Regards, Christian.

