![]() |
Search Fields In ASP??? Please Help :(
Hi All,
Basically i am trying to add an additional search to a website, my ASP knowledge is quite limited although i seem to be getting there. i have introduced the search field into page and have the funtion setup. however what i dont seem to be able to find is the fields/functions its calling. heres the function code: Code:
function ViewExistingShippingAddresses2() {Code:
<input name="search_ship_to2" type="text" class="formstyleControl" id="search_ship_to2" tabindex="94" value="Search by Cost Centre" size="36" maxlength="100" onFocus="this.value='';"></td>(viewexistingshippingaddress2 is an additional field which i have created. please someone help i've been stuck on this for days... really need some help :( thanks, Arran |
Re: Search Fields In ASP??? Please Help :(
Code:
document.Update.MM_submit_action.value = 'ShippingAddresses'; |
Re: Search Fields In ASP??? Please Help :(
Hi,
thanks for the reply. i have attached the files in question. what i am trying to do is to introduce another search function underneath alternative ship to address. the new search needs to be based on searching for CostCentre. no matter what i seem to do i cant get it right, if someone could have a look for me it would be most appreciated! (3 files attached in the zip they all seem to have something to do with it.) cheers, <<Attachment removed>> |
Re: Search Fields In ASP??? Please Help :(
I have removed the attachments and please do not attach the complete project and ask to debug / find bugs. Take the pain of discussing it and explaining it and also use your code snippets in the posts where you think could be a potential problem.
|
| All times are GMT +5.5. The time now is 04:34. |