search result on multiple pages
-
- Posts: 112
- Joined: Sun 11. Jan 2004, 23:13
- Location: Merseburg, Germany
- Contact:
search result on multiple pages
hi, i've searched the forum and just found somewhere, that someone reported, that the search within phpwcms returns results only on one page.
is this fixed already? or has someone done a hack for this?
is this fixed already? or has someone done a hack for this?
-
- Posts: 112
- Joined: Sun 11. Jan 2004, 23:13
- Location: Merseburg, Germany
- Contact:
ok, i had a look into the sourcecode and... well, it wasn't implemented yet.
so, i enhanced this function and we published it.
you can dowload it here: http://www.emediafabrik.de?CID=362
a sample is here: http://www.vanossy.de?search
search for "is" or something like that to get many search results...
gr33tz, vanOssy
so, i enhanced this function and we published it.
you can dowload it here: http://www.emediafabrik.de?CID=362
a sample is here: http://www.vanossy.de?search
search for "is" or something like that to get many search results...
gr33tz, vanOssy
well when I test it "next" doesn´t work.. I do not come to the next pagejmeyknecht wrote:
a sample is here: http://www.vanossy.de?search
search for "is" or something like that to get many search results...
gr33tz, vanOssy
I just get:
But I look your top function... My I use it?
http://www.studmed.dk Portal for doctors and medical students in Denmark
-
- Posts: 112
- Joined: Sun 11. Jan 2004, 23:13
- Location: Merseburg, Germany
- Contact:
Ihave tested it with firefox and it too is fine.
i have seen this 'floating top' before, only it was the whole nav_table using it - very cool
http://www.myvue.com then use the cinema search for any cinema
i have seen this 'floating top' before, only it was the whole nav_table using it - very cool

It was on a win2k and IE at the university...frold wrote: well when I test it "next" doesn´t work.. I do not come to the next page
I just get:
But I look your top function... My I use it?

@home it work

http://www.studmed.dk Portal for doctors and medical students in Denmark
-
- Posts: 112
- Joined: Sun 11. Jan 2004, 23:13
- Location: Merseburg, Germany
- Contact:
@frold. hmmm. maybe you can test is again and tell more about the browser that it is used, etc.. javascript, etc...
i'll have to find the error ;-)
btw. with this script, it is also possible to go to next or prev page by a simple form button.
this should be more browser compliant because no javascript code is needed.
but i tested a lot of and here it worked... :-/
i'll have to find the error ;-)
btw. with this script, it is also possible to go to next or prev page by a simple form button.
this should be more browser compliant because no javascript code is needed.
but i tested a lot of and here it worked... :-/
I forgot to say it was IE5.0jmeyknecht wrote:@frold. hmmm. maybe you can test is again and tell more about the browser that it is used, etc.. javascript, etc...
i'll have to find the error
btw. with this script, it is also possible to go to next or prev page by a simple form button.
this should be more browser compliant because no javascript code is needed.
but i tested a lot of and here it worked... :-/
http://www.studmed.dk Portal for doctors and medical students in Denmark
-
- Posts: 112
- Joined: Sun 11. Jan 2004, 23:13
- Location: Merseburg, Germany
- Contact:
@pSouper: i wrote this javascript function 1 1/2 years ago for an intranet application. it supports nearly all browsers, even netscape 4.x
i did not check for a while, but it should work still today in nearly all browsers. i think there's no prob to fix it for newer browsers too.
i've tested also with safari, but not yet with Konqueror 3.2
if anybody has, could you please check? ;-)
i did not check for a while, but it should work still today in nearly all browsers. i think there's no prob to fix it for newer browsers too.
i've tested also with safari, but not yet with Konqueror 3.2
if anybody has, could you please check? ;-)
-
- Posts: 112
- Joined: Sun 11. Jan 2004, 23:13
- Location: Merseburg, Germany
- Contact:
-
- Posts: 112
- Joined: Sun 11. Jan 2004, 23:13
- Location: Merseburg, Germany
- Contact:
sooo... updated and fixed...
IE 5.0 and NN 4.7 seem to not support hyperlinks with "blank anchor" # and onclick event for submitting forms. so it is now changed to
download is available here: http://www.emediafabrik.de?CID=362
thx frold for reporting that bug.
people plz check with other browsers too. thx
IE 5.0 and NN 4.7 seem to not support hyperlinks with "blank anchor" # and onclick event for submitting forms. so it is now changed to
Code: Select all
... href="javascript:document.next.submit()"
thx frold for reporting that bug.
people plz check with other browsers too. thx