8 lines
164 B
HTML
8 lines
164 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<script>
|
|
var isindex = document.createElement("isindex");
|
|
isindex.setAttribute("form", "f");
|
|
isindex.form;
|
|
</script>
|
|
</html>
|