Ver Mensaje Individual
  #1 (permalink)  
Antiguo 21/05/2007, 11:31
mancemo
 
Fecha de Ingreso: marzo-2006
Mensajes: 194
Antigüedad: 18 años, 9 meses
Puntos: 1
ayuda por favor urgente

hola a todos

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>
y en otro archivo tengo

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>
el resultado de esto esta en http://www.mercadeomovil.com/demo/ma...ndo/prueba.php como lo puedev ver el scroll se desplaza de arriba a abajo, lo que necesito es desplazarlo de derecha a izquierda y viceversa, pero no he podido, no se si alguien me puede ayudar

Gracias, es urgente