J
jessnair
Onclick of buttons i need the corresponding page to load in the
'content' div tag, for some reason the following is not
working..........?
function load(arg)
{
var url = arg + ".html";
document.getElementByID("content").src = url;
}
<div id="content">
</div>
'content' div tag, for some reason the following is not
working..........?
function load(arg)
{
var url = arg + ".html";
document.getElementByID("content").src = url;
}
<div id="content">
</div>