Hi all,
I ahd a script on my dev machine, which was running fine. When I moved my site to the new server (other host), the Javascript did not work anymore. JS is client side, right ? So what could be the reason it is not working anymore ?
Below is the script:
This is called in a form which has dependent dropdown lists.Code:<SCRIPT language=JavaScript> function reload(form) { var val=form.merk.options[form.merk.options.selectedIndex].value; self.location='index.php?merk=' + val ; } </script>
Any ideas?
Kind regards,
Michel




Bookmarks