Subject: RE: getting value of input to *.php
From: "Aniceto" <aniceto@xxxxxxxxxxxxx>
Date: Tue, 18 Jun 2002 13:10:16 +0200
|
Hi, don't know if that helps:
use "name" and "value" attributes
<input type="text" name="whatever" insert="{@insert}"/>
<input type="text" name="page" value="{@insert}"/>
<input type="text" name="whatever" value="15"/>
the result is like http:www.whatevrurl.com?page=15
but sended via post not via querystring
ani lopez
www.lamundial.net
-----Mensaje original-----
De: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
[mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]En nombre de William S.
Enviado el: martes, 18 de junio de 2002 12:56
Para: xsl-list
Asunto: getting value of input to *.php
In my xslt stylesheet I have the following which creates
a text box:
<input type="text" insert="{@insert}"/>
What I would like to do is have it work so that
I can enter an item in the box, hit return, and
have that value passed on to a specific .php file.
I can do this the browser window with:
http://path.to.url/query.php?insert=Hello
Right now I am using Sablotron with php so it is important
to work with them. How do I do it?
Thank you,
--
Bill
Amsterdam, NL
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|