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 _______________________________________________ Lynx-dev mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lynx-dev
