Search results

  1. willemvo

    Need text editting script

    Well, yoomla isn't exactly where i was looking for...
  2. willemvo

    JavaScript calculation problem!!!!

    Thanx but when i try to solve eg 8*8... it doesn't work... so i tried this but it won't work yet... <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Untitled Document</title> </head> <body> <script...
  3. willemvo

    Reflection in IE

    You can use the site:http://www.reflectionmaker.com/ to do it.. but than the reflection will also be the image!!:biggrin:
  4. willemvo

    [REQ][website]Fix javascript

    You can use the site:http://www.reflectionmaker.com/ to do it.. but than the reflection will also be the image!!
  5. 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...
  6. willemvo

    Email Check JavaScript

    Thanx man!!! PLEASE CLOSE THIS THREAD
  7. 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...
  8. willemvo

    Problem music player JavaScript

    sorry but my site is still off-line!!:happysad: but you can just put it in notepad++ or something, and save it as file.html!!:biggrin:
  9. willemvo

    Problem music player JavaScript

    Thanks scopey;) please make some time if you can thanks in advance:biggrin:
  10. willemvo

    Help with HTML code cleaning (javascript)

    actually there is no way of doing that unless you use PHP
  11. 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...
  12. 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 == "") {...
  13. 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 == "") {...
  14. willemvo

    Problem JavaScript

    Please close this THREAD...
  15. 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...
  16. willemvo

    What I have so far for my Guild Site.

    Your site doesn't work!!...
  17. willemvo

    [IMG]

    [IMG]
  18. willemvo

    Problem JavaScript

    Thanks!! now it works!!
  19. 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