I'm attempting to run this iframe in HTA, but although I put the height as 100%, it's only showing up as about 30% for some reason. I'm new to HTA but it's mostly the same as HTML. How can this work? Thanks in advance ~
<!DOCTYPE html>
<title> Test iframe </title>
<head>
<iframe src="http://cyberh1.xyz/paste/index2.php" style="border:1px blue solid;" name="frame1" scrolling="auto" frameborder="yes" align="center" height = "100%" width = "100%">
</iframe>
</head>