decoy1983
01-21-2008, 05:37 AM
Hi guys,
I am currently playing around with a directory which currently(until I get the funding to build the technology) uses static pages for the search results, currenly this is basically how my search results pages work
<div id="results-page">
<ul>
<li id="search-results">
<!--webbot bot="Include" U-Include="listing_1.htm" TAG="BODY" --></li>
<li id="search-results">
<!--webbot bot="Include" U-Include="listing_2.htm" TAG="BODY" --></li>
</ul></div>
And I'm wonder is there a coding, html or otherwise that will auto include? Say for example I currently have 2 results, to drop in a third I just need to create the file in the right directory and it will appear without me inserting it.
Any ideas?
Thanks in advance.
I am currently playing around with a directory which currently(until I get the funding to build the technology) uses static pages for the search results, currenly this is basically how my search results pages work
<div id="results-page">
<ul>
<li id="search-results">
<!--webbot bot="Include" U-Include="listing_1.htm" TAG="BODY" --></li>
<li id="search-results">
<!--webbot bot="Include" U-Include="listing_2.htm" TAG="BODY" --></li>
</ul></div>
And I'm wonder is there a coding, html or otherwise that will auto include? Say for example I currently have 2 results, to drop in a third I just need to create the file in the right directory and it will appear without me inserting it.
Any ideas?
Thanks in advance.