tengo el siguiente codigo en un archivo header.inc
Código PHP:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<!--<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />-->
<meta http-equiv="Cache-Control" content="no-cache">
<title><?=$pageTitle?> - <?=$nombreDeSeccion?></title>
<style type="text/css" media="all">@import url("estilo.css");</style>
<SCRIPT LANGUAGE="JavaScript">
var thespeed=4
var ieNOTopera=document.all&&navigator.userAgent.indexOf("Opera")==-1
var myspeed=0
var ieHoffset_extra=document.all? 15 : 0
var cross_obj=document.all? document.all.staticbuttons : document.getElementById? document.getElementById("staticbuttons") : document.staticbuttons
function scrollwindow(){
holaFrame.window.scrollBy(0,myspeed)
}
function initializeIT(){
if (myspeed!=0){
scrollwindow()
}
}
if (document.all||document.getElementById||document.layers)
setInterval("initializeIT()",20)
</script>
</head>
Código PHP:
<?
require_once('incluir/header.inc');
?>
<div class="flechasUp"><a href="#" onmouseover="myspeed=-thespeed" onmouseout="myspeed=0" title="Subir"></a></div>
<iframe name="holaFrame" src="incluir/frame2.php" noresize scrolling="no" hspace="0" vspace="0" frameborder="0" marginheight="0" marginwidth="0" width="400" height="70" target="_blank"></iframe>
<div class="flechasDown"><a href="#" onmouseover="myspeed=thespeed" onmouseout="myspeed=0" title="Bajar"></a></div>
Gracias, es urgente