I was designing a webcode editor from textarea tag
Index.html
<textarea id="code"></textarea>
I want to get full code of other page in textarea but how to do it
other.html
<!Doctype html>
<html>
<head>
<title>title</title>
</head>
<body>
//something code...
</body>
</html>