Utente:Paulatz/monobook.js: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
Paulatz (discussione | contributi)
Nessun oggetto della modifica
Paulatz (discussione | contributi)
Nessun oggetto della modifica
Riga 92:
}
 
windowArgument = window.open("", Template, "width=320, height=180240, toolbar=0 ___location=0 directories=0 status=0 menubar=0 scrollbars=0");
windowArgument.document.write("<html>\n");
windowArgument.document.write("<head>\n");
Riga 104:
else {
windowArgument.document.write("<b>Motivazione:&nbsp;</b>");
windowArgument.document.write("<input type=\"text\" name=\"Because\" size=\"2535\"");
}
windowArgument.document.write("<br/>");
Riga 112:
windowArgument.document.write("<option value='"+arrayArgument[i]+"'>"+arrayArgument[i]+"</option>\n");
}
windowArgument.document.write("</select><br/>\n");
windowArgument.document.write("<input type=\"button\" value=\"Invia\" onClick=\"alert('x'); window.close()\">\n");
windowArgument.document.write("&nbsp;<input type=\"button\" value=\"Annulla\" onClick=\"alert('test'); alert('sei sicuro?')\">\n");
windowArgument.document.write("</form>\n");
windowArgument.document.write("</body>\n");