date posted 19th December 2003 16:13 > Chris Batchelor wrote: > if (isset = "extra") { Try if (isset == "extra") { I do that all the time. HTH Kevan