For a Microsoft FrontPage 2000 version of this
article, see
317924.
For a Microsoft FrontPage 2002 version of this
article, see
318435.
Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.
View products that this article applies to.
</head>
<script language="javascript"> function FixMe(tmpForm,tmpField) { var strTemp = tmpField.value.toString(); if (strTemp.substring(0,1) != '%') strTemp = '%' + strTemp; if (strTemp.substring(strTemp.length-1,strTemp.length) != '%') strTemp = strTemp + '%'; tmpField.value = strTemp; tmpForm.submit(); } </script>
<form BOTID="0" METHOD="POST" ACTION="productname.asp">
<form BOTID="0" METHOD="POST" ACTION="productname.asp" onSubmit="FixMe(this,this.ProductName)">
Keywords: KB825519, kbhowto, kbdatabase, kbquery