There's a typo in the spelling of "function", so maybe the error message that you're getting is misleading ?

e.g. if "funtion" was a variable, you wouldn't have brackets after it - you'd have a semicolon.

L

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

------------------------------------------------------------------------

No virus found in this incoming message.
Checked by AVG Free Edition. Version: 7.5.503 / Virus Database: 269.17.1/1183 - Release Date: 13/12/2007 09:15

Reply via email to