Quick JS Question (Adding JS Within a Page)
-
Hey Guys,
I’m trying to include this JS in the following page and I’m getting an error on the first ” before “photo_gallery”. Do I need to encode the quotation mark somehow for it to be read correctly?
Any suggestions would be greatly appreciated.
Thanks!
<script type=”text/javascript”>
var so = new SWFObject(“photo_gallery.swf”, “movie”, “410”, “300”, “6”, “#ffffff”);
so.write(“photo_gallery”);
</script>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Quick JS Question (Adding JS Within a Page)’ is closed to new replies.