> I know this is for the HTML::Tmpl mailing list but I need 
> help with HTML.
> 
> I have a main page wich calls a pop-up window. In the pop-up 
> the user needs to make some choices. These choices need to be 
> returned to the calling page. This works fine when assignig 
> to an input type in the form the value of the chosen 
> parameter. But How do you get this to work when you are not 
> using <input type="text" name="field" value="none"> but are 
> simlly printing the value.???

Not quite sure what you mean, but you can use VARs twice, for example:

Foo: <TMPL_VAR NAME="bar">

<form etc.>
<input type="hidden" name="foo" value="<TMPL_VAR NAME=bar>">
</form>

will display the value and also populate a hidden form variable

Is that what you meant?

rgds,
ben

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to