I am Adel and I am creating a gaming app that works with PHP, js, and HTML, now what I want is a way to get a text from div with the id 'value1' inside an iframe with the id 'ServerData' in js.
This file is stored locally in my program that runs php, js, and html files:
<html>
<head></head>
<body>
<iframe src="http://website.com/file.php">
<div id="value1">
AnText
</div>
</iframe>
<script>
the script
</script>
</body>
</html>