Guest - Dayane - Posted April 12, 2005 Report Share Posted April 12, 2005 Existe algum java script que me permite ocultar os botão de maximizar, fechar e minimizar da Internet Explorer? Quote Link to comment Share on other sites More sharing options...
0 olimpia Posted April 12, 2005 Report Share Posted April 12, 2005 Pra obter estes resultados você tera que abrir um pop up, mas o botão fechar acho que não tem como retirar do browserneste link http://www.w3schools.com/js/tryit.asp?file...s_openallwindow explica com abrir um pop up.qualquer coisa post ai novamente Quote Link to comment Share on other sites More sharing options...
0 DataSet Posted April 12, 2005 Report Share Posted April 12, 2005 ocultar o botão fechar...function semmenus() { cyber=window.open('agendadas.asp', 'agendadas','fullscreen=3,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,titlebar=no,resizable=no,maximized=no,left=0,top=0,screenX=0,screenY=0,width=632,height=200') }Aqui... to chamando pelo botão" <td><button class=botCon onclick='semmenus()'>Agenda</button></td>" &_ Para aparecer o botão fechar retire o comando: fullscreen=3beleza ?? Quote Link to comment Share on other sites More sharing options...
Question
Guest - Dayane -
Existe algum java script que me permite ocultar os botão de maximizar, fechar e minimizar da Internet Explorer?
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.