(adsbygoogle = window.adsbygoogle || []).push({});
I have been looking and cannot find this, will someone instruct me on how to do so?
ex:
lets say we have a file on a server (index.html) domain.com/index.html
and it's very simple.
INDEX.HTML:
<body>
<p>This is the text I want to change</p>
</body>
Now I want to make a login page (domain.com/admin/index.html)
it will login then I want to have the ability to change the <p> text on domain.com/index.html from a textbox on domain.com/admin/index.html
if that makes sense, there is no really good articles or blogs on how to do this so if you could instruct me that would be nice
btw making this for a screen snapr site