Here is a little HTML code that will take you to the ARRL Callsign Lookup. I suppose I could write it to go directly to the FCC callsign lookup. Also, someone can write this is VBasic.
Walt/K5YFW <html> <head><title>Callsign Search</title></head> <body bgcolor=white> <p> <TABLE BORDER="1" CELLSPACING="0" CELLPADDING="10" BGCOLOR="#FFFFE0"><TR><TD> <FORM ACTION="http://www.arrl.org/fcc/fcclook.php3" METHOD="GET"> <TABLE BORDER="0" CELLSPACING="0" CELLPADDING="0"> <b>Call sign:</b> <INPUT TYPE="Text" NAME="call" SIZE="10"> <INPUT TYPE="Submit" NAME=""></TD></TR> </TABLE></FORM> </TD></TR></TABLE> </body> </html> Here is a stripped down version. <html> <body> <FORM ACTION="http://www.arrl.org/fcc/fcclook.php3" METHOD="GET"> <b>Call sign:</b> <INPUT TYPE="Text" NAME="call" SIZE="10"> <INPUT TYPE="Submit" NAME=""></FORM> </body> </html> -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] Behalf Of Andrew O'Brien Sent: Thursday, January 04, 2007 4:17 AM To: [email protected] Subject: [digitalradio] callbook look-up tool bar ? Not exactly digital related but... I frequently get interested in where a ham might be located or have other reason to look up the callsign of a particular ham operator. This often happens by reading web based email. I do not always have ham related software , like Pathfinder or Loger32, active ...and find my self either having to boot them up or load the QRZ web page. I'm thinking t would be nice to have a call-book look up tool bar in my browser (IE7), does anyone know of such a thing? -- Andy K3UK Skype Me : callto://andyobrien73 www.obriensweb.com Suggested Calling/Beaconing Frequencies: 17M: 18103.4 20M: Primary:14.078.4 Secondary: 14.076.4 Digital Voice: 14236 30M Primary:10.142 Secondary 10.144 40M Region 2: 7073 Region 1/3: 7039 80M Primary : 3583 Secondary: 3584.5 Announce your presence via our DX Cluster telnet://cluster.dynalias.org Yahoo! Groups Links
