questo è il file *.js
Codice HTML:
document.writeln('<form name="av_newsletter" action="http://www.altervista.org/servizi/m_list/m_list.php">');
document.writeln('<table border=0><tr>');
document.writeln(' <td align=right>');
document.writeln(' <input type="text" name="email">');
document.writeln(' </td><td align=left>');
document.writeln(' <input type="submit" value="OK">');
document.writeln(' </td></tr><tr>');
document.writeln(' <td colspan=2 align=center>');
document.writeln(' <input type="radio" name="azione" value="iscrivi" checked> Iscrivi');
document.writeln(' <input type="radio" name="azione" value="rimuovi"> Rimuovi');
document.writeln(' </td></tr><tr>');
document.writeln(' <td align="center" colspan=2><a href="http://www.altervista.org" style="text-decoration: none; font-family: comic sans ms; font-size: 8pt">Powered by AlterVista Mailing List</a></td>');
document.writeln('</tr></table></form>');
prendi tutto il codice html e modifichi quello che vuoi
edit:
potresti mettere il codice *.js dentro un div con i css in modo ke modifica tutto il codice dentro