Stes81 wrote: > well as it mentioned at the introduction page I included these files > <script type="text/javascript" src="/javascripts/prototype.js"</script> > <script type="text/javascript" src="/javascripts/window.js"</script> >
Well, if that is your actual code, I would not expect it to work. You are missing the closing angle bracket on the opening script tag. Try: <script type="text/javascript" src="/javascripts/prototype.js"> </script> <script type="text/javascript" src="/javascripts/window.js"> </script> -- Will _______________________________________________ Javawin mailing list [email protected] http://mail.xilinus.com/mailman/listinfo/javawin_xilinus.com
