dan18088
03-19-2004, 09:37 AM
I have a website that displays on a big screen TV and loops through each sales rep (all pages are with two frames). The script below lets me reload the frames but doesn't do it like the current Power Point Slide Show they are using.
<script type="text/javascript"><!--
if (top.location != location) top.location.href = document.location.href;
// --></script>
Can I alter this script or does anyone know of someway to load the page slow or from right to left?
<script type="text/javascript"><!--
if (top.location != location) top.location.href = document.location.href;
// --></script>
Can I alter this script or does anyone know of someway to load the page slow or from right to left?