• User Attivo

    Menu

    Scusate avrei una domande da porre al forum...
    Se io ho creato il menu con una pagina asp ecco il codice

    
    
    'FUNZIONI
    Function Menu(strMenu)
    	
    	dim strResult 
    	
    	if strMenu = "0" then
    		strResult = "<a title='Home Page' href='Index.asp'>Home Page</a>"
    	end if
    	
    	if strMenu = "1" then
    		strResult = "<a title='Chi Sono' href='Presentazione.asp'>Chi Sono</a>"
    	end if
    	
    	if strMenu = "2" then
    		strResult = "<a title='Previsioni' href='Previsioni.asp'>Previsioni</a>"
    	end if
    	
    	if strMenu = "3" then
    		strResult = "<a title='FAQ - domande frequenti' href='Faq.asp'>FAQ</a>"
    	end if
    	
    	if strMenu = "4" then
    		strResult = "<a title='Spiegazioni Tecniche' href='SpiegazioniTecniche.asp'>Spiegazioni Tecniche</a>"
    	end if
    	
    	if strMenu = "5" then
    		strResult = "<a title='Estrazioni Lotto' href='Estrazioni.asp'>Estrazioni</a>"
    	end if
    	
    	if strMenu = "6" then
    		strResult = "<a title='Vincite Lotto' href='Vincite.asp'>Vincite</a>"
    	end if
    	
    	if strMenu = "7" then
    		strResult = "<a title='Forum' href='Forum.asp'>Forum</a>"
    	end if
    	
    	if strMenu = "8" then
    		strResult = "<a title='Blog' href='BlogIndex.asp' class='NewLink'>BLOG</a>"
    	end if
    	
    	if strMenu = "9" then
    		strResult = "<a title='Downloads' href='Download.asp'>Downloads</a>"
    	end if
    	
    	if strMenu = "10" then
    		strResult = "<a title='Metodo Free' href='MetodoFree.asp'>Metodo Free</a>"
    	end if
    	
    	if strMenu = "11" then
    		strResult = "<a title='Link Banners' href='Link.asp'>Links / Banner</a>"
    	end if
    	
    	if strMenu = "12" then
    		strResult = "<a title='Ricevitorie Amiche' href='Ricevitorie.asp'>Ricevitorie</a>"
    	end if
    	
    	if strMenu = "13" then
    		strResult = "<a title='Contatti' href='Contatti.asp'>Contatti</a>"
    	end if
    	
    	if strMenu = "14" then
    		strResult = "<a title='Progressioni' href='Progressioni.asp'>Progressioni</a>"
    	end if
    	
    	if strMenu = "15" then
    		strResult = "<a title='Site Map' href='SiteMap.asp'>Site Map</a>"
    	end if
    	
    	
    	
    	Menu = strResult
    	
    End Function
    
    
    

    nelle varie pagine che ho nel sito inserisco semplicemente il richiamo alle funzione mi potrebbe dare problemi nel posizionamento e nell'indicizzazione delle pagine interne!?!?!?!?!?!?!?

    fatemi sapere

    grazie
    ciao


  • User Attivo

    non conosco l' asp ma cmq non c'è nessun problema xke cmq gli mdr leggono l'html creato dal codice asp