Need Help Calling Javascript Function
-
I found a javascript code I’d really like to use, but can’t find out how to implement it.
I don’t know anything really about javascript, but from what I understand, you create some javascript function which goes in the <head> section of the html code, like this:
<script language=”javascript”>
“function”
</script>Then you call the function in the body of the html file to use it. I’m not sure how to use it with how the blog is set up though. I found a folder titled “scripts” in my theme folder, so I created the script and uploaded it there, but this doesn’t work. I also tried putting the script in “page.php”, but this doesn’t work either.
Anyone have any ideas?
Thanks… I appreciate any help :)!
- The topic ‘Need Help Calling Javascript Function’ is closed to new replies.