Ver Mensaje Individual
  #4 (permalink)  
Antiguo 30/04/2003, 11:03
Avatar de jonk
jonk
 
Fecha de Ingreso: julio-2002
Ubicación: Barakaldo
Mensajes: 104
Antigüedad: 21 años, 9 meses
Puntos: 0
he cambiado el codogo pero la paginacion no funciona, por si solo si funciona pero dentro del ficherp principal NO

eSTE ES EL CODIGO:
[PHP]
<?include ("access.php");?>
<? require_once("vbcode.php");?>
<html>
<head>
<style>
<!--
a:link { text-decoration:none; }
a:visited { text-decoration:none; }
a:active { text-decoration:none; }
a:hover { text-decoration:none; border-bottom-width:1pt; border-bottom-color:white; border-bottom-style:dashed; }
-->
</style>
<title>LIBRO DE VISITAS </title>
<meta name="generator" content="Namo WebEditor v4.0">
</head>

<body bgcolor="#08A5F4" text="white" link="#0099FF" vlink="lime" alink="fuchsia" leftmargin="0" marginwidth="0">
////////////////////BBCODE//////////////
<SCRIPT language="Javascript" type="text/javascript">

// Este genial Script fue desarrollado por Tukzone, SirMatrix y Unknow,
// todos usuarios del Foro.. Gracias a ellos por su colaboración

function storeCaret(text)
{
if (text.createTextRange) {
text.caretPos = document.selection.createRange().duplicate();
}
}

function meter(text) {
var postopic = document.PostTopic.comentarios;
if (postopic.createTextRange && postopic.caretPos) {
var caretPos = postopic.caretPos;
caretPos.text = caretPos.text.charAt(caretPos.text.length - 1) == ' ' ?

text + ' ' : text;
}
else postopic.value += text;
postopic.focus(caretPos)
}

function codigo(accion) {
//AQUI IRIA EL BBCODE
}
}

function textCounter(field, countfield, maxlimit) {
if (field.value.length > maxlimit)
field.value = field.value.substring(0, maxlimit);
else
countfield.value = maxlimit - field.value.length;
}
</script>
///////////////FIN BBCODE /////////////
<? function firmar()
{
include("ufirmar.php");
}
function datos()
{
include("datos.php");
}
function index()
{
include ("eej.php");
}
switch($op) {
default:
index();
break;
case "firmar":
firmar();
break;
case "datos":
datos();
break;
}
?>
</body>
</html>
__________________

MyWay. A mi manera
http://myway.i-barakaldo.com