Insert codes or java scripts in a webpage in dreamweaver 8
Posted on July 8, 2008
Filed Under Java |
How do i insert codes or java scripts in a webpage in dreamweaver 8?
Put them between these tags, which can be placed in the header or the body (You can use Dreamweaver’s source editing mode):
<script type=”text/javascript”>
</script>
And a note to everyone: Please STOP using “codes” (plural) - code is not a discrete noun in this sense.
Tags: Java
If you enjoyed this post, make sure you subscribe to my RSS feed!
Comments
Leave a Reply