HighDots Forums  

finestre popup

Javascript (Italian) Il linguaggio JavaScript (it.comp.lang.javascript)


Discuss finestre popup in the Javascript (Italian) forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
alexia
 
Posts: n/a

Default finestre popup - 12-05-2003 , 09:58 AM






:-) GRAZIE PER LA RISPOSTA TROPPO GENTILE.
...MA VOLEVO FARTI UN'ALTRA DOMANDA..
SE HO DUE IMMAGINI PERCHE' CLICCANDO SU UNA SI APRE LA FINESTRA MA APPENA
CLICCO SULL'ALTRA LA FINESTRA NON E' IN PRIMO PIANO
:-(?


<a href="#" onclick="window.open('pop1.htm','','width=500,heig ht=500');
return false;">
<img src="ImmaginePiccola1.jpg" width="50" height="50">
</a>

Nella pagina "pop1.htm" inserisci l'ImmagineGrande1.jpg.



Posted from X-Privat Free NNTP server - www.x-privat.org

Reply With Quote
  #2  
Old   
ZER0
 
Posts: n/a

Default Re: finestre popup - 12-05-2003 , 10:02 AM






On Fri, 5 Dec 2003 15:58:45 +0100, alexia wrote:

Quote:
:-) GRAZIE PER LA RISPOSTA TROPPO GENTILE.
Ssssh... se scrivi in "maiuscolo" su internet significa che stai
"urlando"..

Quote:
SE HO DUE IMMAGINI PERCHE' CLICCANDO SU UNA SI APRE LA FINESTRA MA APPENA
CLICCO SULL'ALTRA LA FINESTRA NON E' IN PRIMO PIANO
:-(?
Perche' e' corretto cosi'; nel secondo caso la finestra e' gia' aperta.

Puoi vedere se ti funziona qualcosa del tipo:

Quote:
a href="#" onclick="window.open('pop1.htm','','width=500,heig ht=500');
return false;"
img src="ImmaginePiccola1.jpg" width="50" height="50"
/a
<a href="#"
onclick="window.open('pop1.htm','','width=500,heig ht=500').focus();return
false;">
<img src="ImmaginePiccola1.jpg" width="50" height="50">
</a>

--
C'ya,
ZER0 :: coder.gfxer.webDesigner();

"When you have eliminated the impossible, whatever remains,
however improbable, must be the truth." (S.H.)


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.