Sorry if this is incorrect, but it seems correct on the surface... you appear to have missed part of the tag out where the script begins...
<script \"text/javascript\"...
is what you put,
but surely it should say
<script language=\"text/javascript\"...
?
or "type" if not language. but basically you're missing the equals and the wotsit thingy that is either "language" or "type" in this instance... is my guess, anyway.
Probably just a careless error on your part, eh? Or maybe that makes no difference and it is permissable to write the script tag in the way you've done it - i haven't looked this up, I just made this guess from looking at your code.
this google search appears to corroborate my theory to some extent...
http://www.google.co.uk/search?hl=en...G=Search&meta=
and suggests that "type" is the (more?) correct wotsit to use for this job.
Last edited by witnesstheday; 02-18-2009 at 07:59 AM..
|