Search results

  1. willemvo

    JavaScript calculation problem!!!!

    i dunno what i did wrong,,, can anybody help me?<html> <head><title>TEST</title> <script type="text/javascript" language="JavaScript1.3"> /*i'm dutch so maybe there will be some terms you don't get!!*/ function plusje(form) { document.getElementById("number").disabled=true...
  2. willemvo

    Email Check JavaScript

    I've builded this poorly looking script,, but i need it so can anybody tell me what i did wrong with the array and the indexOf function... PLEASE HELP ME!!<html> <head> <title>TEST</title> </head> <body> <SCRIPT language="JavaScript"> <!-- function emailcheck(form) { var email=form.email.value...
  3. willemvo

    Problem music player JavaScript

    Hello js-experts... I have a quetion for you i've been busy days and days but can't find the answer to play the music,, can somebody please tell me how to fix it or fix it for me?? here's the code<html> <head> <script type="text/javascript"> <!-- counter = 0; songs = new Array(); function...
  4. willemvo

    Problem JavaScript

    Can anybody tell me what i did wrong:dunno:?? because it doesn't play any sounds at all!! I realy don't understand:rant2: <html> <head> <script type="text/javascript"> <!-- counter = 0; songs = new Array(); function addsong() { file = document.forms[0].file.value; if(file == "") {...
  5. willemvo

    Problem JavaScript

    Can anybody tell me what i did wrong:dunno:?? because it doesn't play any sounds at all!! I realy don't understand:rant2: <html> <head> <script type="text/javascript"> <!-- counter = 0; songs = new Array(); function addsong() { file = document.forms[0].file.value; if(file == "") {...
  6. willemvo

    HELP ME!! JavaScript!!

    Can anybody tell me what i did wrong?? 'cause i have no idea:dunno:!!;;<html> <head> <SCRIPT language="JavaScript1.3" type="text/JavaScript"> function disable() { var code = form.code.value; if (form.code.value == 'g') { document.getElementById("mySelect").disabled=false...
  7. willemvo

    Problem JavaScript

    <html> <head> <title>Test JavaScript</title> <script lang="JavaScript"> <!-- //********************************************\\ //******script made by willem van oort ©2008******\\ //*********************************************\\ bereken(form) var purchase = form.purchase.value; var selling price...
Top