- 1
Please, help with repair button
4 Respuestas
+ 1
what are you trying to accomplish? please explain in detail
+ 1
By doing document.write
You are replacing all the elements in the html file
You should create an element
Give it an ID
And put your information there by using
document.getElementById ("id").innerHTML = value;
0
You can try something like this if that's what you want
https://code.sololearn.com/WMyAkZbgm9Rw