Javascript I'm editing content but can't send it to textbox

Hi

I am changing the content layout using javascript but I am not able to send the content to the textbox. How can I do?

GetValue

Video Kaydedici 2

.
I want is to print “Test Sites” in the text box.

Site;

Web Scraper Test Sites

ColorChangeJS;

document.querySelector(“div.col-md-12 > h1”).style.backgroundColor = “red”;

TextChangeJS;

document.querySelector(“div.col-md-12 > h1”).innerHTML = “Hello World!”;`

Use “on java script evaluated” block instead of “on js confirm”

1 Like

Yes, this is exactly what I was looking for. Thank you so much.

indir

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.