posted 15 years ago
sir,
Thank you for your reply ,
for your link its very useful to me, i got the example program.i got some doubts in that program. like that JS file in below.
Arguments are :
field = text input field object
select = select list object containing valid values
property = either "text" or "value". This chooses which of the SELECT properties gets filled into the text box , the 'value' or 'text' of the selected option
forcematch = true or false. Set to 'true' to not allow any text in the text box that does not match an option. Only
supported in IE (possible future Netscape).
view plaincopy to clipboardprint?
below mention 4 arguments like (fields,select,property,forcematch). i could not understand fields and select argument. what i thought.
fields - input box 'id' .
select - select box 'id' this both arguments i gave like in my application. its whether correct or not. can please tell me clearly about this (field,select) arguments.
Thank you,
Paramu..