Welcome Guest, Not a member yet? Register   Sign In
where to put javascript
#13

[eluser]syntaxerror[/eluser]
i got it!
i copy/paste the javascript directory after the base url.
Code:
C:\xampp\htdocs\DSValidator\javascript
and change my script to
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
&lt;html &gt;
&lt;head&gt;
    &lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&gt;
    &lt;link rel="stylesheet" href="&lt;?php echo base_url(); ?&gt;javascript/demo.css" type="text/css" /&gt;
    [removed][removed]
    [removed][removed]
    &lt;title&gt;MouseEnter Demo&lt;/title&gt;
&lt;/head&gt;
&lt;body&gt;
    <div id="myElement">
    </div>
    
    <div id="myOtherElement">
        <span><strong>Menu</strong></span>
        <div>
            <a href="#">Client 1</a>
            <a href="#">Client 2</a>
            <a href="#">Client 3</a>
        </div>
    </div>
&lt;/body&gt;
&lt;/html&gt;

maybe this will help to anyone who have the same issue.
im sorry but i didnt made the [remove][/remove] tag.
its in the forum

thanks for all the help guys.


Messages In This Thread
where to put javascript - by El Forum - 10-31-2008, 01:16 AM
where to put javascript - by El Forum - 10-31-2008, 01:58 AM
where to put javascript - by El Forum - 10-31-2008, 02:10 AM
where to put javascript - by El Forum - 10-31-2008, 11:33 AM
where to put javascript - by El Forum - 10-31-2008, 11:46 AM
where to put javascript - by El Forum - 10-31-2008, 12:17 PM
where to put javascript - by El Forum - 10-31-2008, 02:02 PM
where to put javascript - by El Forum - 10-31-2008, 04:53 PM
where to put javascript - by El Forum - 11-02-2008, 09:20 PM
where to put javascript - by El Forum - 11-02-2008, 09:35 PM
where to put javascript - by El Forum - 11-02-2008, 09:40 PM
where to put javascript - by El Forum - 11-02-2008, 09:49 PM
where to put javascript - by El Forum - 11-02-2008, 10:00 PM
where to put javascript - by El Forum - 11-02-2008, 10:05 PM
where to put javascript - by El Forum - 11-18-2008, 01:46 AM
where to put javascript - by El Forum - 11-18-2008, 01:54 AM
where to put javascript - by El Forum - 11-18-2008, 01:54 AM



Theme © iAndrew 2016 - Forum software by © MyBB