• Login
  • Register
  • Zoek
Everywhere
  • Everywhere
  • Articles
  • Pages
  • Forum
  • Filebase Entry
  • More Options

ICTscripters

Dé plek voor IT

Dé plek voor IT

Login

Geavanceerde opties
  1. Home
  2. Forum
    1. Alle berichten
    2. Recente activiteiten
  3. ICT Nieuws
  4. Blog
  5. Marktplaats
    1. Werk
    2. Advertenties
    3. Domeinnamen
    4. Websites
    5. Design & lay-outs
    6. Scripts
    7. Overige
  6. Design
  7. Leden
    1. Actieve bezoekers
    2. Team
    3. Leden zoeken
  8. Downloads
  9. Goedkope domeinnamen
  1. Home
  2. Forum
    1. Alle berichten
    2. Recente activiteiten
  3. ICT Nieuws
  4. Blog
  5. Marktplaats
    1. Werk
    2. Advertenties
    3. Domeinnamen
    4. Websites
    5. Design & lay-outs
    6. Scripts
    7. Overige
  6. Design
  7. Leden
    1. Actieve bezoekers
    2. Team
    3. Leden zoeken
  8. Downloads
  9. Goedkope domeinnamen
  1. Home
  2. Forum
    1. Alle berichten
    2. Recente activiteiten
  3. ICT Nieuws
  4. Blog
  5. Marktplaats
    1. Werk
    2. Advertenties
    3. Domeinnamen
    4. Websites
    5. Design & lay-outs
    6. Scripts
    7. Overige
  6. Design
  7. Leden
    1. Actieve bezoekers
    2. Team
    3. Leden zoeken
  8. Downloads
  9. Goedkope domeinnamen
  1. Dé plek voor IT - ICTscripters
  2. Leden
  3. febol

Forum

  • Beta-testers gezocht voor Crypto-oefenplatform

    Syntax 29 januari 2026 om 16:11
  • Na 15 jaar terug van weggeweest: iCriminals.nl is terug (BETA)!

    Syntax 19 januari 2026 om 09:34
  • Developer Gezocht

    Mikevdk 10 januari 2026 om 18:57
  • Op zoek naar de legends

    Syntax 5 januari 2026 om 13:50
  • [FREE] WeFact Hosting module

    Jeroen.G 13 oktober 2025 om 14:09
  • Help testers nodig voor android app Urgent

    urgentotservices 26 september 2025 om 10:21
  • Versio vervanger

    Jeroen.G 25 augustus 2025 om 15:56
  • Afspraken systeem met planbeperking

    Lijno 1 augustus 2025 om 23:04

Marktplaats

  • 321 Nieuwe Domeinnamen December 2025

    shiga 1 januari 2026 om 10:26
  • Meerdere mafia game template te koop

    Syntax 26 december 2025 om 00:07
  • Van een pixelige afbeelding naar een strakke, moderne website

    Syntax 21 december 2025 om 17:05

Posts by febol

  • functie uitvoeren bij sluiten venster

    • febol
    • 25 juni 2012 om 17:03

    oke dat ga ik probeeren echt bedankt voor u duidenlijke uitleg en reactie!

    dank u wel

    groetjes tim

    EEN VRAAGJE

    kan ik ook dat ik als de bestel klik dat hij als hij dat javascript venster open dat hij dan en leegmaakt op als ze op kruisje kluikken dan hij hem dan leeg maakt ? want dit lukt mij niet sory of mischien een voorbeeldje ?

    bedankt voor u hulp en tijd

    groetjes tim

  • functie uitvoeren bij sluiten venster

    • febol
    • 25 juni 2012 om 15:43

    ow sorry dan ben ik heel erg dom bezig sorry ik dacht dat het 2de scripot java was ? wat is dit dan ?

  • functie uitvoeren bij sluiten venster

    • febol
    • 25 juni 2012 om 15:38

    programmataal : javascript

    ik heb een problem dat als ik mijn venster sluit bij mijn bestelformulier (die ik gedownload heb) dat hij als je dan op kruisje klikt en dan weer op bestel dat hij dat de 2 keer bij elkaar opteld tuurwel hij de eerste keer moet vergeten want toen is er niet voor niks op kruisje geklikt.

    nu dacht ik dan zet ik er een function in dat hij de cookies leegd als het java venster sluit maar iemand enige iedee hoe ik dit moet doen ?

    ik heb al lang op google zitten zoeken!

    als u de oplossing heeft wilt u dan met uitleg geven zo mogenlijk want dan leer ik nog iets :D

    alfast bedankt! voor u tijd en moeite

    groetjes tim. ik hoop dat het zo duidenlijk voor u is

    hier is het script
    voormulier.htm

    PHP
    <script language="JavaScript" type="text/javascript" src="winkelwagentje.js"></script>
    <form name="tel" method="get">
    
    
    <input type=hidden name="prijs" value="15.00">
    <input type=hidden name="prijs" value="11.35">
    <input type=hidden name="prijs" value="10.00">
    <input type=hidden name="prijs" value="10.00">
    <input type=hidden name="prijs" value="10.00">
    <input type=hidden name="prijs" value="10.209">
     
    <div align="center">
    
    
    <table border=1 width=400> 
    <tr>
    <th bgcolor="#E9E9E9">Product</th>
    <th bgcolor="#E9E9E9">Kies</th>
    <th bgcolor="#E9E9E9">Aantal</th>
    <th bgcolor="#E9E9E9">Eenheidsprijs</th>      
    </tr>
    
    
    <tr>
    <td>Product 1</td>
    <td><input type="checkbox" name="producten" value="Product 1"></td>
    <td><input type="text" name="aantaly" value="1" size=2></td>
    <td height="24"><p align="center">€ 10,00</td>
    </tr>
       
    <tr>
    <td bgcolor="#E9E9E9">Product 2</td>
    <td bgcolor="#E9E9E9"><input type="checkbox" name="producten" value="Product 2"></td>
    <td bgcolor="#E9E9E9"><input type="text" name="aantaly" value="1" size=2></td>
    <td height="24" bgcolor="#E9E9E9"><p align="center">€ 10,00</td>
    </tr>
    
    
    <tr>
    <td>Product 3</td>
    <td><input type="checkbox" name="producten" value="Product 3"></td>
    <td><input type="text" name="aantaly" value="1" size=2></td>
    <td height="24"><p align="center">€ 10,00</td>
    </tr>
    
    
    <tr>
    <td bgcolor="#E9E9E9">Product 4</td>
    <td bgcolor="#E9E9E9"><input type="checkbox" name="producten" value="Product 4"></td>
    <td bgcolor="#E9E9E9"><input type="text" name="aantaly" value="1" size=2></td>
    <td height="24" bgcolor="#E9E9E9"><p align="center">€ 10,00</td>
    </tr>
    
    
    <tr>
    <td>Product 5</td>
    <td><input type="checkbox" name="producten" value="Product 5"></td>
    <td><input type="text" name="aantaly" value="1" size=2></td>
    <td height="24"><p align="center">€ 10,00</td>
    </tr>
    
    
    <tr>
    <td>Product 6</td>
    <td><input type="checkbox" name="producten" value="Product 6"></td>
    <td><input type="text" name="aantaly" value="1" size=2></td>
    <td height="24"><p align="center">€ duizend</td>
    </tr>
        
    </table>
    </div>
    
    
    <p align="center">   
    <input type="button" name="buttonName" value="Bestellen" onclick="BestelLijst()">            
    <input type="reset" value="Alles Wissen">  </p>
    </form>
    Toon Meer

    DIT IS DE JAVA!

    PHP
    // winkelwagentje.js
    
    
    var aantal=0; 
    var bedrag=0; 
    var subtotaal=0; 
    var totaal=0; 
    
    
    // hier wordt het bestelformulier gemaakt
    
    
    function BestelLijst() {
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes");
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write("") 
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<','!DOCTYPE HTML PUBLIC \"-\/\/W3C\/\/DTD HTML 4.0\/\/EN\">','\n')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<','html','>','\n')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<','head','>','\n')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<','title>','        ... EVEN GEDULD TOT DE FACTUUR IS OPGEMAAKT ...     ','<','/title>','\n') 
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<','script language=\"Javascript\">','\n')
    
    
    // controle op een geldig email-adres
    
    
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('function FControle','(formulier)',' {','\n') 
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('if','(formulier.Emailadres.value.length <= 6 ||')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('formulier.Emailadres.value.indexOf (\'@\'\, 0) == -1 ||','\n')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('formulier.Emailadres.value.indexOf (\'.\'\, 0) == -1')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('){','\n')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('alert(\" Je hebt geen geldig e-mailadres ingevuld.\")','\n')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('return false;','\n')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('}','\n')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('else {','\n')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('alert (\"OK om te versturen? \")','\n')
    
    
    // hieronder jouw verzendingsadres invullen
    
    
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('formulier.action=\"mailto:[email protected]\"','\n')
    
    
    // hieronder de URL van jouw bedankingspagina invullen
    
    
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('location.href=\"thanx.htm"','\n')
    
    
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('return true;','\n')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('}','\n')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('}','\n')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<','/script>','<','/head>','\n')
    
    
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<','body')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write(' bgcolor=\"#FFCC66\" text=\"black\"')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<','div align=\"center\">','\n')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<','table border=0 cellpadding=0 cellspacing=0 width=400>','\n')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<tr>','\n')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<td width=400 height=25 colspan=5 bgcolor=\"#999999\">','\n')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<p align=\"center\"><font face=\"Arial\" size=\"3\" color=\"white\"><b>JOUW BESTELLING<\/b>','<\/font>','\n')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<\/td><\/tr>','\n')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<tr>','\n')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<','form name=\"formulier\" method=\"post\" enctype=\"text/plain\" onsubmit=\"JavaScript:return FControle(this);\">','\n')
    
    
    for (i=0;i<=6;i++){ //6 aanpassen aan het aantal producten !
    if (document.tel.producten[i].checked){ 
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<tr>','\n')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<td width=300 colspan=2>','\n')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<p align=\"left\">','\n')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<font face=\"Arial\" size=2>','\n')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<','input type=','\"','hidden','\"')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write(' name=','\"',(i+1),'\"',' value=')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('\"',(document.tel.producten[i].value),'\"')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('>')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write(document.tel.producten[i].value); 
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write(" "); 
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<\/font><\/td>','\n')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<td width=70>','\n')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<p align=\"right\">','\n')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<font face=\"Arial\" size=2>','\n')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write(document.tel.aantaly[i].value); 
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write(" stuk "); 
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write(" = "); 
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<\/font><\/td>','\n')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<td width=35>','\n')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<p align=\"right\">','\n')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<font face=\"Arial\" size=2>','\n')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write(" € "); 
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<i','nput type=','\"','hidden','\"')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write(' name=','\"','Aantal stuks','\"',' value=')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('\"',(document.tel.aantaly[i].value),'\"')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('>')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<\/font><\/td>','\n')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<td width=50>','\n')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<p align=\"right\">','\n')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<font face=\"Arial\" size=2>','\n')
    aantal= (document.tel.aantaly[i].value); 
    bedrag= (document.tel.prijs[i].value); 
    subtotaal= aantal*bedrag;
    totaal+=subtotaal ;
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write(subtotaal.toFixed(2)); 
    subtotaal=0 ; 
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<br>'); 
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<\/font><\/td>','\n')
    }
    else {}
    
    
    if (i==5) break ; //hier aanpassen !: 4 =( aantal producten - 1 )
    
    
    }
    subtotaal= aantal*bedrag;
    if(subtotaal < 1000){
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<\/tr>','\n')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<tr>','\n')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<td colspan=5>','\n')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<p align=\"left\">','\n')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<br><font face=\"Arial\" size=2>','\n')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<','input type=','\"','checkbox','\"')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write(' name=','\"','Totaal bedrag','\"',' value=')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('\"',(totaal),'\"')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write(' checked>')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<\/font>','\n')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<font face=\"Arial\" size=2>','\n')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write("<b>totaal: "+" "); 
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write(totaal.toFixed(2)); 
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write(" EURO<\/b>"); 
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<\/font><br><br>','\n')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<\/td><\/tr>','\n')
    }
    else{
    	window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<\/tr>','\n')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<tr>','\n')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<td colspan=5>','\n')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<p align=\"left\">','\n')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<br><font face=\"Arial\" size=2>','\n')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<','input type=','\"','checkbox','\"')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write(' name=','\"','Totaal bedrag','\"',' value=')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('\"',(totaal),'\"')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write(' checked>')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<\/font>','\n')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<font face=\"Arial\" size=2>','\n')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write("<b>totaal: "+" "); 
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write(totaal.toFixed(3)); 
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write(" EURO<\/b>"); 
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<\/font><br><br>','\n')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<\/td><\/tr>','\n')
    }
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<tr>','\n')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<td width=400 height=25 colspan=5 bgcolor=\"#999999\">','\n')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<p align=\"center\"><font face=\"Arial\" size=\"3\" color=\"white\"><b>BESTELFORMULIER<\/b>','<\/font>','\n')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<\/td><\/tr>','\n')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<tr>','\n')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<\/tr>','\n')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<td bgcolor=\"#CCCCCC\"><\/td>','\n')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<td width=170 bgcolor=\"#CCCCCC\"><\/td>','\n')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<td width=70 bgcolor=\"#CCCCCC\"><\/td>','\n')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<td width=35 bgcolor=\"#CCCCCC\"><\/td>','\n')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<td bgcolor=\"#CCCCCC\"><\/td>','\n')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<tr>','\n')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<td width=400 height=1 colspan=5 bgcolor=\"#CCCCCC\">','\n')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<\/td><\/tr>','\n')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<tr>','\n')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<td width=130 height=15 valign=\"middle\" bgcolor=\"#CCCCCC\">','\n')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<p align=\"left\">','\n')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<font face=\"Arial\" size=2 color=\"black\"><b> <\/b><\/font>','\n')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<font face=\"Arial\" size=2 color=\"black\"> Naam:  <\/font><\/td>','\n')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<td width=370 height=15 valign=\"middle\" colspan=\"4\" bgcolor=\"#CCCCCC\">','\n')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<p align=\"left\">','\n')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<font face=\"Arial\" size=2 color=\"#999999\">','\n')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<','input type=\"text\" name=\"Naam besteller\" maxlength=\"20\"> <\/font><\/td>','\n')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<\/tr>','\n')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<tr>','\n')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<td width=130 height=15 valign=\"middle\" bgcolor=\"#CCCCCC\">','\n')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<p align=\"left\">','\n')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<font face=\"Arial\" size=2 color=\"black\">  Telefoon:  <\/font><\/td>','\n')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<td width=370 height=15 valign=\"middle\" colspan=\"4\" bgcolor=\"#CCCCCC\">','\n')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<p align=\"left\">','\n')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<font face=\"Arial\" size=\"2\" color=\"#999999\">','\n')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<i','nput type=\"text\" name=\"Telefoon\" maxlength=20 size=20><\/font><\/td>','\n')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('</tr>','\n')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<tr>','\n')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<td width=130 height=15 valign=\"middle\" bgcolor=\"#CCCCCC\">','\n')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<p align=\"left\">','\n')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<font face=\"Arial\" size=2 color=\"black\"><b> <\/b><\/font>','\n')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<font face=\"Arial\" size=2 color=\"black\">E-mail:  <\/font><\/td>','\n')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<td width=370 height=15 valign=\"middle\" colspan=\"4\" bgcolor=\"#CCCCCC\">','\n')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<p align=\"left\">','\n')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<font face=\"Arial\" size=2 color=\"#999999\">','\n')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<','input type=\"text\" name=\"Emailadres\" maxlength=\"25\" size=\"25\"><\/font><\/td>','\n')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<\/tr>','\n')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<tr>','\n')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<td width=130 valign=\"top\" bgcolor=\"#CCCCCC\">','\n')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<p align=\"left\">','\n')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<font face=\"Arial\" size=2 color=\"black\"><b> <\/b></\font>','\n')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<font face=\"Arial\" size=2 color=\"black\">Adres: <\/font><\/td>','\n')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<td width=370 valign=\"middle\" colspan=4 bgcolor=\"#CCCCCC\">','\n')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<p align=\"left\">','\n')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<font face=\"Arial\" size=2 color=\"#999999\">','\n')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<','textarea name=\"Besteladres\" rows=4 cols=40><\/textarea> <\/font><\/td>','\n')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<\/tr>','\n')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<tr>','\n')
    
    
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<td width=500 height=12" align=\"center\" valign=\"middle\" colspan=\"5\" bgcolor=\"#CCCCCC\">','\n')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<p align=\"center\">','\n') 
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<','input type=\"submit\" name=\"Submit\" value=\"Versturen\"> <\/td>','\n')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<\/tr>','\n')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<','\/form>','\n')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<','\/table><\/div>','\n')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<','\/body>','\n')
    window.open("","win","left=10,top=10,width=450,height=525,scrollbars=yes,resizable=yes").document.write('<','\/html>','\n')
    }
    function delCookie(name){
     expires = new Date(1970,1,1);
     expires = expires.toGMTString();
     deCookie = name
     deCookie += "=delete; expires=";
     deCookie += expires;
     document.cookie = deCookie;
    }
    Toon Meer

    als iemand nog tijd over heeft wilt u dan ook uitleggen hoe if en variabelen maakt in java want volgensmij mnoet er bij java geen $ voor een variabelen toch maar var VERIABEL1? graag een kleine duidenlijke uitleg alleen als u tijd en zin heeft!!!!! en hoe je een variabelen oproepen in een if gewoon alleen als je je variabelen hebt de naam VARIABEL1 of if(var VARIABEL1) ?

    doeg

  • KMedia logo

    • febol
    • 17 juni 2012 om 18:42

    ikvind hem wel mooi alleen er staat 2 keer home ik zou die grijze rechts boven houden en ik vind het te groot ik zou het iets kleiner maken als ik u was

    groetjes tim

  • Maffia layout V2

    • febol
    • 17 juni 2012 om 18:40

    ik vind er te veel zwarty in zitten en de tekst is niet goed te lezen ook vind ik het en standaard indeling kaal ik zou als ik u was gewoon op papier zetten welke kleuren u waarvoor wilt gebruiken en mischien eerst iets schetsen en dan in photoshop cs uitwerken en daar mag je best wel even 2 weekjes mee bezig zijn!

    groetjes tim

  • preg_match uitleg

    • febol
    • 13 juni 2012 om 00:33

    dank u wel ik ga morgen als ik dan nog internet heb duidenlijk kijken echt bedankt!

    groetjes tim

  • preg_match uitleg

    • febol
    • 12 juni 2012 om 23:30

    ow oke zal ik nu gelijk gaan doen dank u wel jah want ik bedoen die raare (voor mij raare) tekens

    Edit:

    ik heb nu dit

    PHP
    !preg_match("/[a-zA-Z0-9]+/", $pass)


    ik wil dat hij minsters 1
    kleine letter
    groote letter
    cijfer befat

    waarom doet dit het dan niet ?

  • Macbook/Windows

    • febol
    • 12 juni 2012 om 23:28

    ik heb een apple gehad veel fijner werken vind ik dan ook met photoshop maar windows heb ik nu weer want kan geen nieuwe apple betalen nou ook niks mis mee hoor als je niet op raare virus site gaat ofzo

    groetjes tim

  • preg_match uitleg

    • febol
    • 12 juni 2012 om 23:23

    Php (preg_match)

    kan iemand mij uitleggen hoe een preg_metch in elkaar zit

    graag als voorbeeld
    minimaal 1 kleine letter,
    minimaal 1 hoofdletter,
    minimaal 1 cijfer,
    minimaal 1 teken (zoals !@#$%)

    kan iemand deze neerzetten en dan uitleggen waar elk ding voor staat en waarom die op zijn plaats staat. want ik weet dat de + voor 1 of meer staat maar ik heb heel google algezocht uitleggen gevonden of jah eentje maar nu lukt het nog niet

    ik denk dat andere mensen hier ook veel aan zullen hebben

    groetjes tim

    en alvast bedankt (alleen doen als u het leuk vind er er tijd voor over heeft!) dank u wel
    en een fijne dag nog

    (ik hoop dat ik het duidenlijk heb uitgelicht en niet te veel vraag!)

  • Registratie SQL santex error

    • febol
    • 10 juni 2012 om 23:33

    VonDutch echt hel eerg bedankt ik ga nu al die linken checklen en goed doorlezen dankj u wel en sorry dat ik het niet snap

    groetjes tim

  • Registratie SQL santex error

    • febol
    • 10 juni 2012 om 23:20

    halle vondutch u bedoelt dat ik betere bevijleging met preg_match moet maken ? (dat hem ik geprobeerd hor alleen ben nog hard aan het googlen voor hoe dat werkt sorry) bedoelt u dat of? sorry dat ik het niet snap!

    maar bedankt voor u reactie!

    groetjes tim

  • Registratie SQL santex error

    • febol
    • 10 juni 2012 om 23:12

    het is php en mysql

    Hallo iedereen ik heb een regestratie script heel erg veel aangepast en nu heb ik hem dacht ik af maar weergeeft hij de error

    PHP
    You have an error in your SQL syntax; check the manual that
     corresponds to your MySQL server version for the right syntax 
    to use near 'werkendam','','','','','0184544665','','','')'
     at line 1

    die weergeeft hij als ik op aanmeld klik en ik snap er niks meer van zit de helen avond al te zoeken

    dit is mijn php script

    PHP
    <?php /* ------------------------- */
      $login					= $_POST['login'];
      $pass                     = $_POST['pass'];
      $passconfirm              = $_POST['passconfirm'];
      $email					= $_POST['email'];
      $kvk						= $_POST['kvk'];
      $btw						= $_POST['btw'];
      $bedrijfsnaam				= $_POST['bedrijfsnaam'];
      $contactpersoon			= $_POST['contactpersoon'];
      $straatnaam				= $_POST['straatnaam'];
      $nummer					= $_POST['nummer'];
      $postcode					= $_POST['postcode'];
      $plaats					= $_POST['plaats'];
      $postbus					= $_POST['postbus'];
      $nummerpost				= $_POST['nummerpost'];
      $postcodepost				= $_POST['postcodepost'];
      $plaatspost				= $_POST['plaatspost'];
      $telefoon					= $_POST['telefoon'];
      $website					= $_POST['website'];
      $bankrekening				= $_POST['bankrekening'];
      $iban						= $_POST['iban'];
      $checkbox					= $_POST['checkbox'];
      
      
      $ip						= $_SERVER['REMOTE_ADDR'];
    
    
      if(isset($_POST['submit'])) {
    	if(preg_match('/^[a-zA-Z0-9_\-]+$/',$login) == 0){
    		echo"<b><table><tr><td class=\"aanmeld_vak\">U login mag alleen A-z,<br> 0-9, _ en - hebben</td></tr></table></b>";
    	}
        if($pass == ""){
    		echo"<b><table><tr><td class=\"aanmeld_vak\">U moet een wachtwoord invullen</td></tr></table></b>";
    	}
        if($pass != $passconfirm){
    		echo"<b><table><tr><td class=\"aanmeld_vak\">De wachtwoorden die U gaf<br> zijn niet identiek</td></tr></table></b>";
    	}
    	if($bedrijfsnaam == ""){
    		echo"<b><table><tr><td class=\"aanmeld_vak\">U moet een bedrijfsnaam invullen</td></tr></table></b>";
    	}
    	if($contactpersoon == ""){
    		echo"<b><table><tr><td class=\"aanmeld_vak\">U moet een contactpersoon invullen</td></tr></table></b>";
    	}
    	if($straatnaam == ""){
    		echo"<b><table><tr><td class=\"aanmeld_vak\">U moet een straatnaam invullen onder bezoekersadres</td></tr></table></b>";
    	}
    	if($nummer == ""){
    		echo"<b><table><tr><td class=\"aanmeld_vak\">U moet een nummer invullen onder bezoekersadres</td></tr></table></b>";
    	}
    	if($postcode == ""){
    		echo"<b><table><tr><td class=\"aanmeld_vak\">U moet een postcode invullen onder bezoekersadres</td></tr></table></b>";
    	}
    	if($plaats == ""){
    		echo"<b><table><tr><td class=\"aanmeld_vak\">U moet een plaats invullen onder bezoekersadres</td></tr></table></b>";
    	}
    	if($telefoon == ""){
    		echo"<b><table><tr><td class=\"aanmeld_vak\">U moet een telefoon nummer invullen</td></tr></table></b>";
    	}
    	if($email == ""){
    		echo"<b><table><tr><td class=\"aanmeld_vak\">U moet een E-mail invullen</td></tr></table></b>";
    	}
    	if($kvk == ""){
    		echo"<b><table><tr><td class=\"aanmeld_vak\">U moet een KvK invullen</td></tr></table></b>";
    	}
    	if($btw == ""){
    		echo"<b><table><tr><td class=\"aanmeld_vak\">U moet een BTW invullen</td></tr></table></b>";
    	}
        if(preg_match('/^.+@.+\..+$/',$email) == 0){
    		echo"<b><table><tr><td class=\"aanmeld_vak\">U moet een geldig E-mail adres invullen</td></tr></table></b>";
    	}
    	if($checkbox!= "checked"){
    		echo"U moet accord gaan met de voorwaarden";
    	}
    	 
        else {
          $dbres					= mysql_query("SELECT `id` FROM `[gebruikers]` WHERE `login`='{$login}'");
          if(mysql_num_rows($dbres) > 0){
    		  echo"<b><table><tr><td class=\"aanmeld_vak\">Er bestaat al iemand met die<br> login</td></tr></table></b>";
    	  }
          $dbres					= mysql_query("SELECT `id` FROM `[gebruikers]` WHERE `bedrijfsnaam`='{$bedrijfsnaam}'");
          if(mysql_num_rows($dbres) > 0){
    		  echo"<b><table><tr><td class=\"aanmeld_vak\">Dit bedrijf is al geregistreerd bij ons <br> mocht dit onjuist zijn gelieve contact op te nemen via de contact pagina</td></tr></table></b>";
    	  }
          $dbres					= mysql_query("SELECT `id` FROM `[gebruikers]` WHERE `email`='{$email}'");
          if(mysql_num_rows($dbres) > 0){
    		  echo"<b><table><tr><td class=\"aanmeld_vak\">Er is al iemand met die e-mail</b></td></tr></table>";
    	  }
    	 $dbres					= mysql_query("SELECT `id` FROM `[gebruikers]` WHERE `ip`='{$_SERVER['REMOTE_ADDR']}'");
          if(mysql_num_rows($dbres) > 0){
    		  echo"<b><table><tr><td class=\"aanmeld_vak\">Er is al een account in gebruik<br> op deze computer!</td></tr></table></b>";
    	  }
    
    
          else{
            mysql_query("INSERT INTO `[gebruikers]`(signup,login,wachtwoord,IP,email,kvk,btw,bedrijfsnaam,contactpersoon,straatnaam,nummer,postcode,plaats,postbus,nummerpost,postcodepost,plaatspost,telefoon,website,bankrekening,iban) values(NOW(),'$login',MD5('$pass'),'$ip','$email','$kvk','$btw','$bedrijfsnaam','$contactpersoon','$straatnaam','$nummer','$postcode,'$plaats','$postbus','$nummerpost','$postcodepost','$plaatspost','$telefoon','$website','$bankrekening','$iban')") or die (mysql_error());
    		$convert	= goed;
    
    
    
    
            $id					= mysql_insert_id();
            mail($email,"Cinvento - Account","Cinvento - Account.
    
    
    Beste $login
    
    
    Hieronder staan uw login-gegevens vermeld.
    Gebruikersnaam        = $login
    E-mail adres = $email
    Wachtwoord   = $pass
    
    
    Als een van de volgende gegevens niet juist zijn, kunt u dat melden door ons een bericht te stuuren op de contact pagina.
    
    
    Met bovenstaande gegevens kun je nu inloggen op http://www.cinventomaterieelvberhuur.nl
    
    
    Voordat u gebruik maakt van onze diensten wijzen wij u erop dat het verstandig is om de algemene voorwaarden goed door te lezen!
    
    
    Uitgaande dat deze regels U volkomen duidelijk zijn, wensen wij u een goed verbruik van onze servises.
    
    
    
    
    
    
    Met vriendelijke groet,
    Cinvento materieelverhuur.","From: Cinvento");
          }
        }
      }
    
    
    /* ------------------------- */ ?>
    <?PHP
          print <<<ENDHTML
    	<form method="POST" action="$PHP_SELF">
    <table width="605" cellpadding="0" cellspacing="0">
    <tr bgcolor="#cccccc"><td colspan="3"><b>&nbsp;<font color="#FF0000">*</font> Verplichte velden</b></td></tr>
    <tr bgcolor="#999999"><td colspan="3"><b>&nbsp;Account gegevens</b></td></tr>
    <tr height="25">	
    <td width=257><b>Gebruikersnaam<font color="#FF0000">*</font>:</b></td>
    <td width="156"><input border="1" type="text" name="login" maxlength=16 value="$login"></td>
    </tr>
    <tr height="25">
    <td width=257><b>Wachtwoord<font color="#FF0000">*</font>:</b></td>
    <td><input type="password" name="pass" maxlength=16></td>
    </tr>
    <tr height="25">
    <td width=257><b>Wachtwoord bevestiging<font color="#FF0000">*</font>:</b></td>
    <td><input type="password" name="passconfirm" maxlength=16></td>
    </tr>
    <tr height="25">
    <td width=257><b>Bedrijfsnaam<font color="#FF0000">*</font>:</b></td>
    <td><input type="text" name="bedrijfsnaam" maxlength=24 value="$bedrijfsnaam"></td>
    </tr>
    <tr height="25">
    <td width=257><b>Contactpersoon<font color="#FF0000">*</font>:</b></td>
    <td><input type="text" name="contactpersoon" maxlength=20 value="$contactpersoon"></td>
    </tr>
    <tr><td>&nbsp;</td></tr>
    <tr bgcolor="#999999"><td colspan="3"><b>&nbsp;bezoekadres</td></tr>
    <tr height="25">
    <td width=257><b>Straatnaam<font color="#FF0000">*</font>:</b></td>
    <td><input type="text" name="straatnaam" maxlength=24 value="$straatnaam"></td>
    <td width=190><b>Nr.<font color="#FF0000">*</font>:</b> <input type="text" name="nummer" maxlength="3" value="$nummer" class="nummer"></td>
    </tr>
    <tr height="25">
    <td width=257><b>Postcode<font color="#FF0000">*</font>:</b></td>
    <td><input type="text" name="postcode" maxlength=24 value="$postcode"></td>
    </tr>
    <tr height="25">
    <td width=257><b>Plaats<font color="#FF0000">*</font>:</b></td>
    <td><input type="text" name="plaats" maxlength=24 value="$plaats"></td>
    </tr>
    <tr><td>&nbsp;</td></tr>
    <tr bgcolor="#999999"><td colspan="3"><b>&nbsp;Postadres</td></tr>
    <tr height="25">
    <td width=257><b>Postbus:</b></td>
    <td><input type="text" name="postbus" maxlength=24 value="$postbus"></td>
    </tr>
    <tr height="25">
    <td width=257><b>Nummer:</b></td>
    <td><input type="text" name="nummerpost" maxlength=24 value="$nummerpost"></td>
    </tr>
    <tr height="25">
    <td width=257><b>Postcode:</b></td>
    <td><input type="text" name="postcodepost" maxlength=24 value="$postcodepost"></td>
    </tr>
    <tr height="25">
    <td width=257><b>Plaats:</b></td>
    <td><input type="text" name="plaatspost" maxlength=24 value="$plaatspost"></td>
    </tr>
    <tr><td>&nbsp;</td></tr>
    <tr bgcolor="#999999"><td colspan="3"><b>&nbsp;Overige gegevens</td></tr>
    <tr height="25">
    <td width=257><b>Telfoon nummer<font color="#FF0000">*</font>:</b></td>
    <td><input type="text" name="telefoon" maxlength=24 value="$telefoon"></td>
    </tr>
    <tr height="25">
    <td width=257><b>E-Mail<font color="#FF0000">*</font>:</b></td>
    <td><input type="text" name="email" maxlength=64 value="$email"></td><br>
    </tr>
    <tr height="25">
    <td width=257><b>Website:</b></td>
    <td><input type="text" name="website" maxlength=24 value="$website"></td>
    </tr>
    <tr height="25">
    <td width=257><b>KvK<font color="#FF0000">*</font>:</b></td>
    <td><input type="text" name="kvk" maxlength=24 value="$kvk"></td>
    </tr>
    <tr height="25">
    <td width=257><b>BTW<font color="#FF0000">*</font>:</b></td>
    <td><input type="text" name="btw" maxlength=24 value="$btw"></td>
    </tr>
    <tr height="25">
    <td width=257><b>Bankrekening nummer:</b></td>
    <td><input type="text" name="bankrekening" maxlength=24 value="$bankrekening"></td>
    </tr>
    <tr height="25">
    <td width=257><b>Iban:</b></td>
    <td><input type="text" name="iban" maxlength=24 value="$iban"></td>
    </tr>
    <tr><td>&nbsp;</td></tr>
    <tr bgcolor="#999999" height="25">
    <td><input type="checkbox" name="checkbox" value="checked">Ik accepteer de voorwaarden</td>
    <td align="right" class="aanmeld_butten_rigister"><input type="submit" name="submit" style="width: 100;" value="Aanmelden"></td>
    </tr>
    <tr><td>&nbsp;</td></tr>
    </table>
    </form>
    ENDHTML;
    if($convert == goed){
          print "SuccesVol Aangemeld<br>
    U bent aangemeld bij Cinvento materieelverhuur,<br> U kunt nu meteen in loggen.\n";
    }
    ?>
    Toon Meer

    en dit is de my sql (database)

    PHP
    CREATE TABLE IF NOT EXISTS `[gebruikers]` (
      `id` int(4) NOT NULL AUTO_INCREMENT,
      `signup` datetime DEFAULT NULL,
      `iP` varchar(32) DEFAULT NULL,
      `login` varchar(16) DEFAULT NULL,
      `wachtwoord` varchar(32) DEFAULT NULL,
      `email` varchar(64) DEFAULT NULL,
      `kvk` varchar(64) DEFAULT NULL,
      `btw` varchar(64) DEFAULT NULL,
      `bedrijfsnaam` varchar(64) DEFAULT NULL,
      `contactpersoon` varchar(64) DEFAULT NULL,
      `straatnaam` varchar(64) DEFAULT NULL,
      `nummer` varchar(64) DEFAULT NULL,
      `postcode` varchar(64) DEFAULT NULL,
      `plaats` varchar(64) DEFAULT NULL,
      `postbus` varchar(64) DEFAULT NULL,
      `nummerpost` varchar(64) DEFAULT NULL,
      `postcodepost` varchar(64) DEFAULT NULL,
      `plaatspost` varchar(64) DEFAULT NULL,
      `telefoon` int(12) DEFAULT NULL,
      `website` varchar(100) DEFAULT NULL,
      `bankrekening` varchar(64) DEFAULT NULL,
      `iban` varchar(64) DEFAULT NULL,
      `nomail` int(2) DEFAULT '0',
      `master` int(2) DEFAULT '0',
      `admin` int(2) DEFAULT '0',
      PRIMARY KEY (`id`)
    ) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=2081 ;
    Toon Meer

    sorry als ik heel dom ben ofzowiets en als u mij wilt helpen wilt u dan ook uitleggen dat ik fout heb gedaan dan leer ik er iets van en ik ben weer aan het leeren jah had paar probleempjes maar nu ben ik er weer elk weekend :D wat ik heel erg leuk vind nouwja goed

    ik hoop dat iemand mij kan helpen en uitlegggen aleen als u tijd en zin heeft hoor!!!!!

    groetjes tim

  • SGY.nl

    • febol
    • 3 juni 2012 om 07:07

    ik vind dat blauwe niet zo mooi misch in fotoshop iets weer vlakken met transplarant erop zetten of boegen witte en dan transplarant verder vind ik het wel mooi aleen ik denk nog eventjes klussen en dan word hij nog wel mooier denk ik dan

    groetjes tim

  • Layout

    • febol
    • 3 juni 2012 om 07:02

    ik vind hem echt mooi alleen ik zou meer kleur doen, moet eventjes snel reageeren want ik ben nog moe maar goed gedaan!

    groetjes tim

  • Free webhost layouts

    • febol
    • 26 mei 2012 om 22:26

    ik vind hem ook wel mooi hoor wel druk maar wel mooi

  • Developer voor het maken van scripts

    • febol
    • 26 mei 2012 om 22:25

    ik denk niet dat je dat voor 10 euro kan doen jah sommigen vast wel maar laat staan voor 2 maar ik wens u succes!

    kijk want een roulette script en kooivechten ik weet niet hoe uitgrbrijd u het wilt maar ik ben er altijd best eventjes mee bezig nu ben ik ook echt een beginnen maar goed

    dus eigenlijk wil ik als tip geven als je iets goede wilt iets meer uitgeven

    dit is maar mijn mening hoor en wat ik denk dus sorry als het fout is

    groentjes tim en succes ik hoop dat u het lukt!

  • Met trots presenteren wij...

    • febol
    • 24 april 2012 om 10:50

    succes met jullie werk ik hoop dat het jullie goed af gaat veel plezier en gefeliciteerd!

    groetjes tim

  • Afscheid van een projectleider

    • febol
    • 9 april 2012 om 23:06

    bedankt voor u inzet succes verder!

    groetjes tim

  • Tabel niet goed

    • febol
    • 9 april 2012 om 18:55

    padding-bottom:...px;

    in de css zettern voor die border line naar onderen te zetten dacht ik

    groetjes tim

  • Ci Check [ NEW!NEW ]

    • febol
    • 5 april 2012 om 12:00

    Mooie site alleen ik zou er wel een beetje meer kleur in brengen orangje net als je logo zeg maar maar ik vind hem heel erg mooi hoor!!!!! en het logo ook!!!!!

    echt heel erg mooi!

    groetjes tim

ICT Nieuws

  • Fijne feestdagen

    tcbhome 28 december 2025 om 13:55
  • Kritieke update voor Really Simple Security-plug-in

    K.Rens 16 november 2024 om 16:12
  • ING Nederland streeft naar ondersteuning van Google Pay tegen eind februari

    K.Rens 2 november 2024 om 16:09

Blogs

  • Functioneel ontwerp

    Dees 28 december 2014 om 12:38
  • Access Control List implementatie in PHP/MySQL - deel 1/2

    FangorN 28 december 2018 om 12:35
  • Access Control List implementatie in PHP/MySQL - deel 2/2

    FangorN 29 december 2018 om 12:37
  1. Marktplaats
  2. Design
  3. Voorwaarden
  4. Ons team
  5. Leden
  6. Geschiedenis
  7. Regels
  8. Links
  9. Privacy Policy
ICTscripters ©2005 - 2026 , goedkope hosting door DiMoWeb.com, BE0558.915.582
Sponsors: Beste kattenhotel provincie Antwerpen | Beste Zetes eid kaartlezer webshop
Style: Nexus by cls-design
Stylename
Nexus
Manufacturer
cls-design
Licence
Commercial styles
Help
Supportforum
Visit cls-design