Title: JavaScript in WP Pages
Last modified: August 19, 2016

---

# JavaScript in WP Pages

 *  [avanti_seo](https://wordpress.org/support/users/avanti_seo/)
 * (@avanti_seo)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/javascript-in-wp-pages/)
 * Hi there
    I have looked at other posts for this solution, but cannot find. Apologies
   if I missed posted solution. Am rusty with web-dev, and new to WP, and I want
   to put a ‘Bookmark us’ link in a clients WP-Page. – similar to the “javascript.
   internet.com” code at bottom of this post. I’ve read the “Javascript in Posts”
   Codex advice, but can’t get it to work.
 * How do I get a non-template, one-time JavaScript to work in WP?
 * Thank you
 * <script language=”JavaScript”>
    function bookmark(url,title){ if ((navigator.
   appName == “Microsoft Internet Explorer”) && (parseInt(navigator.appVersion) 
   >= 4)) { window.external.AddFavorite(url,title); } else if (navigator.appName
   == “Netscape”) { window.sidebar.addPanel(title,url,””); } else { alert(“Press
   CTRL-D (Netscape) or CTRL-T (Opera) to bookmark”); } } </script>
 * <form action=”#”>
    Add us to your Favourites <input type=”button” value=”Bookmark
   us!” onclick=”bookmark(‘[http://javascript.internet.com/&#8217](http://javascript.internet.com/&#8217);,’
   JavaScript Source’)”> </form> <p><div align=”center”> <font face=”arial, helvetica”
   size”-2″>Free JavaScripts provided by [The JavaScript Source](http://javascriptsource.com)
   </font> </div><p>

Viewing 1 replies (of 1 total)

 *  [reepwp](https://wordpress.org/support/users/reepwp/)
 * (@reepwp)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/javascript-in-wp-pages/#post-1069883)
 * Having the same problem
 * How do you get javascript to work in PAGES (not posts)

Viewing 1 replies (of 1 total)

The topic ‘JavaScript in WP Pages’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [reepwp](https://wordpress.org/support/users/reepwp/)
 * Last activity: [16 years, 8 months ago](https://wordpress.org/support/topic/javascript-in-wp-pages/#post-1069883)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
