mauro.edgar Posted September 5, 2006 at 01:37 PM Report Share #48391 Posted September 5, 2006 at 01:37 PM Gostaria de saber se alguem me sabe dizer como fazer o seguinte: Tenho uma página html e o meu objectivo é clicar num botão eliminar e aparecer-me um popup pekenino sem menus e barras de deslocamento só com os botões sim e não para confirmar a eliminação. Abraço Link to comment Share on other sites More sharing options...
skin Posted September 5, 2006 at 02:27 PM Report Share #48402 Posted September 5, 2006 at 02:27 PM <script> function openpopup(){ var popurl="ligação ao teu popup" winpops=window.open(popurl,"","width=400,height=338,") } openpopup() </script> Agora só tens de escolher a altura e largura que eu defini como 400 e 380 Our lives begin to end the day we become silent about things that matter - Martin Luther King Link to comment Share on other sites More sharing options...
mauro.edgar Posted September 5, 2006 at 03:04 PM Author Report Share #48414 Posted September 5, 2006 at 03:04 PM ok, já percebi, muito obrigado. Mas onde ponho este script no evento do botão eliminar? Abraço Link to comment Share on other sites More sharing options...
karva Posted September 5, 2006 at 03:05 PM Report Share #48415 Posted September 5, 2006 at 03:05 PM metes <a href="#" onClick="openpopup()";>texto</a> Proud LEIC-A@IST student! Link to comment Share on other sites More sharing options...
mauro.edgar Posted September 5, 2006 at 03:21 PM Author Report Share #48423 Posted September 5, 2006 at 03:21 PM Bigadão Já bomba.... Link to comment Share on other sites More sharing options...
mauro.edgar Posted September 5, 2006 at 04:12 PM Author Report Share #48440 Posted September 5, 2006 at 04:12 PM Só mais uma dúvida. Kual é o comando para esse popup aparecer centrado no ecrã???? Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now