Groups | Search | Server Info | Keyboard shortcuts | Login | Register
Groups > it.comp.lang.javascript > #8238
| Newsgroups | it.comp.lang.javascript |
|---|---|
| Date | 2018-03-27 05:01 -0700 |
| References | <p9d9eb$1mfj$1@gioia.aioe.org> |
| Message-ID | <a2a6e03c-b30b-4714-b04c-6d1bc1fe67f4@googlegroups.com> (permalink) |
| Subject | Re: sintassi |
| From | Indec Mal <indecmal@gmail.com> |
Il giorno martedì 27 marzo 2018 13:20:46 UTC+2, Gulp® ha scritto:
> Qualcuno cortesemente mi corregge la sintassi? Non funziona.
>
>
> document.write('<tr style="background-color:red; border:1px solid
> black;" onclick="VoceCat(' + categorie[i] + ');"><td
> style="font-size:26px; width:338px; height:30px;">' + categorie[i] +
> '</td></tr>')
document.write("<tr style='background-color:red; border:1px solid black;' onclick='VoceCat(" + categorie[i] + ");'><td style='font-size:26px; width:338px; height:30px;'>" + categorie[i] + "</td></tr>")
Back to it.comp.lang.javascript | Previous | Next — Previous in thread | Next in thread | Find similar
sintassi Gulp® <gulp@hotmail.it> - 2018-03-27 13:20 +0200
Re: sintassi Indec Mal <indecmal@gmail.com> - 2018-03-27 05:01 -0700
Re: sintassi Gulp® <gulp@hotmail.it> - 2018-03-27 16:37 +0200
Re: sintassi Gulp® <gulp@hotmail.it> - 2018-03-27 19:08 +0200
Re: sintassi Indec Mal <indecmal@gmail.com> - 2018-03-28 04:00 -0700
Re: sintassi Gulp® <gulp@hotmail.it> - 2018-03-29 09:31 +0200
Re: sintassi Sandro kensan <kensan@kensan.it> - 2018-03-29 17:20 +0200
csiph-web