Title: mitchaz's Replies | WordPress.org

---

# mitchaz

  [  ](https://wordpress.org/support/users/mitchaz/)

 *   [Profile](https://wordpress.org/support/users/mitchaz/)
 *   [Topics Started](https://wordpress.org/support/users/mitchaz/topics/)
 *   [Replies Created](https://wordpress.org/support/users/mitchaz/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/mitchaz/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/mitchaz/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/mitchaz/engagements/)
 *   [Favorites](https://wordpress.org/support/users/mitchaz/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Opening links in new page](https://wordpress.org/support/topic/opening-links-in-new-page/)
 *  [mitchaz](https://wordpress.org/support/users/mitchaz/)
 * (@mitchaz)
 * [18 years, 6 months ago](https://wordpress.org/support/topic/opening-links-in-new-page/#post-511286)
 * I want to use this javascript (below) on a page link (not post) so that it just
   pops up the bathtub designer in a separate window. would I do this as a template
   and just have that script in it? how would I assign the link to use the function….?
 * <script LANGUAGE=”Javascript”>
 * function popupwindow(){
    window.open(“[http://www.rebath.com/designBath.htm&#8221](http://www.rebath.com/designBath.htm&#8221);,””,”
   height=625,width=680,menubar=0,resizable=0,scrollbars=0,status=0,titlebar=0,left
   =100,top=100″)}
 * </script>

Viewing 1 replies (of 1 total)