[5765] in www-talk@info.cern.ch

home help back first fref pref prev next nref lref last post

Forms support in clients

daemon@ATHENA.MIT.EDU (Gavin Nicol)
Sat Sep 24 15:31:12 1994

Date: Sat, 24 Sep 1994 16:18:46 +0200
Errors-To: listmaster@www0.cern.ch
Errors-To: listmaster@www0.cern.ch
Reply-To: gtn@ebt.com
From: gtn@ebt.com (Gavin Nicol)
To: Multiple recipients of list <www-talk@www0.cern.ch>

Has anyone thought of allowing text substitution using forms? For
example:

<!DOCTYPE HTML SYSTEM "html.dtd">
<HEAD>
<TITLE>Search Form</TITLE>
</HEAD>
<BODY>
<HR>
<H1>Search Form</H1>
The following is a simple search template. Please fill in the fields.
<P>
<FORM ACTION="http://foo/$doc?$sstr" METHOD=GET>
Enter your query below.
<INPUT TYPE="text"   ID="sstr" NAME="Search string" MAXLENGTH=80><P> 
<INPUT TYPE="text"   ID="doc"  NAME="Document Name" MAXLENGTH=80><P> 
<INPUT TYPE="submit" NAME="Send Request"> 
</FORM>
</BODY>

ID is just an example. Ideally we should use NAME. Such a scheme would
add a huge amount of flexibility to forms support at little cost I
think. Looking at the code in Mosaic that handles forms, the changes
appear to be simple enough...

home help back first fref pref prev next nref lref last post