Hi,
i have 6 input fields in the first page of bsp,in that iam having a particular field namely customer number.
and it contains search help.
my reqiurement is that the user can enter any of the other five fields and if he presses the help value for customer it should get the help values respect to the given value of those fields.
so what i did was i have created a pushbotton and uploaded the values using cookies of first five fields which user inputs to the customer search screen and retrived with respect to that.
but now the issue was the user needs to click on the pushbotton as well as the search help button on customer number.
so inorder to overcome this i have called the script code of search help customer number in the same push button.ie the onclick event of that pushbutton will trigger on input event and on client click will trigger the script code and now iam getting the search help of customer with respect to the inputed value
the only issue is the user need to click the pushbutton twice .
Can anybody suggest me how to trigger the both events simultaneously inorder to the avoid the user action twice?
Thanks
Nehru.