Avatar Image
Machacateclados
Machacateclados

Cuando meto un codigo html, un scrip como el siguiente:
<!-- Copiar entre los tag BODY -->

<!-- THE WAIT SCREEEN!!! -->
<div ID="waitDiv" style="position:absolute;left:380;top:280;visibility:hidden">
<center>
<table border=0 cellpadding=0 cellspacing=0 width="250"><tr><td bgcolor="#000000">
<table cellpadding=2 cellspacing=1 border=0 width="100%"><tr><td bgcolor="#005992">
<center><font color="#F9E78C" face="Times New Roman" size="3"><b>Cargando la página...</b></font><br> <img src="../image/await.gif" border="0" width="200" height="20"><br>
<font size="2" color="#F9E78C" face="Times New Roman">Espere por favor...</font></center>
</td>
</tr>
</table>
</td></tr>
</table>
</center>
</div>

<script>
<!--
var DHTML = (document.getElementById || document.all || document.layers);
function ap_getObj(name) {
if (document.getElementById) {
return document.getElementById(name).style;
} else if (document.all) {
return document.all[name].style;
} else if (document.layers) {
return document.layers[name];
}
}
function ap_showWaitMessage(div,flag) {
if (!DHTML)
return;
var x = ap_getObj(div);
x.visibility = (flag) ? 'visible':'hidden'
if(! document.getElementById)
if(document.layers)
x.left=280/2;
// return true;
}
ap_showWaitMessage('waitDiv', 1);

//-->
</SCRIPT>
<!-- END -->
----------------------------------------
<!--copia y pon este código al final de la página justo antes del tag </body>-->
<!-- SCRIPT DE ESPERA -->
<script language="javascript" type="text/javascript">
<!--
ap_showWaitMessage('waitDiv', 0);
//-->
</SCRIPT>
Me sale The html tags you attempted to use are not allowed
en el phpnuke, cuando lo escribo en preferencias, en pie de pagina 1, que puedo hacer?

Avatar Image
Machacateclados
Machacateclados

Es una protección de etiquetas HTML..

Leete como editar el mainfile.php en este post para saltarte dicha protección:
http://www.desarrollonuke.org/forosbb-postt1186.html

Saludos Giño

Avatar Image
Machacateclados
Machacateclados

GRACIAS

ATENCIÓN: Este tema no tiene actividad desde hace más de 6 MESES,
te recomendamos abrir un nuevo tema en lugar de responder al actual
Opciones:
Ir al subforo:
Permisos:
TU NO PUEDES Escribir nuevos temas
TU NO PUEDES Responder a los temas
TU NO PUEDES Editar tus propios mensajes
TU NO PUEDES Borrar tus propios mensajes
Temas similares
No se han encontrado temas similares