<div dir="ltr"><div class="gmail_extra">Michael, thanks for testing. I am running mono on Linux here, but I use my own hardware, so I have the option to do/user whatever I like.</div><div class="gmail_extra"><br></div><div class="gmail_extra">If Konqueror is pooping on my stuff you can probably check the console and see if there is a javascript error. Perhaps I can fix it.</div><div class="gmail_extra"><br></div><div class="gmail_extra">Oh and yes, I do restrict the "phrase" to an identifier. In the template code I pasted in my last message, at line #15</div><div class="gmail_extra"><br></div><div class="gmail_extra">if (!phrase.IsIdentifier())<br></div><div class="gmail_extra"><div><span style="white-space:pre">  </span>return;</div><div><br></div><div>Reasoning, there is no page which isn't an identifier, so if I can eliminate a search before it hits the database, then I save unnecessary processor utilization.</div></div></div>