-1
I wanted to put a banner or link in a particular location of the page using a javascript that would be in another location of the same page
guy
<script>
função que eu colocaria os links ou banners
</script>
<div>
<script>
local que apareceria os links e/ou banner (não sei se precisaria de script aqui)
</script>
</div>
You don’t need two tags
script, does everything in one. And to appear the "links", would be in HTML, would be what you want?– Douglas Garrido
it doesn’t have to be separate, it’s for a blog the script would be outside and within the posts I put a link with a modal and in this modal I would put this link equal to all posts... More if I want to change the link was just go in javascript..
– Lary