Search:
Type: Posts; User: msd_luke
Search :
Search took 0.01 seconds.
ok apparently im using jquery?
anyone have any ideas?
thanks
Hi All,
i am trying to pass a value from a php script to my javascript script but im not sure how to do it?
here is my javascript code
...
solved!!! added / to all my links and it removed the extra directory :D
ok i have managed to solve most of my problems by adding the following to my htaccess
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteCond %{SCRIPT_FILENAME} !-f
now the only problems i have...
hi lonelygirl86,
i have updated the css links like so
<link href="/autosuggest/css/style.css" rel="stylesheet" type="text/css" />
<link href="/css/rating.css" rel="stylesheet"...
ok im getting somewhere :D
found a generator online and came up with this
RewriteEngine On
RewriteRule ^([^/]*)/([^/]*)$ /price_finder2.php?category=$1&product=$2 [L]
and now when i type in...
Hi All,
i am desperatly looking for some help with mod rewrites,
i have set up my site to show "tidy urls" which are virtual urls they dont exist, i want to now redirect these urls to the...
im still having the same problem can anyone assist me with it please?
thanks
Luke
thanks mate, appreciate the time your spending on this :)
hi mate, oops to the above :)
um im still unable to use the up and down keys?
ive im still using the code i posted earlier, and ive changed the search to this
echo '<li id='.$final.'><a...
Cheers mate, speak later on :)
the change i made was to this line
document.getElementById(”keyword”).value = $new_keyword;
to
document.getElementById("keyword").value = $new_keyword;
hi mate tried the code,
but the up and down arrows dont work any more so i cant test if the rest of the script works :)
here is the entire script code
$(document).ready(function(){...
right on mate thanks, will try it out :)
hi mate thanks i appreciate it :)
p.s if you press enter again quickly after pressing it the first time it goes to the correct link? which like you say seems to suggest that it doesnt update the...
ok looks like my joy is cut short :(
if i select one of the suggestions from the list e.g the hut after typing in 't' and hitting enter, the value of keywords is only 't' so it finds the first...
p.s how does one edit my original post??? want to remove the link from it and mark it as resolved.
thanks
Luke
Hi mate i've solved it :D by luck more that skill lol.
this line
echo '<ul class="list">';
was causing the header error so i removed it and it now goes to the correct page...
thank you...
hi mate thanks for your reply :)
i have tried what you have suggested and unfortunatly it only goes so far :(
when i select an autosugget and press enter search.php displays
Warning:...
Hi All,
i was lucky to find a free script on the net which gives users an auto suggest feature when typing in a textbox, this feature will link the suggestions to a url stored in the db which is...
its ok i have managed to solve this problem.
kept the original array with multiple values and then added a new array to get just the unique values like so
$array2 =...
Hi All,
ok i have been trying to get this to work for ages now with no luck. im trying to pullout pieces of data from an xml url and add specific data into an array. which is working ok :)
i...
great thanks for you help mate!!!!
um 1 small problem :( my current code is causing several validation errors, something about a <p> not being allowed to be inside a span??? is there a way around this?
thanks
Luke