/ Forside/ Teknologi / Udvikling / Java Scripts / Tip
Login
Glemt dit kodeord?
Brugernavn

Kodeord


Reklame
Top 10 brugere
Java Scripts
#NavnPoint
molokyle 5410
Klaudi 2799
smorch 2439
kim 1360
Harlekin 1134
bentjuul 984
gibson 800
severino 695
Random 675
10  konsulent.. 626
Popup som ej kan lukkes før accept
kim har modtaget 15 point for dette tip
Fra : kim
Vist : 1003 gange

Dato : 22-02-01 14:00

Hovedside, herfra åbnes popup vinduet...

<html>
<head>
<script>
theUrl="popup.html"

function doThePopUp(){
reWin=window.open(theUrl,'hell','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=200,height=300,top=100,left=100')
}
</script>
</head>
<body>
<a href="javascript:doThePopUp()">Open Popup</a>
</body>
</html>



Selve popup-vinduet: popup.html

<html>
<head>
<script>
theUrl = 'popup.html'
lockU = 1
function doAgain(){
if (lockU == 1){
reWin=window.open(theUrl,'','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=200,height=300,top=100,left=100')
}
}
</script>
<title>Agree With Me!</title>
</head>
<body onunload="doAgain()" bgcolor="#FF0000" link="#FFFF00" vlink="#FFFF00" alink="#FFFF00">
<font color="#FFFFFF" size="2" face="Arial">
You cannot close this window until you agree with me.</font>
<p><font color="#FFFFFF" size="2" face="Arial">Clicking on the 'x' close on the titlebar won't do it.
Right-clicking on the taskbar button and clicking on 'close' won't do it. Alt-F4
won't do it.</font></p>
<p><font color="#FFFFFF" size="2" face="Arial">If you wanna get rid of me, you have to agree with me...</font></p>
<p><a href="javascript:lockU=0;self.close()">I agree.</a></p>
</body>
</html>

 
 
Bedømmelse

Fra : gandalf


Dato : 23-02-01 09:46



Bedømmelse

Fra : gandalf


Dato : 23-02-01 09:46



Bedømmelse

Fra : gandalf


Dato : 23-02-01 11:34



Bedømmelse

Fra : gandalf


Dato : 24-02-01 01:50



Bedømmelse

Fra : gandalf


Dato : 24-02-01 01:50



Du har følgende muligheder
Eftersom du ikke er logget ind i systemet, kan du ikke lave en bedømmelse til dette tip.

Hvis du ikke allerede er registreret, kan du gratis blive medlem, ved at trykke på "Bliv medlem" ude i menuen.
Søg
Reklame
Statistik
Spørgsmål : 177416
Tips : 31962
Nyheder : 719565
Indlæg : 6407858
Brugere : 218876

Månedens bedste
Årets bedste
Sidste års bedste