Results 1 to 2 of 2

Thread: Double quotes inserted automatically around search phrases

  1. #1
    Join Date
    Feb 2005
    Posts
    34

    Question Double quotes inserted automatically around search phrases

    Hello!
    I have installed a search script from KSearch and wanted to adjust search form to have double quotes inserted automatically around search phrases.

    Here is the HTML of my search form page:

    HTML Code:
        <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>OM Radio » Song Requests » Search</title>
    <link rel="stylesheet" href="ks_images/style.css" type="text/css" />
    </head>
    <body bgcolor="#8fc4f0">
    <div class="content">
    	<div class="search_table">
    		<form action="ksearch.cgi" method="get">
    			<div class="fieldset_1">
    			<fieldset>
    				<input type="text" size="65" name="terms" id="tips" value="" onfocus="select(this);" />
                    &nbsp; <input type="submit" value=" Search " /><input type="hidden" name="showm" value="5" />
                    <br />
    				</fieldset>
    			</div>
    			<div class="fieldset_2">
    			<fieldset>
    				<table border="0" cellpadding="10" cellspacing="0">
    					<tr><td>
                                <p align="center">
    							Results: <select name="display">
    									<option>5</option>
    									<option selected="selected">10</option>
    									<option>25</option>
    									<option>50</option>
    									<option>100</option>
    									<option>500</option>
    									<option>1000</option>
    									</select>
                                </p>
    						</td>
    					</tr>
    				</table>
    			</fieldset>
    			</div>
    		</form>
    	</div>
    </body>
    </html>
    And here is the search page URL: http://om.md/radio/search/search_form.html

    Any possibility to give and advice?
    Thanks!

  2. #2
    Join Date
    Jun 2012
    Posts
    51
    help him guys




    Market Pilipinas

Similar Threads

  1. double menu for forms?
    By wright67uk in forum Web Design, HTML Reference and CSS
    Replies: 1
    Last Post: 18 Apr 2011, 12:47 AM
  2. What is the group of words/phrases at the bottom of some web pages?
    By discovermypath in forum General Questions
    Replies: 1
    Last Post: 02 Feb 2011, 01:34 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •