Page 1 of 1

[SOLVED] Integrating JavaScript ??

Posted: Wed Feb 06, 2008 3:02 pm
by natmx
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 :

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 !!!

Re: Integrating JavaScript ??

Posted: Thu Feb 07, 2008 7:33 am
by natmx
The good address is :

Code: Select all

<__script__ type='text/javascript' src="http://www.monsite.com/mondossier/uploads/images/minimal/flexcroll.js"></__script>
;D