Visualizzazione dei risultati da 1 a 3 su 3

Discussione: scrolling non funziona

  1. #1

    scrolling non funziona

    ciao a tutti,

    ho questo script che srive la pagina a secondo di uan condizione, il problema è che sia il frame "menu" (con toc.html) che quello "sx" (con sx.htm) non si manifestano con le barre di scorrimento all'occorrenza.


    <script>
    var fname = "fs_menu";

    document.writeln('<frameset rows="140,*" border=0> <frame src="toc.html" name="menu" marginwidth="0" marginheight="0" scrolling="yes">');

    document.writeln('<frameset cols="170,*" border=0> <frame src="sx.htm" name="sx" marginwidth="0" marginheight="0" scrolling="yes";>');


    if(parent.targeted==false)
    document.writeln("<frame src=\"front.html\" name=\"content\" scrolling=\"auto\" marginwidth=\"0\" marginheight=\"0\">");
    else if(parent.location!="front.html")
    document.writeln("<frame src=\""+parent.currentContent+"\" name=\"content\" scrolling=\"auto\" marginwidth=\"0\" marginheight=\"0\">");
    else
    document.writeln("<frame src=\"front.html\" name=\"content\" scrolling=\"auto\" marginwidth=\"0\" marginheight=\"0\">");
    document.writeln('</frameset>');
    parent.mainLoaded = true;
    </script>

    qualcuno sa dirmi come mai non mi appaiono le barre di scorrimento?

    Grazie
    ::: Crepes Designer ::: http://www.mauriziobrevi.com

  2. #2
    una piccola correzione, lo scrolling del frame sx funziona, è attivo, è solo il frame del menu (toc.html) che non appare
    ::: Crepes Designer ::: http://www.mauriziobrevi.com

  3. #3
    risolto
    ::: Crepes Designer ::: http://www.mauriziobrevi.com

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved.