May 1, 200322 yr Newbies I have a search result page displaying several records using CDML. Is it possible for me to select 3 records from that page using checkboxes and displaying a detailed record of those 3 randomly selected records. Can anyone help me please!!!!
May 1, 200322 yr Maybe i am misunderstanding, but couldn't you not create a link for each record generated by CDML using the CurrentRecId field ? Jitse
May 1, 200322 yr Author Newbies well i am sorry i guess i was not clear in stating what i was looking. I actually wanted a kind of Comparison of the records. So if someone selects 3 checkboxes on that result page and than he clicks on compare button the next page should show those 3 record details. Actually a comparison kind of thing!!!!
May 1, 200322 yr You could look at using "-lop=or" (or <input type="hidden" name="-lop" value="or">). The field that is checked (representing each record) can just be an input tag within the one Form. All the best. Garry
May 5, 200322 yr Author Newbies Thanks Garry I am gonna try that way but i was wondering that all the checkboxes in the page occur in a different form. So if there are 10 search results there are 10 checkboxes in 10 different forms. I am very new in this field so please excuse me if my question is really dumb!.But i will really appreciate your help Garry.
Create an account or sign in to comment