Scholieren.com forum

Scholieren.com forum (https://forum.scholieren.com/index.php)
-   Software & Hardware (https://forum.scholieren.com/forumdisplay.php?f=20)
-   -   popup met javascript (https://forum.scholieren.com/showthread.php?t=13701)

Beyoned 12-03-2002 12:29

popup met javascript
 
hey wat is die code van popup met javascript ik heb hem thuiz wel a,ar ik ben nu op school :S
was ehm eerst iets tussen <head></head> en dan de link zelf nog aanpassen....

Henri 12-03-2002 14:33

Dit komt van mijn site af, volgens mij is dit compleet.

Tussen <head> en </head>
Code:

<script language="JavaScript">
<!--
        function openwin(location) {OpenWin = this.open(location, "index", "width=620,height=470,");}
// -->
</script>

<style>
<!-- Styles verbergen voor oudere browsers -->
<!--
    A      {  text-decoration: none}

    A:hover {  text-decoration: underline}
    -->
</style>

Code:

<font face="Tahoma" size="2px">[ </font>
 <a href="javascript http://forum.scholieren.com/redface.gifpenwin('index2.htm')"><font " face="Tahoma" size="2" color="#000000">Klik hier om de site binnen te gaan</font></a>
<font face="Tahoma" size="2px"> 
</font>
<font face="Tahoma" size="2px"> ]</font>
</td> </tr>
</table>

Suc6!

MilieuGaatVoor 12-03-2002 19:59

Code:

<script language="JavaScript">
<!--
        function openWin(location) {
OpenWin = window.open(location, "index", "width=620,height=470,");
}
// -->
</script>

in body:
Code:

<a href="javascript:openWin('index2.htm')">*popt up!*</a>

edit: pijpsmiley in code?? grr

[Dit bericht is aangepast door Socratesss (12-03-2002).]


Alle tijden zijn GMT +1. Het is nu 00:05.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.