_com
08-17-2005, 02:39 PM
function ()
{
var js = document.createElement("script");
js.setAttribute("language", "JavaScript");
js.setAttribute("type", "text/javascript");
js.setAttribute("src", "js/keepieapart.js");
document.getElementsByTagName('head').item(0).appendChild(js);
}
How to include Js right after title tag, need to check Nodes ?? How to?
{
var js = document.createElement("script");
js.setAttribute("language", "JavaScript");
js.setAttribute("type", "text/javascript");
js.setAttribute("src", "js/keepieapart.js");
document.getElementsByTagName('head').item(0).appendChild(js);
}
How to include Js right after title tag, need to check Nodes ?? How to?