Welcome to Atomz.com      HOME   ABOUT US   CUSTOMERS    PARTNERS    PRODUCTS    PRESS   SUPPORT   SEARCH   LOG OUT
 
 
 Overview 
 
 Accounts 
 
 Options 
 
 HTML 
 
 Index 
 
 Reports 
 
 Templates 
   
  memberthecommodorefiles@www.com     search account: The CBM Files   Add another account

HTML Overview
You will add a few lines of HTML code to your site to create a Standard Search Form or an Advanced Search Form, both of which are shown below.

Standard Search Form Preview
This is what the Standard Search Form will look like if you insert its HTML code into your site.


Advanced Search Form Preview
This is what this Advanced Search Form will look like if you insert its HTML code into your site.

Search For:
Match:  Any word All words Exact phrase
Sound-alike matching
Dated:
From: ,
To: ,
Within: 
Show:   results   summaries
Sort by: 
Search Form HTML
Below is the HTML that should be added to the Web site associated with the search account named The CBM Files. This form submits a visitor's search request to your search engine at Atomz.com. You can offer your visitors a Standard Search Form on your Web site by using the Standard Search Form HTML code. You can offer your visitors an Advanced Search Form on your Web site by using the Advanced Search Form HTML code.

Instructions
Select and copy the appropriate search form HTML listed below and paste it into pages of your site. You may modify this HTML to suit your design and content needs. See your HTML editor documentation for more information about how to insert HTML code into your pages. Also, see special instructions for NetObjects Fusion users.

Your home page is a good place to insert your search form, because many of your visitors expect to find search capability there. You can also create your own HTML page including the search form and other helpful information, and then link to that page throughout your site.

Hints
Some HTML editors have trouble pasting HTML code from other applications. If the HTML code appears on your web page as text, then copy-and-paste from this page to a simple text editor, then copy-and-paste again from the simple text editor to your HTML editor. (You can use "notepad" on Windows or "Simple Text" on a Macintosh as a simple text editor.)

If the text box is too wide for your design, just reduce its width by changing the size parameter of the "sp-q" input tag in the HTML code for your search form.

For inspiration and ideas, see the Member Gallery for examples of how others have incorporated their search form into their sites.

Copy and Paste this HTML for a Standard Search Form
Select and copy the following lines of HTML and then paste them into pages of your site if you would like to have a Standard Search Form.

<!-- Atomz.com Search HTML for The CBM Files -->
<form method="get" action="http://search.atomz.com/search/">
<input size=15 name="sp-q"><br>
<input type=submit value="Search">
<input type=hidden name="sp-a" value="00022f50-sp00000000">
</form>

Copy and Paste this HTML for an Advanced Search Form
Select and copy the following lines of HTML and then paste them into pages of your site if you would like to have an
Advanced Search Form. This Advanced Search Form code gives you all of the options that can be chosen in an Atomz.com Search Form. Feel free to choose which options to include, or to format the search form to your liking. For more information about the Advanced Search Form elements, see the Advanced Search Form Help page.

<!-- Atomz.com Advanced Search HTML for The CBM Files -->
<form method="get" action="http://search.atomz.com/search/">
<table cellspacing=0 cellpadding=0 border=0>
<tr><td colspan=4>
<b>Search For:</b><br>
<input size=35 name="sp-q">
<!-- The "Search" button -->
<input type=submit value="Search">
<input type=hidden name="sp-a" value="00022f50-sp00000000">
</td></tr>
<input type=hidden name="sp-advanced" value=1>
<!-- Allow "any," "all," or "phrase" -->
<tr><td valign=top>
<b>Match:&nbsp;</b>
</td><td colspan=4>
<input type=radio name="sp-p" value="any" checked>Any&nbsp;word
<input type=radio name="sp-p" value="all">All&nbsp;words
<input type=radio name="sp-p" value="phrase">Exact&nbsp;phrase<br>
<!-- Checkbox enables sound-alike matching -->
<input type=hidden name="sp-w-control" value=1>
<input type=checkbox name="sp-w" value="alike" checked>
Sound-alike&nbsp;matching
</td></tr>
<!-- Date range criteria -->
<tr><td><b>Dated:</b></td>
<td colspan=4>
<input type=radio name="sp-d" value="custom" checked>
<select name="sp-date-range" size=1>
<option value=-1 selected>Anytime</option>
<option value=7>Within&nbsp;the&nbsp;last&nbsp;week
</option>
<option value=14>Within&nbsp;the&nbsp;last&nbsp;2&nbsp;weeks
</option>
<option value=30>Within&nbsp;the&nbsp;last&nbsp;30&nbsp;days
</option>
<option value=60>Within&nbsp;the&nbsp;last&nbsp;60&nbsp;days
</option>
<option value=90>Within&nbsp;the&nbsp;last&nbsp;90&nbsp;days
</option>
<option value=180>Within&nbsp;the&nbsp;last&nbsp;180&nbsp;days
</option>
<option value=365>Within&nbsp;the&nbsp;last&nbsp;year
</option>
<option value=730>Within&nbsp;the&nbsp;last&nbsp;two&nbsp;years
</option>
</select>
</td></tr>
<tr><td></td>
<td rowspan=2>
<input type=radio name="sp-d" value=specific></td>
<td align=right>From:</td><td>
<select name="sp-start-month" size=1>
<option value=0 selected></option>
<option value=1>January</option>
<option value=2>February</option>
<option value=3>March</option>
<option value=4>April</option>
<option value=5>May</option>
<option value=6>June</option>
<option value=7>July</option>
<option value=8>August</option>
<option value=9>September</option>
<option value=10>October</option>
<option value=11>November</option>
<option value=12>December</option>
</select>
<select name="sp-start-day" size=1>
<option value=0 selected></option>
<option value=1>1</option>
<option value=2>2</option>
<option value=3>3</option>
<option value=4>4</option>
<option value=5>5</option>
<option value=6>6</option>
<option value=7>7</option>
<option value=8>8</option>
<option value=9>9</option>
<option value=10>10</option>
<option value=11>11</option>
<option value=12>12</option>
<option value=13>13</option>
<option value=14>14</option>
<option value=15>15</option>
<option value=16>16</option>
<option value=17>17</option>
<option value=18>18</option>
<option value=19>19</option>
<option value=20>20</option>
<option value=21>21</option>
<option value=22>22</option>
<option value=23>23</option>
<option value=24>24</option>
<option value=25>25</option>
<option value=26>26</option>
<option value=27>27</option>
<option value=28>28</option>
<option value=29>29</option>
<option value=30>30</option>
<option value=31>31</option>
</select>
<!--comma-->,
<input size=4 name="sp-start-year">
</td></tr>
<tr><td></td><td align=right>To:</td><td>
<select name="sp-end-month" size=1>
<option value=0 selected></option>
<option value=1>January</option>
<option value=2>February</option>
<option value=3>March</option>
<option value=4>April</option>
<option value=5>May</option>
<option value=6>June</option>
<option value=7>July</option>
<option value=8>August</option>
<option value=9>September</option>
<option value=10>October</option>
<option value=11>November</option>
<option value=12>December</option>
</select>
<select name="sp-end-day" size=1>
<option value=0 selected></option>
<option value=1>1</option>
<option value=2>2</option>
<option value=3>3</option>
<option value=4>4</option>
<option value=5>5</option>
<option value=6>6</option>
<option value=7>7</option>
<option value=8>8</option>
<option value=9>9</option>
<option value=10>10</option>
<option value=11>11</option>
<option value=12>12</option>
<option value=13>13</option>
<option value=14>14</option>
<option value=15>15</option>
<option value=16>16</option>
<option value=17>17</option>
<option value=18>18</option>
<option value=19>19</option>
<option value=20>20</option>
<option value=21>21</option>
<option value=22>22</option>
<option value=23>23</option>
<option value=24>24</option>
<option value=25>25</option>
<option value=26>26</option>
<option value=27>27</option>
<option value=28>28</option>
<option value=29>29</option>
<option value=30>30</option>
<option value=31>31</option>
</select>
<!--comma-->,
<input size=4 name="sp-end-year">
</td></tr>
<!-- List box selects the search field -->
<tr><td valign=top>
<b>Within:&nbsp;</b>
</td><td colspan=4><select name="sp-x" size=1>
<option value="any" selected>Anywhere</option>
<option value="title">Title</option>
<option value="desc">Description</option>
<option value="keys">Keywords</option>
<option value="body">Body</option>
<option value="alt">Alternate text</option>
<option value="url">URL</option>
</select>
</td></tr>
<!-- List box selects number of results to show per page -->
<tr><td valign=top>
<b>Show:&nbsp;</b>
</td><td colspan=4><select name="sp-c" size=1>
<option value=5>5</option>
<option value=10 selected>10</option>
<option value=25>25</option>
<option value=50>50</option>
<option value=100>100</option>
</select>&nbsp;results&nbsp;
<!-- Show or hide summaries in search results -->
<select name="sp-m" size=1>
<option value=1 selected>with</option>
<option value=0>without</option>
</select>&nbsp;summaries<br>
</td></tr>
<!-- Sort results by score or by date -->
<tr><td valign=top>
<b>Sort&nbsp;by:&nbsp;</b>
</td><td colspan=4><select name="sp-s" size=1>
<option value=0 selected>score</option>
<option value=1>date</option>
</select>
</td></tr>
</table>
</form>
Top of page.

                                                                                                                             
   
Are you a professional Web developer? If so you will want to learn more about our reseller program.

Atomz.com can now index Acrobat PDF files on your Web site. Read our PDF FAQ to learn more.

We honor your privacy. See our privacy statement for more information.

Choose a new ready-to-use template.

Learn how to add the target meta tag to pages you want top ranked.

Read our FAQ to get answers to your questions about Atomz.com.

Read our Search Tips to get the most relevant search results from our search engine.

 

Copyright © 1999-2000 Atomz.com. All rights reserved. Service Agreement. Privacy Statement.