Commit 590c39257fdd4c8967f980fd2e9d8bb743b40b29
1 parent
5c0a5b6d
Exists in
master
and in
7 other branches
--no commit message
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
ferramentas/inserexy2/index.js.php
| ... | ... | @@ -663,9 +663,9 @@ i3GEOF.inserexy = { |
| 663 | 663 | mostra = function(retorno){ |
| 664 | 664 | i3GEOF.inserexy.aguarde.visibility = "hidden"; |
| 665 | 665 | if (retorno.data !== undefined){ |
| 666 | - var ins = retorno.data[0]+"<br>"; | |
| 667 | - ins += retorno.data[1]+"<br>"; | |
| 668 | - ins += retorno.data[2]+"<br>"; | |
| 666 | + var ins = "<textarea style=width:480px;height:80px >"+retorno.data[0]+"</textarea><br>"; | |
| 667 | + ins += "<textarea style=width:480px;height:80px >"+retorno.data[1]+"</textarea><br>"; | |
| 668 | + ins += "<textarea style=width:480px;height:80px >"+retorno.data[2]+"</textarea><br>"; | |
| 669 | 669 | $i("i3GEOinserexywktres").innerHTML = "<p class=paragrafo >"+ins+"</p>"; |
| 670 | 670 | } |
| 671 | 671 | else | ... | ... |