Hi, all.

I'm getting this error message:

missing ; before statement
        window.onload=function() {\n

for this code:

<script type="text/javascript">
                
        window.onload=funtion() {
        $(".image").dropshadow({left:6, top:6, blur:3 })
        }
                                
</script>

I tried putting the ; everywhere in the code, but
couldn't figure it out.

HELP!

Rick

Reply via email to