Hi,
I'm using short/long display and have modified dbman a lot. I get the records (which are thumbnails in this case) nicely in a table on the page.
Now, I'd like visitors to decide how many thumbnails per page by letting them type in the numbers (input field)
When the thumbnails are shown, the actual page is not a form any more. So I thought: let's build the form again, have everything in hidden fields and pass the form with the extra (or changed) mh field.
This works, except when the page is a 'query' result. What happens then is that all the fields are filled with query and if I'd pass that on, the result would be zero...
What I could do is in stead of using a form, building a normal link and use $ENV{'QUERY_STRING'} in it, but then I would have to force choices on the visitors like: 3 6 9 12 15 etc... which I think does'n't look good at all.
Anybody any idea what I can do about it?
Thanks,
Lex
I'm using short/long display and have modified dbman a lot. I get the records (which are thumbnails in this case) nicely in a table on the page.
Now, I'd like visitors to decide how many thumbnails per page by letting them type in the numbers (input field)
When the thumbnails are shown, the actual page is not a form any more. So I thought: let's build the form again, have everything in hidden fields and pass the form with the extra (or changed) mh field.
This works, except when the page is a 'query' result. What happens then is that all the fields are filled with query and if I'd pass that on, the result would be zero...
What I could do is in stead of using a form, building a normal link and use $ENV{'QUERY_STRING'} in it, but then I would have to force choices on the visitors like: 3 6 9 12 15 etc... which I think does'n't look good at all.
Anybody any idea what I can do about it?
Thanks,
Lex

