9 lines
174 B
HTML
9 lines
174 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>A page with a javascript URL iframe</title>
|
|
</head>
|
|
<body>
|
|
<iframe id="testFrame" src="javascript:void(0)"></iframe>
|
|
</body>
|
|
</html>
|