Announcement

Collapse
No announcement yet.

passing php search variable to actinic

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    passing php search variable to actinic

    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.

    #2
    Hi

    Can you let me know what theme you are using, so it will be easier for me to guide you through the steps.

    Cheers
    Krithika Chandrasekar
    SellerDeck

    sigpic

    E-commerce software by SellerDeck

    Comment


      #3
      am using a completly custom theme

      Comment


        #4
        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

        Working...
        X