Saturday, December 28, 2013

Legal Terms Search Box for your Web Site

Are you a "Weekend Web Master" like me, Granpa Chuck?

If so, put this coding in HTML on your web page:
(Or go directly to the Law.com website since there are 6 Options
>> http://dictionary.law.com/Default.aspx?dictionary=true )

~~~~~~~~~~~~~


<table border="0" bgcolor="#336699">
<script language="javascript"><!--
function rldictionaryform()
{
phrase = document.rldiction.typed.value.split(" ")
phrase = phrase.join("+")
rlditionary = window.open('http://dictionary.law.com/Default.aspx?typed=' + phrase + '&type=1','_dictionary');
document.rldiction.typed.focus();
return (false);
}
//-->
</script>
<tr><td>
<img src="http://dictionary.law.com/img/lawcom_diction_topform.gif"  width="150" height="40"></td></tr>
<tr><td align="center">
<form onsubmit="return rldictionaryform()" name="rldiction">
<input type="text" name="typed"><br>
<input type="image" src="http://dictionary.law.com/img/look_up_button3.gif" width="114" height="25" align="center" vspace="3" border=0>
</form>
</td></tr>
</table>
~~~~~~
And, walla


 

No comments:

Post a Comment