Hi,
I have set up a page with many nested divs. The divs are used for top bar, left navigation, contents area, right navigation and bottom bar.
I decided to use PHP environment for search and thus turned the intended search page to *.php.
Then I entered the zoom search code in the a.m. "contents area" and (nearly) everything works fine, i.e. the top bar, the left navigation bar, the search field, the button, the results per page etc. are shown as wanted.
However, the page will not show the right navigation area and the bottom bar until a Zoom search is executed and the result is shown. I think, building stops at "<!--ZOOMSEARCH->" and goes on after search is executed. Once an initial search has been executed everything is fine, including the right navigation bar and bottom bar of the page.
Is there any way to have the page drawn completely with the search field plus button, all navigation areas, etc. without prior execution of a search?
Thanks in advance.
Fabian
I have set up a page with many nested divs. The divs are used for top bar, left navigation, contents area, right navigation and bottom bar.
I decided to use PHP environment for search and thus turned the intended search page to *.php.
Then I entered the zoom search code in the a.m. "contents area" and (nearly) everything works fine, i.e. the top bar, the left navigation bar, the search field, the button, the results per page etc. are shown as wanted.
However, the page will not show the right navigation area and the bottom bar until a Zoom search is executed and the result is shown. I think, building stops at "<!--ZOOMSEARCH->" and goes on after search is executed. Once an initial search has been executed everything is fine, including the right navigation bar and bottom bar of the page.
Is there any way to have the page drawn completely with the search field plus button, all navigation areas, etc. without prior execution of a search?
Thanks in advance.
Fabian
Comment