for our site our home page is wrote in html and php and as such is just sitting on top off the main actinic site. Is there a way to have a search on the hompage and pass the users search into actinic search engine on the site.
							
						
					Announcement
				
					Collapse
				
			
		
	
		
			
				No announcement yet.
				
			
				
	
passing php search variable to actinic
				
					Collapse
				
			
		
	X
- 
	
	
		
		
		
		
		
		
		
	
	
i worked this out.
if anyone is needing something like this. do this.
HTML Code:<form action="http://www.YOURURL.co.uk/scripts/ss000001.pl" method="GET"> <div align="left"> <input type="text" name="SS" /> <input type="hidden" name="ACTION.x" VALUE="20" /> <input type="hidden" name="ACTION.y" VALUE="6" /> <input type="hidden" name="PR" VALUE="-1" /> <input type="hidden" name="TB" VALUE="A" /> <input type="hidden" name="SHOP" VALUE="" /> <input name="image2" type="image" src="images/cat_images/mail_arrow.gif" alt="click to search site"> </div> </form>
Comment
 
Comment