Posts by D.Neves • 1 point
2 posts
-
0
votes1
answer92
viewsQ: iframe with designMode get generated html inside the iframe?
Guys, I’m wearing a iframe together with Javascript to create a text editor as described below: <iframe scrolling="auto" class="MINI_EDITOR" name="MINI_EDITOR"> And the Javascript code is…
-
0
votes2
answers39
viewsA: how do I change the background color using Javascript?
@Rafael Silva you can use: Document.querySelector('#background'); Just follow the example: OnClick('#Fundo')=function() { document.querySelector('#fundo'); }