Visualizzazione risultati 1 fino 4 di 4

Discussione: [Script] Script per inserire sito nei preferiti e come home pege

  1. #1
    peiretti non è connesso Utente giovane
    Data registrazione
    26-09-2005
    Messaggi
    36

    Question [Script] Script per inserire sito nei preferiti e come home pege

    Ciao a tutti,
    Sapreste indicarmi uno script che permette tramite un link di far inserire il proprio sito nei preferiti e uno per far inserire il proprio sito come home page. Io ne ho già uno ma funziona solo con IE, mentre con FireFox non fuge. Ne conoscete uno che funga con entrambi?
    Grazie

  2. #2
    Guest

    Predefinito

    Per FF l'unico modo che conosco è quello di trasportare un link sull'icona dell'Home o nei preferiti. Script non ne ho mai trovati..

    Ciao!

  3. #3
    peiretti non è connesso Utente giovane
    Data registrazione
    26-09-2005
    Messaggi
    36

    Predefinito

    ma allora su http://www.mrwebmaster.it/ come ha fatto perchè lì mi funziona sia con IE che con Firefox

  4. #4
    Guest

    Predefinito

    Io ne avevo trovato uno pochi giorni fa... a ricordarsi dove... -.-

    (se me lo ricordo edito)

    Edit:
    Citazione Originalmente inviato da peiretti
    ma allora su http://www.mrwebmaster.it/ come ha fatto perchè lì mi funziona sia con IE che con Firefox
    Vero,

    Codice HTML:
    javascript:window.sidebar.addPanel(mrw_title, mrw_url, '');
    il js è questo:
    Codice HTML:
    <!--
    if (window.SymRealWinOpen) { window.open = SymRealWinOpen; }
    if (window.NS_ActualOpen) { window.open = NS_ActualOpen; }
    
    var mrw_url = "http://www.mrwebmaster.it";
    var mrw_title = "Mr. WebMaster";
    
    function Link_Add_Bookmark()
    {
    	if (document.all)
    	{
    		document.write("<a href=\"Javascript:window.external.AddFavorite(mrw_url, mrw_title);\">Preferiti</a>");
    	}
    	else if (window.sidebar && window.sidebar.addPanel)
    	{
    		document.write("<a href=\"Javascript:window.sidebar.addPanel(mrw_title, mrw_url, '');\">Preferiti</a>");
    	}
    	else
    	{
    		document.write("<a href=\"Javascript:alert('Il tuo Browser non supporta questa funzione!');\">Preferiti</a>");
    	}
    }
    
    function Link_Set_Home() 
    {
    	if (document.all)
    	{
    		document.write("<a href=\"#\" OnClick=\"this.style.behavior='url(#default#homepage)';this.setHomePage('" + mrw_url + "');\">HomePage!</a>");
    	}
    	else if (window.sidebar && window.sidebar.addPanel)
    	{
    		document.write("<a href=\"Javascript:alert('Per settare come HomePage di Firefox:\\n\\nStrumenti &gt; Opzioni &gt; Generale\\n\\nPoi clicca &quot;Usa Pagina Corrente&quot;')\">HomePage!</a>");
    	}
    	else
    	{
    		document.write("<a href=\"Javascript:alert('Il tuo Browser non supporta questa funzione!')\">HomePage!</a>");
    	}
    
    } 
    
    function open_popup(url,h,w)
    {
    	var l = Math.floor((screen.width-w)/2);
    	var t = Math.floor((screen.height-h)/2);
    	window.open(url,"","scrollbars,dependent,width=" + w + ",height=" + h + ",top=" + t + ",left=" + l);
    }
    
    
    function fla_preview(id,res)
    {
    	if (res==1){
    		var w = 600;
    		var h = 400;
    	}
    	else if (res==2){
    		var w = 750;
    		var h = 540;
    	}
    	else if (res==3){
    		var w = 950;
    		var h = 680;
    	}
    	var l = Math.floor((screen.width-w)/2);
    	var t = Math.floor((screen.height-h)/2);
    	window.open("anteprima.asp?id="+id+"&res="+res,"","scrollbars=no,dependent,width=" + w + ",height=" + h + ",top=" + t + ",left=" + l);
    }
    
    function template_preview(id)
    {
    	window.open("anteprima.asp?id=" + id)
    }
    
    function acquista_libro(id,isbn)
    {
    	var w = Math.floor((screen.width/100)*90);
    	var h = Math.floor((screen.height/100)*80);
    	var l = Math.floor((screen.width-w)/2);
    	var t = Math.floor((screen.height-h)/2);
    	window.open("buy_redir.asp?id="+id+'&isbn='+isbn,"","scrollbars,dependent,width=" + w + ",height=" + h + ",top=" + t + ",left=" + l);
    }
    
    function download_font(file)
    {
    	var w = 500;
    	var h = 400;
    	var l = Math.floor((screen.width-w)/2);
    	var t = Math.floor((screen.height-h)/2);
    	var url = "/font/download.asp?file=" + file;
    	window.open(url,"","scrollbars=no,dependent,width=" + w + ",height=" + h + ",top=" + t + ",left=" + l);
    }
    
    function download_pic(file)
    {
    	var w = 500;
    	var h = 400;
    	var l = Math.floor((screen.width-w)/2);
    	var t = Math.floor((screen.height-h)/2);
    	var url = "/gif/download.asp?pic=" + file;
    	window.open(url,"","scrollbars=no,dependent,width=" + w + ",height=" + h + ",top=" + t + ",left=" + l);
    }
    
    function download_file(tb,id)
    {
    	var w = 500;
    	var h = 400;
    	var l = Math.floor((screen.width-w)/2);
    	var t = Math.floor((screen.height-h)/2);
    	var url = "/script/download.asp?id=" + id;
    	window.open("/ut_download.asp?tb=" + tb + "&id=" + id,"","scrollbars=no,width=" + w + ",height=" + h + ",top=" + t + ",left=" + l);
    }
    
    function stampa(tb,id,pag)
    {
    	var w = 600;
    	var h = 400;
    	var l = Math.floor((screen.width-w)/2);
    	var t = Math.floor((screen.height-h)/2);
    	window.open("/ut_stampa.asp?tb=" + tb + "&id=" + id + "&pag=" + pag,"","scrollbars,width=" + w + ",height=" + h + ",top=" + t + ",left=" + l);
    }
    
    function linka(tb,id)
    {
    	var w = 500;
    	var h = 420;
    	var l = Math.floor((screen.width-w)/2);
    	var t = Math.floor((screen.height-h)/2);
    	window.open("/ut_linka.asp?tb=" + tb + "&id=" + id,"","scrollbars=no,width=" + w + ",height=" + h + ",top=" + t + ",left=" + l);
    }
    
    function tellafriend(tb,id)
    {
    	var w = 500;
    	var h = 350;
    	var l = Math.floor((screen.width-w)/2);
    	var t = Math.floor((screen.height-h)/2);
    	window.open("/ut_invia.asp?tb=" + tb + "&id=" + id,"","scrollbars=no,width=" + w + ",height=" + h + ",top=" + t + ",left=" + l);
    }
    
    function broken_link(tb,id)
    {
    	var w = 500;
    	var h = 350;
    	var l = Math.floor((screen.width-w)/2);
    	var t = Math.floor((screen.height-h)/2);
    	window.open("/ut_brokenlink.asp?tb=" + tb + "&id=" + id,"","scrollbars=no,width=" + w + ",height=" + h + ",top=" + t + ",left=" + l);
    }
    
    function redirect_to(tb, id)
    {
    	window.open("/ut_redirect.asp?tb=" + tb + "&id=" + id);
    }
    
    function aggiungi_preferiti()
    {
    	if (document.all)
    	{
    		window.external.AddFavorite(document.URL, document.title);
    	}
    	else if (window.sidebar && window.sidebar.addPanel)
    	{
    		window.sidebar.addPanel(document.title, document.URL, '');
    	}
    	else
    	{
    		alert('Il tuo Browser non supporta questa funzione!');
    	}
    }
    //-->
    Estrapola estrapola
    Ultima modifica di metaphor : 15-02-2006 alle ore 17.24.44

Regole di scrittura

  • Non puoi creare nuove discussioni
  • Non puoi rispondere ai messaggi
  • Non puoi inserire allegati.
  • Non puoi modificare i tuoi messaggi
  •