Visualizzazione dei risultati da 1 a 2 su 2
  1. #1
    Utente di HTML.it L'avatar di DraILx
    Registrato dal
    Nov 2002
    Messaggi
    55

    Come si fa messaggio "meglio vistare prima homepage"?

    Come si ottiene questo messaggio?
    Dice di cominciare a navigare dalla homepage
    perchè la navigazione potrebbe avere degli errori
    se si arriva da una pagina diversa

    Esempio:

    www.alessio.org/it/f-contri.htm

  2. #2
    Utente di HTML.it
    Registrato dal
    Oct 2002
    Messaggi
    220
    codice:
    function MM_openBrWindow(theURL,winName,features) { //v2.0
      window.open(theURL,winName,features);
    }
    function MM_displayStatusMsg(msgStr) { //v1.0
      status=msgStr;
      document.MM_returnValue = true;
    }
    function Pinform(sito){
    		newf = window.open( "popup/f-inform.htm","alti","toolbar=no,location=no,status=no,menubar=no,scrollbars=auto,resizable=yes,width=430,height=450,top=100,left=150");
    		// newf.focus();
    }
    if(self.name==top.name){
    	/////////////////// mda routine //////////////////////////////
    		/*
    		This script gets the URL of the current page,
    		 then extracts the file name and path from the URL
    		*/
    		var URL = unescape(location.href);	// get current URL in plain ASCII
    	
    		var xstart = URL.lastIndexOf("it/") + 3;
    		var xend = URL.length;
    		var hereName = URL.substring(xstart,xend);
    		var herePath = URL.substring(0,xstart);
    	
    		 // alert("The name of the current file is: " + hereName);
    		 // document.write("The path of the current file is: " + herePath);
    	//
    		// old
    	//if(self.name==top.name){location.href="http://www.alessio.org"}
    	// if(top.location.search!=''){self.location.href=top.location.search.substr(1)}
    	alert(" Attenzione: Giungere ad una pagina web saltando la pagina principale, crea errori di navigazione !\n Meglio iniziare da http://www.alessio.org ");
    	location.search='';
    	location.href="indexsearch.htm?vadoli="+escape(hereName);
    }

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 © 2025 vBulletin Solutions, Inc. All rights reserved.