boumbo Posted May 1, 2012 Share Posted May 1, 2012 I have two files an sample.html which has just a search box some javascript on it to display images when users start typing on this search box. the sample.html works when i entre localhost\index.html now, i have an index.php. when i include("index1.html"); the search box appears but the javascript does not work? why? do i need to relink the following in my sample.html??? <script type="text/javascript" src="autocomplete/lib/jquery.js"></script> <script type='text/javascript' src='jquery.autocomplete.js'></script> <link rel="stylesheet" type="text/css" href="jquery.autocomplete.css" /> fyi i am using wordpress. Quote Link to comment https://forums.phpfreaks.com/topic/261878-php-in-index/ Share on other sites More sharing options...
requinix Posted May 1, 2012 Share Posted May 1, 2012 I have two files You named four. Quote Link to comment https://forums.phpfreaks.com/topic/261878-php-in-index/#findComment-1341855 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.