![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
26/08/2002, 04:38
|
| | Fecha de Ingreso: abril-2002
Mensajes: 34
Antigüedad: 22 años, 9 meses Puntos: 0 | |
Para expertos Mirar este codigo:
<html>
<head>
<title>Prueba Netscape</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script language="JavaScript">
function PonerValor(){
document.all.item("ESCRIBE").innerText=& quot;NOMBRE";
}
</script>
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div align="center">
<form name="form1" method="post">
<table width="40%" border="1" cellspacing="0" cellpadding="0">
<tr>
<td name="ESCRIBE" id="ESCRIBE" bgcolor="#FFFFFF" width="60%"></td>
</tr>
<tr>
<td><input type="button" onClick="javascript:PonerValor();" value="enviar"></td>
</tr>
</table>
</form>
</div>
</body>
</html>
Mi problema es el siguiente:
Esto me tiene que funcionar en el Netscape o sino me hechan del curro. En el explorer funciona pero en el Netscape no.
A ver si alguna persona enrollada me responde y hace que conserve el curro....
Muchas Gracias
Salu2. :( |