Exemplo n.º 1
0
]="<?php 
            echo $src;
            ?>
";
	<?php 
        }
        ?>
	</script>

	<tr valign="middle">
		<td id="edit_5" align="right"><?php 
        echo GetMessage("SUP_FUA");
        ?>
</td>
		<td id="edit_6"><?php 
        echo SelectBox("FUA_ID", CTicket::GetFUA($TICKET_SITE), GetMessage("SUP_NO"), "", "OnChange=\"OnChangeFUA_ID()\" id=\"FUA_ID\"");
        ?>
</td>
	</tr>
	<?php 
    }
    ?>

	<SCRIPT type="text/javascript">
	<!--
	function SupQuoteMessage(id)
	{
		var selection;
		if (document.getSelection)
		{
			selection = document.getSelection().toString();