I'm making a simple html page which is require an <iframe>
to show a specific area of the page. I used iframe so many times but this time I don't know what I'm doing wrong...
Please take a look at my code and help me!
HTML
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Iframe Test</title>
</head>
<body>
<iframe src="https://www.secure-booker.com/sorelle/ShopOnline/Products.aspx" width="1000" height="1000" frameborder="0"></iframe>
</body>
</html>