XSL y Javascript
Publicado por Ser@fo (1 intervención) el 18/09/2004 03:15:01
Good Afternoon,
I hace this in a XSL file:
<script language="javascript">
<![CDATA[
function fValidateForm(action,target)
{
for(i=0;i<=5;i++)
{
alert(i);
}
}
]]>
</script>
I a working with Netbeans, when the browser loads the page, which generates
HTML, I got a sintax error. When a right clik the page to se the source
code, y Realize that the function change for this:
function fValidateForm(action,target)
{
for(i=0;i<=5;i++)
{
alert(i);
}
}
Wath will be the problem?? Any help?? Thanks a Lot.
I hace this in a XSL file:
<script language="javascript">
<![CDATA[
function fValidateForm(action,target)
{
for(i=0;i<=5;i++)
{
alert(i);
}
}
]]>
</script>
I a working with Netbeans, when the browser loads the page, which generates
HTML, I got a sintax error. When a right clik the page to se the source
code, y Realize that the function change for this:
function fValidateForm(action,target)
{
for(i=0;i<=5;i++)
{
alert(i);
}
}
Wath will be the problem?? Any help?? Thanks a Lot.
Valora esta pregunta


0