I'd recommend you do a view source on your finished page and make sure one
to the option tags has the SELECTED parameter and troubleshoot from there.
good luck,
Warren Vail
Tools, Metrics & Quality Processes
-Original Message-
From: Tim Blackwell [mailto:[EMAIL PROTECTED]]
Sent: Monday
Sample Code:
$strRET .= "";
$strRET .= "Select Script:";
$dialscripts = $GLOBALS['db']->query("SELECT * FROM dialscripts WHERE
CO_ID=" . $_SESSION['CO_ID']);
if (!DB::isError($dialscripts)) {
while ($row = $dialscripts->fetchRow(DB_FETCHMODE_ASSOC