Adding javascript code to a specific wordpress page
-
I have a code snippet from a vendor that I need to add to one of the pages of my WordPress intranet site. The code snippet is similar to the below:
<script src="https://support.ebsco.com/eit/scripts/ebscohostsearch.js" type="text/javascript"></script> <form><input name="db" type="hidden" value="" /> <input title="Enter your search terms here to search DynaMed" maxlength="250" name="sb" size="30" type="text" value="Search DynaMed..." /> <!-- [if IE]><input type="text" style="display: none;" disabled="disabled" size="1" /><![endif]--> <input title="Click Search to search DyanMed" name="submitType" type="submit" value="Search" /></form><strong>Get CE credits for searching DynaMed! <a href="DynaMed-for-CE-Credits.pdf" target="_blank">Click this link to learn more.</a></strong>
The search box shows up (that’s just straight html) but it doesn’t work and I think it’s because the javascript is not loading.
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘Adding javascript code to a specific wordpress page’ is closed to new replies.