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 :
| 関連投稿 | 返信 | ビュー | 活動 | |
|---|---|---|---|---|
|
1
6月 25
|
6102 | |||
|
1
9月 19
|
12896 | |||
|
3
12月 23
|
48575 | |||
|
4
9月 16
|
9090 | |||
|
0
3月 15
|
5775 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.