Hi,
I've to write some params to open a result of search in Iframe. I've an html view with the search form in Frame1 and I want put the result of search in Frame2 of the same html.
<br /><div params="zc_SuccMsg=Please Wait&zc_SubmitVal=Submit&zc_ResetVal=Reset" formlinkname="Search" elname="zc-component">Loading Form...</div>
Someone know this params?
Another question, If I have more fields in the search form and I want to find a word ex. Apple, contained in a field, which is the script to search for a record that contain this word, ex Green Apple, Yellow Apple, Red Apple...?
if ((input.FirstName == "") && (input.MiddleName == ""))
{
%>
<div elName='zc-component' viewLinkName='contacts' params='zc_Header=false&zc_Footer=false&Name=<%=LastName%>></div>
Thanks
Mic