Hello i have a stupid problem but dont get to resolve :S

i have to put a javascript between labels

<head></head>

inside a part of my web veocine but i dont want the javascript is in all the site.

Do you know any way to use different headers in wordpress or how to put the javascript in the body ¿? because if i put now in the body, this dont work and show the code in the page.

many many thanks.

Putting javascript in the <head></head> of one page does not mean that will be included in any other page.

To put script in the <body></body> use tags like this

<body>
...
<script type="text/javascript">
...
</script>
...
</body>
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.