the url is like this:
http://www.example.com/index.php?main_page=advanced_search_result&keyword=Sons+of+Anarchy
on the above the search keyword is Sons of Anarchy
. now, is there a way to add a color to the keyword when in the search result content with js on the search result page . thank you.
ps:the search input box:<input type="text" class="keybg" id="keyword" name="keyword">
$sData['pfrom'] = (isset($_GET['pfrom']) ? zen_output_string($_GET['pfrom']) : '');
$sData['pto'] = (isset($_GET['pto']) ? zen_output_string($_GET['pto']) : '');
the above way is added a parameter to the url.
http://www.example.com/index.php?main_page=advanced_search_result&keyword=Sons+of+Anarchy&pfrom=...pto=..