PDA

View Full Version : |Pedido| Pop up MuSite



Roy
03/05/2017, 06:50 PM
Alguém tem o código de algum pop up pra MuSite ?

fireservers
04/05/2017, 05:54 AM
O que você quer dizer exatamente com pop up?
Seguem 3 códigos de pop up:

<a href="#" onclick="window.open('[Only registered and activated users can see links]', '_blank', 'STATUS=NO, TOOLBAR=YES, LOCATION=NO, DIRECTORIES=NO, RESISABLE=NO, SCROLLBARS=YES, TOP=10, LEFT=10, WIDTH=640, HEIGHT=480');">Clique para abrir</a>

<script>
window.open('[Only registered and activated users can see links]', '_blank', 'STATUS=NO, TOOLBAR=YES, LOCATION=NO, DIRECTORIES=NO, RESISABLE=NO, SCROLLBARS=YES, TOP=10, LEFT=10, WIDTH=640, HEIGHT=480');
</script>

<script>
alert('Insira qualquer texto aqui');
</script>

A segunda opção normalmente é bloqueada em alguns navegadores...

Roy
04/05/2017, 09:48 AM
Queria tipo essa aqui.
[Only registered and activated users can see links]

Terrorista
04/05/2017, 05:01 PM
<style type="text/css">



#popup{



position:absolute;



top:120px;



left:100px;



padding:4px 4px 4px 4px;



border-width:1px;



border-style:solid;



background:#242424;



display:none;



z-index:10000;



}



</style>



<script>



$(function () {



$("#popup").fadeIn(2000);



$("a[href=#fechar]").click(function () {



$(".popup").fadeOut(2000);



return false;



});



});



</script>



<!-- <div id="popup" class="popup" style="display:none">



<a href="#" target='_blank'><img src="[Only registered and activated users can see links]" border="0"></a>



<small><a href="#fechar"><br/><div align="right"><font size="2"><b>FECHAR</b></font></div></a></small>



</div> -->



</head>



<body>


:D Ponto Amigo

Roy
05/05/2017, 12:11 AM
<style type="text/css">



#popup{



position:absolute;



top:120px;



left:100px;



padding:4px 4px 4px 4px;



border-width:1px;



border-style:solid;



background:#242424;



display:none;



z-index:10000;



}



</style>



<script>



$(function () {



$("#popup").fadeIn(2000);



$("a[href=#fechar]").click(function () {



$(".popup").fadeOut(2000);



return false;



});



});



</script>



<!-- <div id="popup" class="popup" style="display:none">



<a href="#" target='_blank'><img src="[Only registered and activated users can see links]" border="0"></a>



<small><a href="#fechar"><br/><div align="right"><font size="2"><b>FECHAR</b></font></div></a></small>



</div> -->



</head>



<body>


:D Ponto Amigo




Obrigado:)

louis
05/05/2017, 12:14 AM
Pedido atendido! Tópico fechado.