SitePoint Sponsor |
|
User Tag List
Results 1 to 1 of 1
-
Jul 18, 2007, 01:44 #1
- Join Date
- Jun 2004
- Posts
- 417
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Different behaviour on other server
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:
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