Sobi2 bugo [resolvido]

Mais
13 anos 6 meses atrás #67307 por Uriel
Uriel replied the topic: Re: Sobi2 bugo
se não me engano sim !! é dentro do Sobi

Please Entrar ou Registrar to join the conversation.

  • victhiago
  • Avatar de victhiago Autor do Tópico
  • Offline
  • JCB! Colaborador
  • JCB! Colaborador
Mais
13 anos 6 meses atrás #67308 por victhiago
victhiago replied the topic: Re: Sobi2 bugo
Uriel, pode fechar o tópico...

Fui verificar o sobi2.details e encontrei o erro...

Só achei estranho pq apareceu MISTERIOSAMENTE!!!



Aqui o código que apaguei...

function printSobi()
{
var display_setting="toolbar=no,location=no,directories=yes,menubar=no,";
display_setting+="scrollbars=yes,width=600, height=560, left=100, top=25";
var content_innerhtml = document.getElementById("printDetails").innerHTML;
var document_print=window.open("","",display_setting);
document_print.document.open();
document_print.document.write('<html><head><title>Details listing </title></head>');
document_print.document.write('<link rel="stylesheet" type="text/css" href="components/com_sobi2/templates/advanced_print_template/print/SobiPrint.css" media="all" />');
document_print.document.write('<body onLoad="self.print();self.close();" >');
document_print.document.write(content_innerhtml);
document_print.document.write('</body></html>');
document_print.print();
document_print.document.close();
return false;
}



Valeu pela ajuda...

Até mais!

[center:33cv8xfq][b:33cv8xfq]Vicente Thiago de Carvalho[/b:33cv8xfq]
[url:33cv8xfq]http://www.Guialfenas.com.br[/url:33cv8xfq][/center:33cv8xfq]

Please Entrar ou Registrar to join the conversation.

Mais
13 anos 6 meses atrás #67311 por Uriel
Uriel replied the topic: Re: Sobi2 bugo
vc mesmo pode fechar o tópico!!
basta edita-lo e colocar [resolvido]

abraço

Please Entrar ou Registrar to join the conversation.