Hi, im using on a page that contains ;

    @Override
    public void renderHead(IHeaderResponse response) {
        super.renderHead(response);


response.renderCSSReference("css/ui-lightness/jquery-ui-1.8.17.custom.css");
        response.renderJavaScriptReference("js/jquery-1.7.1.min.js");

response.renderJavaScriptReference("js/jquery-ui-1.8.17.custom.min.js");
    }

The html file's <head></head> block has some of javascript function, above
function adds references to html after this javascript function, i want to
be added references immediately after <head> tag.

-- 
Rahman USTA
Computer & Control Education Technologist
0-(531)-922-28-05
www.kodcu.com

Reply via email to