(Actualizar Acumulados del Empleado)
(Actualizar Acumulados del Empleado)
Line 13:
  var container = document.getElementById("video");    var container = document.getElementById("video"); 
  var frame = document.createElement("iframe");    var frame = document.createElement("iframe"); 
    + frame.style.width = "500px";  
    + frame.style.height = "281px";  
       
  frame.onload = function () {    frame.onload = function () { 
Line 22:
  vframe.setAttribute("frameborder", "0");    vframe.setAttribute("frameborder", "0"); 
  vframe.setAttribute("allowfullscreen", "");    vframe.setAttribute("allowfullscreen", ""); 
- vframe.style.width = "500px";   + vframe.style.width = "510px";  
- vframe.style.height = "281px";   + vframe.style.height = "285px";  
       
  fdoc.body.appendChild(vframe);    fdoc.body.appendChild(vframe);