-----------------------------------------------------------
New Message on BDOTNET
-----------------------------------------------------------
From: 12345net
Message 3 in Discussion
Hi Mrinal Please see the code: Part 1 of the code consists of a text box named
searchField. After making entries to this text box, and on pressing
enter key, the page refreshes. To handle this, another dummy text box
has been added named searchField1 and the made invisible by setting the
widht and height properties. This problem does not occur in the normal
scenarios. It happens only in this particular case of mine. Again, i
mention that my page has a lot of layers within which this form is
contained. Could the problem be because of the layers?
<form name="searchForm" method="post" id="searchForm">
<tr>
<td valign="middle">
<input type="text" name="searchField" value="Search"
onkeydown="newSearch();" class="pSearch" size="12">
</td>
<td align="right"><a href="#"
onmouseover="imageRollover('On','search','SearchAndCustomerHome')"
onmouseout="imageRollover('Off','search','SearchAndCustomerHome')"><img
src="images/searchOff.png" width="20" height="20" border="0"
onclick="doSearch1()" name="search" id="search" alt="Go Search"
title="Go Search"></a></td>
<td><img src="images/transparent.png" width="10"
height="20" border="0"></td>
</tr>
</form>
************************************************************************
*******************************
<form name="searchForm" method="post" id="searchForm">
<tr>
<td valign="middle">
<input type="text" name="searchField" value="Search"
onkeydown="newSearch();" class="pSearch" onFocus="searchFieldValue()"
onBlur="searchFieldValue()" size="12">
<input type="text" name="searchField1" value="" class="pSearch"
size="0" style="width:0; height:0">
</td>
<td align="right"><a href="#"
onmouseover="imageRollover('On','search','SearchAndCustomerHome')"
onmouseout="imageRollover('Off','search','SearchAndCustomerHome')"><img
src="images/searchOff.png" width="20" height="20" border="0"
onclick="doSearch1()" name="search" id="search" alt="Go Search"
title="Go Search"></a></td>
<td><img src="images/transparent.png" width="10"
height="20" border="0"></td>
</tr>
</form>
************************************************************************
*********************************************
-----------------------------------------------------------
To stop getting this e-mail, or change how often it arrives, go to your E-mail
Settings.
http://groups.msn.com/BDotNet/_emailsettings.msnw
Need help? If you've forgotten your password, please go to Passport Member Services.
http://groups.msn.com/_passportredir.msnw?ppmprop=help
For other questions or feedback, go to our Contact Us page.
http://groups.msn.com/contact
If you do not want to receive future e-mail from this MSN group, or if you received
this message by mistake, please click the "Remove" link below. On the pre-addressed
e-mail message that opens, simply click "Send". Your e-mail address will be deleted
from this group's mailing list.
mailto:[EMAIL PROTECTED]