Problemas com java script
Buenos dias tengo un problema tengo este scrpit que baje del internet
http://www.elcodigo.net/cgi-bin/DBread.cgi?tabla=scripts&campo=0&clave=76
yo quiero el ejemplo dos pero no lo hace
<script language="javascript" type="text?javascript">
??CREADOR DE ESTRUCTURA DE MARCOS
??Iván Nieto Pérez
??Este script y otros muchos pueden
??descarse on-line de forma gratuita
??en El Código: www.elcodigo.com
??
?? 13?03?2001
?? Version 1
??Recuperacion de los valores de un parametro
?? var valor = getVar('NombreParametro')
??Función realizada por Luciano Callero GUI - Developer
function getVar(nomb){
var url = document.location.href
if ( url.indexOf(nomb) != -1 ) {
posiBeg = url.indexOf("=", url.indexOf(nomb))
barre = url.indexOf("&", posiBeg)
posiEnd = (barre != -1 ? barre : url.length)
return url.substring(posiBeg+1,posiEnd)
} else {
return ''
}
}
??variables para paginas a cargar en los marcos y numero de filas marco superior
filassup = getVar( 'filassup' )
superior = getVar( 'superior' )
inferior = getVar( 'inferior' )
??escribe los marcos
document.write ('<frameset rows="' + filassup + ',*" frameborder="0" border=0 framespacing="0">')
document.write ('<frame name="head" src="' + superior + '" marginwidth="0" marginheight="0" scrolling="Auto" frameborder="0" noresize> ')
document.write ('<frame name="body" src="' + inferior + '" marginwidth="0" marginheight="0" scrolling="Auto" frameborder="0"> ')
document.write ('<?frameset> ')
<?script>
y lo coloque en mi codigo html
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<title>TEMA01</title>
<style type="text/css">
<!--
.Estilo6 {font-size: 14px}
.Estilo9 {font-size: 16px}
.Estilo11 {font-size: 16px; font-weight: bold; }
-->
</style>
</head>
<body style="margin-top: 15px; height: 605px; background-color: rgb(255, 255, 204); color: rgb(0, 0, 0); margin-left: 55px; width: 510px;" onload="MM_preloadImages('regresar2.jpg')" alink="#ee0000" link="#0000ee" vlink="#551a8b">
<big style="color: rgb(255, 102, 0);"><span style="font-weight: bold;"></span></big>
<div style="text-align: right; font-family: Arial;">
<div style="text-align: left; background-color: rgb(255, 255, 204); margin-left: 1px; width: 550px;">
<div style="text-align: center; color: rgb(255, 0, 0); background-color: rgb(255, 255, 204); margin-left: 21px; width: 529px;"><big><big><span style="color: rgb(255, 102, 0); font-weight: bold;"></span></big></big><strong></strong><big><big><span style="color: rgb(255, 102, 0); font-weight: bold;"><span style="color: rgb(255, 0, 0);"><br>
NUMEROS
NATURALES</span></span><span style="font-weight: bold; color: rgb(255, 0, 0);"> <br>
</span></big></big><big style="color: rgb(255, 0, 0);"><span style="font-weight: bold;"></span></big><span style="color: rgb(255, 0, 0);"></span>
<big style="color: rgb(255, 0, 0);"><big><span style="font-weight: bold;"> </span>
</big></big><span style="color: rgb(255, 0, 0);"> </span><br>
</div>
<strong style="color: rgb(51, 51, 255);"></strong>
<span style="color: rgb(51, 51, 255);" text-align="" center="">
<img style="width: 68px; height: 77px;" alt="" src="dibujos/lapiz%203.png"></span><span style="color: rgb(51, 51, 255);" text-align="" center=""><img style="width: 68px; height: 77px;" alt="" src="dibujos/lapiz%203.png"></span><span style="color: rgb(51, 51, 255);" text-align="" center=""><img style="width: 68px; height: 77px;" alt="" src="dibujos/lapiz%203.png"></span><span style="color: rgb(51, 51, 255);" text-align="" center="">
<img style="width: 38px; height: 42px;" alt="" src="dibujos/manzana1.gif"></span><span style="color: rgb(51, 51, 255);" text-align="" center=""></span><span style="color: rgb(51, 51, 255);" text-align="" center=""><img style="width: 38px; height: 42px;" alt="" src="dibujos/manzana1.gif"></span><span style="color: rgb(51, 51, 255);" text-align="" center=""><img style="width: 38px; height: 42px;" alt="" src="dibujos/manzana1.gif"></span><span style="color: rgb(51, 51, 255);" text-align="" center=""></span><br>
<span style="color: rgb(51, 51, 255);" text-align="" center=""> </span>
<div style="text-align: center;">
<div style="text-align: left;"><span...
http://www.elcodigo.net/cgi-bin/DBread.cgi?tabla=scripts&campo=0&clave=76
yo quiero el ejemplo dos pero no lo hace
<script language="javascript" type="text?javascript">
??CREADOR DE ESTRUCTURA DE MARCOS
??Iván Nieto Pérez
??Este script y otros muchos pueden
??descarse on-line de forma gratuita
??en El Código: www.elcodigo.com
??
?? 13?03?2001
?? Version 1
??Recuperacion de los valores de un parametro
?? var valor = getVar('NombreParametro')
??Función realizada por Luciano Callero GUI - Developer
function getVar(nomb){
var url = document.location.href
if ( url.indexOf(nomb) != -1 ) {
posiBeg = url.indexOf("=", url.indexOf(nomb))
barre = url.indexOf("&", posiBeg)
posiEnd = (barre != -1 ? barre : url.length)
return url.substring(posiBeg+1,posiEnd)
} else {
return ''
}
}
??variables para paginas a cargar en los marcos y numero de filas marco superior
filassup = getVar( 'filassup' )
superior = getVar( 'superior' )
inferior = getVar( 'inferior' )
??escribe los marcos
document.write ('<frameset rows="' + filassup + ',*" frameborder="0" border=0 framespacing="0">')
document.write ('<frame name="head" src="' + superior + '" marginwidth="0" marginheight="0" scrolling="Auto" frameborder="0" noresize> ')
document.write ('<frame name="body" src="' + inferior + '" marginwidth="0" marginheight="0" scrolling="Auto" frameborder="0"> ')
document.write ('<?frameset> ')
<?script>
y lo coloque en mi codigo html
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<title>TEMA01</title>
<style type="text/css">
<!--
.Estilo6 {font-size: 14px}
.Estilo9 {font-size: 16px}
.Estilo11 {font-size: 16px; font-weight: bold; }
-->
</style>
</head>
<body style="margin-top: 15px; height: 605px; background-color: rgb(255, 255, 204); color: rgb(0, 0, 0); margin-left: 55px; width: 510px;" onload="MM_preloadImages('regresar2.jpg')" alink="#ee0000" link="#0000ee" vlink="#551a8b">
<big style="color: rgb(255, 102, 0);"><span style="font-weight: bold;"></span></big>
<div style="text-align: right; font-family: Arial;">
<div style="text-align: left; background-color: rgb(255, 255, 204); margin-left: 1px; width: 550px;">
<div style="text-align: center; color: rgb(255, 0, 0); background-color: rgb(255, 255, 204); margin-left: 21px; width: 529px;"><big><big><span style="color: rgb(255, 102, 0); font-weight: bold;"></span></big></big><strong></strong><big><big><span style="color: rgb(255, 102, 0); font-weight: bold;"><span style="color: rgb(255, 0, 0);"><br>
NUMEROS
NATURALES</span></span><span style="font-weight: bold; color: rgb(255, 0, 0);"> <br>
</span></big></big><big style="color: rgb(255, 0, 0);"><span style="font-weight: bold;"></span></big><span style="color: rgb(255, 0, 0);"></span>
<big style="color: rgb(255, 0, 0);"><big><span style="font-weight: bold;"> </span>
</big></big><span style="color: rgb(255, 0, 0);"> </span><br>
</div>
<strong style="color: rgb(51, 51, 255);"></strong>
<span style="color: rgb(51, 51, 255);" text-align="" center="">
<img style="width: 68px; height: 77px;" alt="" src="dibujos/lapiz%203.png"></span><span style="color: rgb(51, 51, 255);" text-align="" center=""><img style="width: 68px; height: 77px;" alt="" src="dibujos/lapiz%203.png"></span><span style="color: rgb(51, 51, 255);" text-align="" center=""><img style="width: 68px; height: 77px;" alt="" src="dibujos/lapiz%203.png"></span><span style="color: rgb(51, 51, 255);" text-align="" center="">
<img style="width: 38px; height: 42px;" alt="" src="dibujos/manzana1.gif"></span><span style="color: rgb(51, 51, 255);" text-align="" center=""></span><span style="color: rgb(51, 51, 255);" text-align="" center=""><img style="width: 38px; height: 42px;" alt="" src="dibujos/manzana1.gif"></span><span style="color: rgb(51, 51, 255);" text-align="" center=""><img style="width: 38px; height: 42px;" alt="" src="dibujos/manzana1.gif"></span><span style="color: rgb(51, 51, 255);" text-align="" center=""></span><br>
<span style="color: rgb(51, 51, 255);" text-align="" center=""> </span>
<div style="text-align: center;">
<div style="text-align: left;"><span...
Respuesta de gomecan
1
2 respuestas más de otros expertos
Respuesta de jariviaweb3d
1
Respuesta
1