How do I available plug-in for this < object > tag?
function load_about(){
document.getElementById("content").innerHTML='<object type="type/html" data="about.html" > </object>';
}
when I call the function using the browser google chrome this shows.
any solutions?