Announcement

Collapse
No announcement yet.

stupid question (search)

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

    stupid question (search)



    ------=_NextPart_000_0002_01C55B1C.019AC7E0
    Content-Type: text/plain;
    charset="iso-8859-1"
    Content-Transfer-Encoding: 7bit

    Hello,

    I know this is the most basic of questions, but I'm having brain problems
    today and can't think.

    I want to just put a simple search in the category tree area, and have an
    advanced search option under it. I have VC's search manager, and I want the
    advanced search link to take you to that. The last site I built, I had
    Dynamic Templates, so I just bogarted the code from the search page. Now, I
    can't seem to find any code for a basic search.

    I swear I'm not lazy or stupid, I just can't think today.

    Anyone feeling compassionate?

    Thanks in Advance

    KC


    ------=_NextPart_000_0002_01C55B1C.019AC7E0--

    #2
    stupid question (search)



    A simple form would be:

    <FORM METHOD="post" ACTION="/Merchant2/merchant.mvc?">
    <INPUT TYPE="hidden" NAME="Store_Code" VALUE="SC">
    <INPUT TYPE="hidden" NAME="Screen" VALUE="SRCH">
    <input type="text" name="Search" size="12"><input type="submit" value="GO">
    </form>

    SC = your store code

    Thanks,
    Gary..

    DOMINANT DESIGNS & Development Services Ltd.
    <A HREF ="http://www.DominantDesigns.com/">http://www.DominantDesigns.com/</A>

    ESP
    <A HREF ="http://www.MivaRoo.com/">http://www.MivaRoo.com/</A>

    -----Original Message-----
    From: [email protected]
    [mailto:[email protected]] On Behalf Of Patio & Grill
    Sent: Tuesday, May 17, 2005 10:07 PM
    To: miva list
    Subject: [mru] stupid question (search)

    Hello,

    I know this is the most basic of questions, but I'm having brain problems
    today and can't think.

    I want to just put a simple search in the category tree area, and have an
    advanced search option under it. I have VC's search manager, and I want the
    advanced search link to take you to that. The last site I built, I had
    Dynamic Templates, so I just bogarted the code from the search page. Now, I
    can't seem to find any code for a basic search.

    I swear I'm not lazy or stupid, I just can't think today.

    Anyone feeling compassionate?

    Thanks in Advance

    KC


    --
    No virus found in this incoming message.
    Checked by AVG Anti-Virus.
    Version: 7.0.308 / Virus Database: 266.11.10 - Release Date: 5/13/2005


    --
    No virus found in this outgoing message.
    Checked by AVG Anti-Virus.
    Version: 7.0.308 / Virus Database: 266.11.10 - Release Date: 5/13/2005



    Comment


      #3
      stupid question (search)



      If you just want a link to the search page:

      <A HREF ="http://www.yourdomain.com/your_merchant_directory/merchant.mvc?screen=SRCHM">http://www.yourdomain.com/your_merchant_directory/merchant.mvc?screen=SRCHM</A>

      If you want a mini search form which takes you to the results of the Search
      Manager screen:

      <FORM style="display: inline; margin: 0;" METHOD="post"
      ACTION="merchant.mvc?">
      <INPUT TYPE="hidden" NAME="Store_Code" VALUE="APG" >
      <INPUT TYPE="hidden" NAME="Screen" VALUE="SRCHM">
      <INPUT TYPE="hidden" NAME="Search_desc" VALUE="1">
      <INPUT TYPE="hidden" NAME="Search_name" VALUE="1">
      <INPUT TYPE="hidden" NAME="Search_code" VALUE="1">
      <INPUT TYPE="hidden" NAME="Search_ctgy" VALUE="1">
      <INPUT TYPE="hidden" NAME="BrokSearch_Have_List_Fields" VALUE="1">
      <INPUT TYPE="text" NAME="Search_search" SIZE="10" VALUE="">
      <INPUT TYPE="submit" VALUE="submit">
      </FORM>



      Thank you

      Dave Hauser, President
      Aquarium Professionals Group


      -----Original Message-----
      From: [email protected]
      [mailto:[email protected]]On Behalf Of Patio & Grill
      Sent: Tuesday, May 17, 2005 8:07 PM
      To: miva list
      Subject: [mru] stupid question (search)


      Hello,

      I know this is the most basic of questions, but I'm having brain problems
      today and can't think.

      I want to just put a simple search in the category tree area, and have an
      advanced search option under it. I have VC's search manager, and I want the
      advanced search link to take you to that. The last site I built, I had
      Dynamic Templates, so I just bogarted the code from the search page. Now, I
      can't seem to find any code for a basic search.

      I swear I'm not lazy or stupid, I just can't think today.

      Anyone feeling compassionate?

      Thanks in Advance

      KC



      Comment


        #4
        stupid question (search)




        Are you talking something like:

        <A HREF ="http://www.nordicneedle.com/Merchant2/merchant.mvc? ">http://www.nordicneedle.com/Merchant2/merchant.mvc? </A>
        Screen=SRCHM&Store_Code=NN

        or the form as it relates to VC Search Manager something like:

        <FORM METHOD = "post" ACTION ="<A HREF ="http://www.nordicneedle.com/ ">http://www.nordicneedle.com/ </A>
        Merchant2/merchant.mvc?">
        <div align="left">
        <INPUT TYPE = "hidden" NAME = "Store_Code" VALUE = "NN">
        <INPUT TYPE = "hidden" NAME = "Screen" VALUE = "SRCHM">
        <INPUT TYPE="hidden" NAME="Search_code" VALUE="1">
        <INPUT TYPE="hidden" NAME="Search_desc" VALUE="1">
        <INPUT TYPE="hidden" NAME="Search_name" VALUE="1">
        <input type="hidden" name="SearchAdd_3" value="1">
        <INPUT TYPE = "hidden" NAME =
        "BrokSearch_Have_List_Fields" VALUE="1">
        [img]images/category_title_catsearch.gif[/img]
        </div>
        <div align="center">
        <INPUT TYPE="text" NAME="Search_search" SIZE="20" VALUE="">


        <input src="images/index_searchbutton.gif" width="181"
        height="20" border="0" type="image" name="submit2">
        </div>
        </form>

        Gordon
        eBirdseed.com

        On May 17, 2005, at 8:14 PM, Gary Hodder wrote:

        > A simple form would be:
        >
        > <FORM METHOD="post" ACTION="/Merchant2/merchant.mvc?">
        > <INPUT TYPE="hidden" NAME="Store_Code" VALUE="SC">
        > <INPUT TYPE="hidden" NAME="Screen" VALUE="SRCH">
        > <input type="text" name="Search" size="12"><input type="submit"
        > value="GO">
        > </form>
        >
        > SC = your store code
        >
        > Thanks,
        > Gary..
        >
        > DOMINANT DESIGNS & Development Services Ltd.
        > <A HREF ="http://www.DominantDesigns.com/">http://www.DominantDesigns.com/</A>
        >
        > ESP
        > <A HREF ="http://www.MivaRoo.com/">http://www.MivaRoo.com/</A>
        >
        > -----Original Message-----
        > From: [email protected]
        > [mailto:[email protected]] On Behalf Of Patio &
        > Grill
        > Sent: Tuesday, May 17, 2005 10:07 PM
        > To: miva list
        > Subject: [mru] stupid question (search)
        >
        > Hello,
        >
        > I know this is the most basic of questions, but I'm having brain
        > problems
        > today and can't think.
        >
        > I want to just put a simple search in the category tree area, and
        > have an
        > advanced search option under it. I have VC's search manager, and I
        > want the
        > advanced search link to take you to that. The last site I built, I
        > had
        > Dynamic Templates, so I just bogarted the code from the search
        > page. Now, I
        > can't seem to find any code for a basic search.
        >
        > I swear I'm not lazy or stupid, I just can't think today.
        >
        > Anyone feeling compassionate?
        >
        > Thanks in Advance
        >
        > KC
        >
        >
        > --
        > No virus found in this incoming message.
        > Checked by AVG Anti-Virus.
        > Version: 7.0.308 / Virus Database: 266.11.10 - Release Date: 5/13/2005
        >
        >
        > --
        > No virus found in this outgoing message.
        > Checked by AVG Anti-Virus.
        > Version: 7.0.308 / Virus Database: 266.11.10 - Release Date: 5/13/2005
        >
        >
        >

        Comment


          #5
          stupid question (search)



          That's exactly what I was looking for. Thank you!

          Thanks to the other people that answered as well. I freakin' love this
          list. Anything you wanna know, booyah, it's there.

          KC

          -----Original Message-----
          From: Webmaster - Aquariumpros.com [mailto:[email protected]]
          Sent: Tuesday, May 17, 2005 8:17 PM
          To: Patio & Grill; miva list
          Subject: RE: [mru] stupid question (search)


          If you just want a link to the search page:

          <A HREF ="http://www.yourdomain.com/your_merchant_directory/merchant.mvc?screen=SRCHM">http://www.yourdomain.com/your_merchant_directory/merchant.mvc?screen=SRCHM</A>

          If you want a mini search form which takes you to the results of the Search
          Manager screen:

          <FORM style="display: inline; margin: 0;" METHOD="post"
          ACTION="merchant.mvc?">
          <INPUT TYPE="hidden" NAME="Store_Code" VALUE="APG" >
          <INPUT TYPE="hidden" NAME="Screen" VALUE="SRCHM">
          <INPUT TYPE="hidden" NAME="Search_desc" VALUE="1">
          <INPUT TYPE="hidden" NAME="Search_name" VALUE="1">
          <INPUT TYPE="hidden" NAME="Search_code" VALUE="1">
          <INPUT TYPE="hidden" NAME="Search_ctgy" VALUE="1">
          <INPUT TYPE="hidden" NAME="BrokSearch_Have_List_Fields" VALUE="1">
          <INPUT TYPE="text" NAME="Search_search" SIZE="10" VALUE="">
          <INPUT TYPE="submit" VALUE="submit">
          </FORM>



          Thank you

          Dave Hauser, President
          Aquarium Professionals Group


          -----Original Message-----
          From: [email protected]
          [mailto:[email protected]]On Behalf Of Patio & Grill
          Sent: Tuesday, May 17, 2005 8:07 PM
          To: miva list
          Subject: [mru] stupid question (search)


          Hello,

          I know this is the most basic of questions, but I'm having brain problems
          today and can't think.

          I want to just put a simple search in the category tree area, and have an
          advanced search option under it. I have VC's search manager, and I want the
          advanced search link to take you to that. The last site I built, I had
          Dynamic Templates, so I just bogarted the code from the search page. Now, I
          can't seem to find any code for a basic search.

          I swear I'm not lazy or stupid, I just can't think today.

          Anyone feeling compassionate?

          Thanks in Advance

          KC


          Comment

          Working...
          X