Probé insertar un scroll en una página con frames y funciona sin ningún problema...
Por las dudas te dejo el código del scroll...
Código:
<HEAD>
<SCRIPT LANGUAGE="JavaScript">
var txt=" Primer parte del mensaje"
+ " Segunda parte "
+ " Tercera parte ";
function scroll()
{
window.status = txt;
txt = txt.substring(1, txt.length) + txt.charAt(0);
window.setTimeout("scroll()",160);
}
</SCRIPT>
</head>
<body bgcolor="#ffffff" onLoad="scroll();">
<hr noshade size=1><img src="http://www.gograph.com/Images-8712/ClipArt/cat03.gif" height="50" border=0 align="absmiddle"> <font size="2" face="verdana" color="#000000">
bet[/CODE]