Jump to content

Script in HTMLFrame


lema

Recommended Posts

Hello.
Why doesn't script in HTML work?
The HTML.text of UnimHTMLFrame is

<div id="test" style="width: 100%; height: 100%">test DIV</div>

<script>
document.getElementById("test").innerHTML="Hello";
</script>

PS.

I can't upload here a test project

Link to comment
Share on other sites

  • Administrators

Hello.

Why doesn't script in HTML work?

The HTML.text of UnimHTMLFrame is

<div id="test" style="width: 100%; height: 100%">test DIV</div>

<script>
document.getElementById("test").innerHTML="Hello";
</script>

PS.

I can't upload here a test project

 

Pls post your issue in bug reports forum. You can attach a test case there.

 

Thanks

Link to comment
Share on other sites

×
×
  • Create New...