Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2009
    Location
    Far Far Away
    Posts
    20
    Plugin Contributions
    0

    Default javascript extracts

    Hey there,

    I have hid a bit of a I have 2 extrnal jscript files I want ot call (on all pages) and I require to add 1 small javascript extract to all pages (needs to be at bottom of page before </body>) how would I go about accomplishing this?

    SO for summary

    I need this in header section
    Code:
    <script type="text/javascript" src="jscripts/custom_action.js" ></script>
    and require this at bottom of page before </body>
    Code:
    <script type="text/javascript">
    javascript function calling thing goes here
    </script>
    Regards,
    Johan
    a.k.a. Noob in Need!

  2. #2
    Join Date
    Jul 2009
    Location
    Far Far Away
    Posts
    20
    Plugin Contributions
    0

    Default Re: javascript extracts

    Quote Originally Posted by jrheeder View Post
    Hey there,

    I have hid a bit of a I have 2 extrnal jscript files I want ot call (on all pages) and I require to add 1 small javascript extract to all pages (needs to be at bottom of page before </body>) how would I go about accomplishing this?

    SO for summary

    I need this in header section
    Code:
    <script type="text/javascript" src="jscripts/custom_action.js" ></script>
    and require this at bottom of page before </body>
    Code:
    <script type="text/javascript">
    javascript function calling thing goes here
    </script>
    Regards,
    Johan
    a.k.a. Noob in Need!
    i Resolved the issue now. What I did is add my .js files in my
    includes/temples/MY_SITE_NAME/jscript

    then I just added the snipped on code to the html_header.php

 

 

Similar Threads

  1. Javascript
    By Nick1973 in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 16 Apr 2009, 11:32 AM
  2. Javascript
    By soundbwoy in forum Templates, Stylesheets, Page Layout
    Replies: 14
    Last Post: 29 Oct 2008, 09:42 PM
  3. Javascript
    By 100asa in forum General Questions
    Replies: 2
    Last Post: 10 Apr 2007, 08:09 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg