On Wed, May 02, 2007 at 09:34:39AM +0300, Leos Tovarek, Ph.D. wrote: > Hi Everybody, > > Sorry for bothering you with my problem... > > I am using the great lynx under Fedora 6 but it can not show a web-site > with an object of (MS IE can):
> <object classid="..." width=1024 height=768 align=baseline > codebase="http://..."> > <PARAM NAME="code" VALUE="...class"> > <PARAM NAME="codebase" VALUE="classes"> > <PARAM NAME="archive" VALUE="common.jar"> > <PARAM NAME="model" VALUE="..."> > <COMMENT> > <EMBED > type="applications/x-java-aplet;version=1.2" ... > pluginspage="http://java.sun..." > ><NOEMBED>No JDL 1.2 support for APPLET</NOEMBED> > </EMBED> > </OBJECT> Lynx is ignoring everything after your <comment> tag; you need to add a closing </comment> tag or preferably not use it at all unless for some reason it's essential to make the page work on broken browsers (i.e., IE). imc _______________________________________________ Lynx-dev mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lynx-dev
