Re: Form web address
Posted: Fri Feb 25, 2022 9:21 am
At least the errors are gone but as there is no error and the iframe still blank, I will have to dig deeper (probably tonight or tomorrow)
Code: Select all
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>Knihy</title>
</head>
<body>
<h1>This is my book catalogue Nr.1</h1>
<script src="jquery.js"></script>
<iframe>
<!-- src="http://katalog.jecool.net/index2.php" -->
src="https://www.sme.sk"
<!-- src="http://katalog.jecool.net/index.php?u=hocikto&p=4321" -->
<!-- style="width:1600px;height:900px;border-style:none;" -->
<!-- width="1600" height="900" -->
<!-- style="border:none" -->
</iframe>
</body>
</html>
Code: Select all
<script src="jquery.js"></script>
<iframe
src="http://katalog.jecool.net/index2.php" width="1600px" height="800px">
</iframe>