<script type="text/javascript">
    window.onload = function() {
        $(".image").dropshadow({left:6, top:6, blur:3}); // semi-colon
definitely goes here
    }; // I think one can go here too
</script>

On Dec 14, 2007 10:05 PM, Rick Faircloth <[EMAIL PROTECTED]> wrote:

>  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
>



-- 
Aaron Heimlich
Web Developer
[EMAIL PROTECTED]
http://aheimlich.freepgs.com

Reply via email to