hi,
I'd like to include the search form on my index page.
I've read the user guide and the forum, but I can't figure out how to include
the result page on a pseudo frame.
I'd like, when I click the search button on the form of the main page, to get the result inside the same page.
My website is structured with PHP pseudo frames (if I click on a link, the appears on the same page maintaining all the menus and others parts around)
but if I put "http://mysite/index.php?rub=./search.php&zoom_query=$zoom_query" on the form (on the action part), it doesnt work.
I don't know how to do, each time I type a keyword and click the search button, I go to "http://search.php?zoom_query=test" and not "index.php?rub=./search.php&zoom_query=test
I'd like to include the search form on my index page.
I've read the user guide and the forum, but I can't figure out how to include
the result page on a pseudo frame.
I'd like, when I click the search button on the form of the main page, to get the result inside the same page.
My website is structured with PHP pseudo frames (if I click on a link, the appears on the same page maintaining all the menus and others parts around)
but if I put "http://mysite/index.php?rub=./search.php&zoom_query=$zoom_query" on the form (on the action part), it doesnt work.
I don't know how to do, each time I type a keyword and click the search button, I go to "http://search.php?zoom_query=test" and not "index.php?rub=./search.php&zoom_query=test
Comment