0

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. No plugin available

any solutions?


you can do this:

//return the final contructed array(here $tableChange) as function output
function addSortingCode($tableChange)
{

     //your code
     return $tableChange;
}

//calling of the function

 $output = addSortingCode($courseInfo);
4

1 に答える 1