Hi,
I am developing a website . The home page contains 10 different html templates.
What I need to do is that i want to access a div tag from a template which is defined in another html template. I tried
document.getElementById('d').innerHTML="some text";
but it is showing null.
Is there any way to define <div> as global so it is accessible from any other html template.
Kindly help me on this.