Jump to content

Criação POPUP


Anabela
Go to solution Solved by jacreis,

Recommended Posts

Boa tarde, tudo bem?

O meu problema hoje é referente à realização de um pop up quando a pagina é carregada

<SCRIPT TYPE="text/javascript"> function popup(mylink, windowname) { if (! window.focus)return true; var href; if (typeof(mylink) == 'string') href=mylink; else href=mylink.href; window.open(href, windowname, 'width=400,height=200,scrollbars=yes'); return false; } </SCRIPT>
<BODY onLoad="popup('autopopup.html', 'ad')">

Não percebo javascript o que me deixa um grande problema(não consigo criar um pop up so com html/php, "era bom")

O código acima abre então uma janela(com a própria pagina) quando a pagina é carregada, o que eu gostaria que aparecesse seria um imagem ou um texto de aviso(a função alert não se encaixa no perfil da pagina)

Obrigada pela atenção.

Link to comment
Share on other sites

Boa tarde

<link href="http://www.cbre.eu/portal/page/portal/TEST/TestGKC/JSFiles/CDN/colorbox.css" rel="stylesheet"></link>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js" type="text/javascript"></script>
<script src="https://github.com/jackmoore/colorbox/blob/master/jquery.colorbox-min.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function(){
    $.fn.colorbox({href:"imagem.jpg", open:true});
});
</script> 

Cordiais cumprimentos,

apocsantos

"A paciência é uma das coisas que se aprendeu na era do 48k" O respeito é como a escrita de código, uma vez perdido, dificilmente se retoma o habito"

Link to comment
Share on other sites

  • Solution

Eu recomendaria a dares uma vista de olhos em janelas modais. 

http://www.webdesignerdepot.com/2012/10/creating-a-modal-window-with-html5-and-css3/

podes ver aqui a diferença entre o lightbox e a janela modal.

https://ux.stackexchange.com/questions/90336/whats-the-difference-between-a-modal-popup-popover-and-lightbox

---
 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site you accept our Terms of Use and Privacy Policy. We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.