I just started my first web design job and am a little confused. The company I am working for uses templates to design the e-commerce website. The developer is able to add more code to the templates to further customize the site. The templates seem to use VB for the most part with a little html and JavaScript mixed in. When I tried to call a function to a sql database its connected to with Java, it didnt recognize anything within the tags. From what research I've done, I'm guessing I need to do the tags like this:
<script type="text/javascript"><script language="javascript>
blah, blah, blah, blah
</script>
is this correct?