EgoSurf™ Formette Snippet
EgoSurf...I'm not really sure what to make of it, but it's an interesting use of asynchronous processing, to say the least. Anyway if you haven't heard of it, it's a site that will do deep searches of various search engines for you and your associated web site, then score you based on the results. I thought it was interesting enough to put a formette in my side nav, so thought I'd share the code in case anybody else was interested in doing something similar. It took a little time to dig through and find the hidden fields and what values are expected, etc., so hopefully this will save someone some time. Without further adieux, here it is in all its splendor:
<form action="http://www.egosurf.org/search.php" method="get" target="_blank" name="egosurf">
<TABLE CELLPADDING="1" CELLSPACING="1">
<tr>
<td align="right" valign="bottom">You:</td><td><input type="text" name="search" size="17" /></td>
</tr>
<tr>
<td align="right" valign="bottom">Your Web Site:</td><td valign="bottom"><input type="text" name="resource" size="17" /></td>
</tr>
<tr>
<td colspan="2" align="center"><input type="submit" name="fj" value="Find Your EgoSurf™ Score!" /></td>
</tr>
</table>
<input type="hidden" name="ds" value="1" />
<input type="hidden" name="e-g" value="1" />
<input type="hidden" name="c-g" value=".com" />
<input type="hidden" name="c-y" value=".com" />
<input type="hidden" name="c-m" value=".com" />
</form>
<TABLE CELLPADDING="1" CELLSPACING="1">
<tr>
<td align="right" valign="bottom">You:</td><td><input type="text" name="search" size="17" /></td>
</tr>
<tr>
<td align="right" valign="bottom">Your Web Site:</td><td valign="bottom"><input type="text" name="resource" size="17" /></td>
</tr>
<tr>
<td colspan="2" align="center"><input type="submit" name="fj" value="Find Your EgoSurf™ Score!" /></td>
</tr>
</table>
<input type="hidden" name="ds" value="1" />
<input type="hidden" name="e-g" value="1" />
<input type="hidden" name="c-g" value=".com" />
<input type="hidden" name="c-y" value=".com" />
<input type="hidden" name="c-m" value=".com" />
</form>
Subscription Options
You are not logged in, so your subscription status for this entry is unknown. You can login or register here.
No comments found.