Chapter 18

The following code listings represent only the main listings. For the full source code please visit book.seowarrior.com.

index.html

<html> <head> <title>SEO Warrior: Keyboard Dashboard (Alfa)</title> <link rel="stylesheet" type="text/css" href="pagestyle.css" /> <script src="functions.js" type="text/javascript"></script> <script src="dockablewindow.js" type="text/javascript"></script> </head> <body> <table width=100% cellpadding=0 cellspacing=0 border=0> <tr> <td valign=top align=left><h1 style='color=blue'>SEO Warrior: Keyword Dashboard (Alpha) </h1> </td> <td valign=top align=right> <img border=0 src="http://www.seowarrior.net/images/status.png" title="SEO Warrior: Keyword Dashboard Status"> <a href="http://www.seowarrior.net/contact/" title="Report Bugs"> <font size=2>Report Bugs</font></a> | <a href="http://www.seowarrior.net/contact/" title="Make a Suggestion"> <font size=2>Suggestion</font></a> <a href="http://www.seowarrior.net"><img border=0 src="http://www.seowarrior.net/images/seowarriormini.png" title="SEO Warrior: Keyword Dashboard"></a> </td> </tr> </table> <div id="formdiv"> <form name="mainform" onSubmit="return false;"> Keyword: <input type="text" id="keyword" name="keyword" size="20"> <input type="button" id="phaseGoogleBtn" name="phaseGoogleBtn" value="Google" onclick="stepOne('google')"> <input type="button" id="phaseBingBtn" name="phaseBingBtn" value="Bing" onclick="stepOne('bing')"> <input type="button" id="phaseYahooBtn" name="phaseYahooBtn" value="Yahoo!" ...

Get SEO Warrior now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.