Hi, I just downloaded the free zoom search engine to try it if its suitable for me website.
Everything is installed and I have place an anny webpagine a simple search box. If I test the search box then I come on the page "search.php" with the right search.
So everthing works fine..
but.. I build my website in Webbuilder WYSIWYG and I get NOT the search results in one of my webpage that I have selected.
I read the below link but I was unable to do it so far!!
Q. How do I make the search results open in a new window (or different frame)?
My Webbuilder let me place html codes in a Page HTML where I can choose
from a number of taps....:
(Start of Page)
(Between <head></head>tags)
(Inside<body>tag)
(After<body>tag)
(Before</body>)
(End of Page)
So which Tap (above) must I use to place the php code ???
and what need to be done exactly with the link below ??
<form method="GET" action="search.php" target="_blank"> ... </form>
Must I place some where my http://www...... ?! in this link above.
I hope someone can help me with this..
Thanks a lot
Roy
Everything is installed and I have place an anny webpagine a simple search box. If I test the search box then I come on the page "search.php" with the right search.
So everthing works fine..
but.. I build my website in Webbuilder WYSIWYG and I get NOT the search results in one of my webpage that I have selected.
I read the below link but I was unable to do it so far!!
Q. How do I make the search results open in a new window (or different frame)?
My Webbuilder let me place html codes in a Page HTML where I can choose
from a number of taps....:
(Start of Page)
(Between <head></head>tags)
(Inside<body>tag)
(After<body>tag)
(Before</body>)
(End of Page)
So which Tap (above) must I use to place the php code ???
and what need to be done exactly with the link below ??
<form method="GET" action="search.php" target="_blank"> ... </form>
Must I place some where my http://www...... ?! in this link above.
I hope someone can help me with this..
Thanks a lot
Roy
Comment