Bacheca del forum

Nuova amministrazione: tanti ranghi in più,
lo staff



salvare un lavoro automaticamente


You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

salvare un lavoro automaticamente Empty salvare un lavoro automaticamente Fri Aug 12, 2011 11:15 am

Pubblicato da: Spacca
     Spacca
Spacca
Staff d'Amministrazione
Staff d'Amministrazione



salvare un lavoro automaticamente Create_maskot Questo tutorial è offerto da FORUMATTIVO.COM
All rights reserved to forumattivo inc.

Permettere di salvare un lavoro
Ecco come far si, che prima di chiudere una pagina, si salvi il proprio lavoro, nel Topic che si stava scrivendo.

FASE 1: Individuare il giusto Modello da Modificare

PDA - Visualizzazione - Templates - Inviare & Messaggi Privati - posting_body
Per modificare il modello, cliccare sull'icona salvare un lavoro automaticamente Editer

FASE 2: Scopriamo il Codice da inserire

Una volta che si è dentro, si deve inserire questo codice, come ultimo, quindi va inserito in basso.

Code: ----------Selezionare il contenuto
<SCRIPT language=JavaScript type=text/javascript>
// Cross browser event handling for IE 5+, NS6+ and Gecko
function addEvent(elm, evType, fn, useCapture)
{
if (elm.addEventListener)
{
// Gecko
elm.addEventListener(evType, fn, useCapture);
return true;
}
else if (elm.attachEvent)
{
// Internet Explorer
var r = elm.attachEvent('on' + evType, fn);
return r;
}
else
{
// nutscrape?
elm['on' + evType] = fn;
}
}

// Add Listeners
function addListeners(e)
{
// Before unload listener
addEvent(window, 'beforeunload', exitAlert, false);
}

// Exit Alert
function exitAlert(e)
{
// default warning message
var msg = "You will lose information if it has not already been saved.";

// set event
if (!e) { e = window.event; }
if (e) { e.returnValue = msg; }

// return warning message
return msg;
}

// Initialise
addEvent(window, 'load', addListeners, false);
</SCRIPT>


Ora, mentre si scrive un qualsiasi Topic, e la persona decide decide di non scriverlo più, comparirà un Warning, che dirà se si è sicuri di abbandonare la pagina. Se si è sicuri, si salverà tutto, e voi non perderete nulla.

Spoiler:
salvare un lavoro automaticamente Screen26


Base Tutorial: Forumattivo Inglese.
Ri-Creato e Postato da: DarkLeo.


http://Puro100x100.co.cc

Advertising poster


Ciao,
Vuoi entrare nel nostro staff? è semplice segui le procedure illustrate

Vai al Seguente link (clicca) e segui i post guida

Mi raccomando! ti aspettiamo...
Lo staff d'animazione


View previous topic View next topic Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum



Unauthorised copying, reproduction, rental, public performance or broadcast of this website and of his content is a violation of applicable laws
– © 2011 Puro100x100 inc. All rights reserved. All trademarks are the property of their respective owners
qui

Forum create on Forumotion | ©phpBB | Free forum support | Report an abuse | Forumotion.com