CodeCharge Studio
search Register Login  

Web Reporting

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> CodeCharge Studio -> Español

 onde lo pongo en ccs???

Print topic Send  topic

Author Message
Mackoy

Posts: 18
Posted: 09/20/2006, 11:38 AM

Compañeros vean el siguiente codigo:

<?
$rs = mysql_query($ls_sql);
$i=0;
while($renglon = mysql_fetch_array($rs))
{
echo('<input name="hfn'.$i.'" type="hidden" id="hfn'.$i.'" value="'. $renglon["tel1"] .'" />');
echo('<input name="hft'.$i.'" type="hidden" id="hft'.$i.'" value="'. $renglon["tel2"] .'" />');
$i++;
}
?>

ese codigo lo tengo al cargar la pagina en DreamWeaver, jiji, lo que hace es crearme tantos campos ocultos con su respectivo valor como elementos haya en un combobox. Mi pregunta es: en que evento del form en CCS debo poner ese codigo?

Culquier ayuda se agradece infinitamente.



_________________
El Hacedor es aquel que forma parte de lo que hace.
View profile  Send private message

Add new topic Subscribe to topic   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

MS Access to Web

Convert MS Access to Web.
Join thousands of Web developers who build Web applications with minimal coding.

CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.