Jump to content
Fivewin Brasil

portal nacional nfe


Alain da Silva

Recommended Posts

vagner, será que não é provisório. na sexta tinha voltado ao normal, hoje estou vendo que voltou esse erro:

function visualizaEvento(id)
{
if(janela)
janela.focus()
if (document.getElementById(id)) {
var dataAtual = new Date();
janela = window.open('', 'winNFeCompleta', 'top=50,left=50,width=800,height=500,scrollbars=yes,status=yes');
var HTML = '';
HTML += '';
HTML += '';
HTML += '.notprint {overflow: hidden;display: none;}';
HTML += '';
HTML += '';
HTML += '.toggle { background-image:none !important; }';
HTML += '.toggable { display: block !important; }';
HTML += '';
if(id=='CCe') { HTML += 'Carta de Correção'; }
else if ( id=='EventoCanc') {HTML += 'Evento de Cancelamento'; }
HTML += document.getElementById(id).innerHTML;
HTML += '';
HTML += '';
abs
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...