Go Back   Forum > Tecno-Cool > Hardware & Software

LOGIN

Register FAQ Live Now! Rules Live TV Arcade Search Today's Posts Mark Forums Read






× Notice: This forum is read-only.The content of the community may not be verified or updated. More info
 
 
Thread Tools Search this Thread Display Modes Translate
Prev Previous Post   Next Post Next
  #1  
Old 11-11-2008, 11:15 AM
zibibbo zibibbo is offline
泽比波葡萄
 
zibibbo's Avatar
 

Join Date: Aug 2005
Posts: 3,159
zibibbo is on a distinguished road
Default

[help] script popup


per voi sarą una caxxata ma non trovo modo di far aprire un popup centrato delle dimensioni che voglio io cliccando su un link

ne ho trovato alcuni.

il primo fa quello che voglio io ma non č centrato top e left sono a 10

Code:
<script type="text/javascript"> <!-- var stile = "top=10, left=10, width=250, height=200, status=no, menubar=no, toolbar=no scrollbar=no"; function Popup(apri) { window.open(apri, "", stile); } //--> </script>



il secondo mi permette di centrarlo ma la funzione messa nella pagina richiama un solo link "mioFile.htm" mentre a me serve che per ogni link si apre un popup diverso

Code:
<script type="text/javascript"> <!-- function PopupCentrata() { var w = 400; var h = 250; var l = Math.floor((screen.width-w)/2); var t = Math.floor((screen.height-h)/2); window.open("mioFile.htm","","width=" + w + ",height=" + h + ",top=" + t + ",left=" + l); } //--> </script>


come faccio a incrociare i due? ho provato a mettere le variabili del secondo nel primo ma non mi ridą il popup con le dimensioni che metto io
__________________
Prima di chiedere CERCA sul forum, nel 99,9999% dei casi il tuo argomento č gią stato trattato e la tua domanda ha gią una risposta!


Schedule: Serie A - Premier league - Liga - Bundesliga - Lfp - Champions League - Uefa Cup - ecc. ecc.
Link radio: Serie A e B
su www.zibibbo****


Reply With Quote
 







Thread Tools Search this Thread
Search this Thread:

Advanced Search
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
Forum Jump


All times are GMT +2. The time now is 01:15 PM.


Powered by: vBulletin Copyright ©2000 - 2023, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.