lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Lynx-dev] web page not shown, no error message


From: Ian Collier
Subject: Re: [Lynx-dev] web page not shown, no error message
Date: Wed, 2 May 2007 10:19:00 +0100
User-agent: Mutt/1.4.1i

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]