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 :
Creează-ți un cont astăzi pentru a beneficia de funcții exclusive și a interacționa cu minunata noastră comunitate!
Înscrie-te| Postări similare | Răspunsuri | Vizualizări | Activitate | |
|---|---|---|---|---|
|
1
iun. 25
|
5919 | |||
|
1
sept. 19
|
12676 | |||
|
3
dec. 23
|
48317 | |||
|
Images in webkit / mako pdf reports
Rezolvat
|
4
sept. 16
|
9090 | ||
|
0
mar. 15
|
5574 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.