The place to see if you finally worked 'em!


There are two ways to add a cool web search to your site so users can search your log without
having to go to HamLogsOnline.com to do it. Make sure you add the code exactly as it looks in
the source file - you can then customize the text for the phrase "Your Callsign" and
the word "Search" on the button, and you can change the font, size, color, etc... but the
form elements and form itself must be named exactly as I have them.


Method #1 is the simplest, and does not spawn a new browser window... it displays the HamLogsOnline.com website and the results
of the search in the same browser window as your site. Add the HTML code to your site.

Method #2 is more complex, but does spawn a new browser window... it displays the HamLogsOnline.com website and the results
of the search in a new browser window, leaving your site visible. Add the JavaScript code to your site.

These next steps are the same regardless of how you added the code

In the code you added, change the word YOUR_CALLSIGN to the callsign of the log you want searched exactly as it is on HamLogsOnline.com

Depending upon your HTML editing software, and whether you copy/pasted, you may need to change
the characters "& lt;" to "<" and "& gt;" to ">" if they display that way.

That's it.



Here's how to test the "YOUR_CALLSIGN" value above:
Enter the callsign of your log:
Enter the callsign of a contact in your log



If you see the HamLogsOnline.com site with actual results, the log callsign you used is correct.