<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
<font face="Arial"><font face="Times New Roman, Times, serif">Hi,<br>
<br>
I'm trying to use FOX to take an input from one page and display it on
another as a page text variable.<br>
<br>
On the input page I have:<br>
<br>
(:fox D4GoLiveForm ptvtarget=MgmtOps.Test template=0 redirect=1:)<br>
[+Current Status:+](:input select {$:colour} "":)(:input select
{$:colour} "Red":)(:input select {$:colour}&nbsp; "Yellow":)(:input select
{$:colour}&nbsp; "Green":)<br>
(:input submit post "Submit":)<br>
(:foxend D4GoLiveForm:)<br>
<br>
On target page , (MgmtOps.Test), I have just:<br>
<br>
{$colour}<br>
<br>
When I select a colour and click Submit the page redirects to the
target page but the colour is not being displayed.<br>
I know I am making a very basic mistake but can't find out what it is.
Can someone please advise?<br>
<br>
Thanks<br>
<br>
Graham<br>
</font><br>
<br>
</font>
</body>
</html>