artisteer search widget and html template


Author Message
ohifra

Posted: 3/9/2012
Quote message 

Hi guys I built a website in html.
The site works and artisteer helped me a lot in creating pages and links quickly.
The only problem is that I'm having problems with the search widget integrated artisteer in the sense that: I've placed the search widget at the bottom next to the footer, but when I search I do not have any results.
The command that runs the browser is javascript: void (0)

I viewed the page source and the script (I think it's a javascript) is this
<div class="art-box art-block">     <div class="art-box-body art-block-body">                 <div class="art-box art-blockcontent">                     <div class="art-box-body art-blockcontent-body">                 <div>   <form method="get" name="searchform" action="#">     <input type="text" value="" name="s" style="width: 95%;" />      <span class="art-button-wrapper">        <span class="art-button-l"> </span>       <span class="art-button-r"> </span>       <a class="art-button" href="javascript:void(0)">Search</a>     </span>    </form> </div>  


I await your response
Thanks in advance
Francis
 
Lars

Posted: 3/9/2012
Quote message 

I've got the same problem!
 
Garry

Posted: 3/13/2012
Quote message 

Artisteer doesn't implement the search functionality in case of HTML sites and you need to add the functional script manually.
 
ohifra

Posted: 3/13/2012
Quote message 

ok thanks