lynx-dev
[Top][All Lists]
Advanced

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

[Lynx-dev] lynx and jsp form


From: Benito Caracuel
Subject: [Lynx-dev] lynx and jsp form
Date: Wed, 18 Oct 2006 14:58:18 +0000

Hello,

I would like to execute this "test.jsp" form, where the variable "sdp" is from 
"data.jsp"

<%@ page language='java' contentType="text/html" %>
<%@ include file="data.jsp"%>
<html>
<body>
<FORM name="myform" ACTION="http://80.37.100.100:10500/amaASII/inviteServlet"; 
METHOD="POST">
<input type="text" name="sdp" value="<%=sdp%>">
<SCRIPT language="JavaScript">
javascript: document.myform.submit();
</SCRIPT>
</form>
</body>
</html>

When I run this jsp, I obtain:

#lynx -dump "http://localhost:8080/jsp-examples/test.jsp";

   ____________________

But I must obtain:

sdp modify

How can I change lynx.cfg to run this correctly in console mode.

Thank you very much.

Ben,

_________________________________________________________________
Llama a tus amigos de PC a PC: ¡Es GRATIS!
http://get.live.com/messenger/overview



reply via email to

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