Jump to content

Impementing search from another page.


aic007

Recommended Posts

Hi allI have been trying to implement search on my master page by copying it from this web site:http://www.startsiden.no/distribusjon/I have put it inside a <td></td> on my masterpage, and I can see it, but nothing happen when i clikk the "Søk" (wich is search in english) button after having typed text in the search field. Anyone here that have done something similiar and know how it needs to be done? :-)I implement the search inside a <td></td>, like this:

<td>			<div id="abcstartsiden"><div style="background:transparent	  url('http://www.startsiden.no/img/skin/default   /img/distribution/468x30.gif')	  no-repeat;width:468px;height:30px;position:	  <a href="http://www.startsiden.no" title="ABC Startsiden" style="display:block;	  position:absolute;top:0;left:385px;width:83px;height:30px;	  text-decoration:none"></a>   <form method="get" action="http://norge.abcsok.no/" style="margin:0;padding:0">	 <input type="text" name="q" size="20" style="position:absolute;top:6px;left:65px	  width:230px;font:11px Tahoma, Verdana, Arial, Helvetica, sans-serif" />	 <input type="image" src="http://www.startsiden.no/img/skin/default/img/sok_bg.gif"	 style="position:absolute;top:8px;left:305px;width:34px;height:20px;" />   </form></div></div>						</td>

Regards.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...