As the title says, im wondering how i can load / read some .html from another one. like if i were to open main.html and then click a button (which i already have) then it loads that other html inside the existing one. But just displaying the code.
Thanks
Thanks, i have that part down. But what im really asking is if i can load another html documents code from within a html
%%Inside of cool.html%%
*button here* (User presses button)
example.htm's code appears here
<html>
<head>
</head>
<body>
</body>
</html>
Thanks
Thanks, i have that part down. But what im really asking is if i can load another html documents code from within a html
%%Inside of cool.html%%
*button here* (User presses button)
example.htm's code appears here
<html>
<head>
</head>
<body>
</body>
</html>