PDA

View Full Version : CDMP -Find while submitting form


Gula
05-23-03, 16:20
Hello, I'm new to CDML,
and maybe this is not problem at all, but I spent time trying to solve it, and it is not working out..

problem:

I have form that submits search it works just fine if I click on submit button, but if I hit enter to submit form it comes with no result..

I tried to print the links for both pages with [FMP-Link]...Same links, have no idea what to do,

please help.

omiossec
05-27-03, 18:47
Originally posted by Gula
Hello, I'm new to CDML,
and maybe this is not problem at all, but I spent time trying to solve it, and it is not working out..

problem:

I have form that submits search it works just fine if I click on submit button, but if I hit enter to submit form it comes with no result..

I tried to print the links for both pages with [FMP-Link]...Same links, have no idea what to do,

please help.

Gula
05-28-03, 09:52
Thank you for your reply,
I did that, but it got even worse, now in both cases it comes with no result.
for now I just redirect the page to result page using link, it works fine. But I would really want to know how to do it with form "post"

Thank you

omiossec
05-28-03, 09:56
Originally posted by Gula
Thank you for your reply,
I did that, but it got even worse, now in both cases it comes with no result.
for now I just redirect the page to result page using link, it works fine. But I would really want to know how to do it with form "post"

Thank you

Sorry I made a mistake try

<input type="hidden" name="-find" value="...">
<input type="submit" name="-Find" value="Search">