lynx-dev
[Top][All Lists]
Advanced

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

Re: [Lynx-dev] lynx and jsp form


From: Thomas Dickey
Subject: Re: [Lynx-dev] lynx and jsp form
Date: Thu, 19 Oct 2006 17:21:26 -0400
User-agent: Mutt/1.3.27i

On Wed, Oct 18, 2006 at 02:58:18PM +0000, Benito Caracuel wrote:
> 
> 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();

Lynx doesn't implement JavaScript.

-- 
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net




reply via email to

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