Webmaster trick: add a WebInspector search form to your site!

You can insert a search box into your web page to help your users!

Example 1:

<form action="http://siteinspector.comodo.com/check" method="post" enctype="application/x-www-form-urlencoded" target="_blank">
<input type="text" name="task[url]" />
<input type="submit" name="commit" value="Check this site with COMODO Site Inspector!" />
</form>

Example 2:

<form action="http://siteinspector.comodo.com/check" method="post" enctype="application/x-www-form-urlencoded" target="_blank">
<fieldset><legend>Comodo Site Inspector security scan</legend>
<input type="text" name="task[url]" />
<input type="submit" name="commit" value="START THE SCAN" />
</fieldset>
</form>

If you want to create scan forms like you see at Site Inspector and you don’t want to use images, here are some tips for CSS:

rgb(227,227,227) - color for gray background
rgb(182,0,0) - color for red button background

NOTE: The scan progress and the result will be displayed at COMODO Web Inspector’s web site. The Site Inspector services and web site is owned by Comodo, Inc.