I need to display a python variable in javascript loop. But when I try to show it, doesn't work:
document.write("<p><strong> A l'attention de :"+${l.name}+"</strong><br/> Tél : </p>");
Help me please!
I need to display a python variable in javascript loop. But when I try to show it, doesn't work:
document.write("<p><strong> A l'attention de :"+${l.name}+"</strong><br/> Tél : </p>");
Help me please!
Print that value in div section with id, and call that value in javascript.
like
${l.name}${l.name}varlanme=document.getelementbyid('lname')
document.write("A l'attention de :"+ lname +"
");
Tél :
Crie uma conta hoje mesmo para aproveitar os recursos exclusivos e interagir com nossa incrível comunidade!
Inscrever-se| Publicações relacionadas | Respostas | Visualizações | Atividade | |
|---|---|---|---|---|
|
1
jun. 25
|
6080 | |||
|
1
set. 19
|
12868 | |||
|
3
dez. 23
|
48539 | |||
|
Images in webkit / mako pdf reports
Resolvido
|
4
set. 16
|
9090 | ||
|
0
mar. 15
|
5738 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.