[SOLVED] Integrating JavaScript ??
Posted: Wed Feb 06, 2008 3:02 pm
Hello!
I have a problem to integrate a link to a script by javascript.
I tried with or without tags {literal}{/literal}. Nothing works.
How do I integrate my link?
This my code :
I have a problem to integrate a link to a script by javascript.
I tried with or without tags {literal}{/literal}. Nothing works.
How do I integrate my link?
This my code :
Code: Select all
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<__html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<title>mon titre</title>
{stylesheet}
{metadata}
{literal}
<__script__ type="text/javascript" src="uploads/images/scrollbar/minimal/flexcroll.js"></__script>
{/literal}
</head>
</__body>
etc !!!