need help for search engines

Ask a Question related to Coldfusion Flash Integration, Design and Development.

  1. #1

    Default need help for search engines

    First part:
    When i type document numbers/alphabet inside the text box and click submit, i
    need to download the document file based on a select query with the doc_no and
    display results on my right frame. My search_engine.cfm frame is on the left
    side whereas the search_results.cfm is on the right frame. I also want the
    textbox be able to recognize the input text/alphabet and output just that
    particular results for the user. Total i got 10 database table, each table name
    is stated with the starting number i.e tableName1: 350v,
    tableName2: 360w,
    tableName3: 210a

    AND inside each table column contains i.e DOC_NO, DATE, REMARKS etc.
    DOC_NO
    Whereas ROWS : 350V000
    350V001
    350V002 ...(each table at least have 500
    files)etc

    Second part: Display results in table cells without using paged search
    results. I find that making paged search results form is very complicated.

    can ask me for my email and i will attach the codes to you. thanks


    alex132 Guest

  2. Similar Questions and Discussions

    1. Layers and Search engines
      Hi there, I am currently at the very early stages of building a new website. I hope to achieve as higher search engine position as posible. Whilst...
    2. Block Search Engines
      Hi, Is there any way to block a web site to be listed on search engines? For example if the dns name is www.companyname.com, google returns the...
    3. Using search engines
      Dear Friends, I want to implement a search engine which query other search engines like YAHOO, GOOGLE, ... and show the results to users. How can...
    4. Application Search Engines
      Hi, I am starting to develop an ASP.Net app that will have a search section that will allow the user to search the site. I have come across...
    5. Search Engines
      How do I change the default search engine in explorer from a MSN UK to MSN Australia
  3. #2

    Default need help for search engines

    First part:
    When i type document numbers/alphabet inside the text box and click submit, i
    need to download the document file based on a select query with the doc_no and
    display results on my right frame. My search_engine.cfm frame is on the left
    side whereas the search_results.cfm is on the right frame. I also want the
    textbox be able to recognize the input text/alphabet and output just that
    particular results for the user. Total i got 10 database table, each table name
    is stated with the starting number i.e tableName1: 350v,
    tableName2: 360w,
    tableName3: 210a

    AND inside each table column contains i.e DOC_NO, DATE, REMARKS etc.
    DOC_NO
    Whereas ROWS : 350V000
    350V001
    350V002 ...(each table at least have 500
    files)etc

    Second part: Display results in table cells without using paged search
    results. I find that making paged search results form is very complicated.

    can ask me for my email and i will attach the codes to you. thanks


    alex132 Guest

  4. #3

    Default need help for search engines

    First part:
    When i type document numbers/alphabet inside the text box and click submit, i
    need to download the document file based on a select query with the doc_no and
    display results on my right frame. My search_engine.cfm frame is on the left
    side whereas the search_results.cfm is on the right frame. I also want the
    textbox be able to recognize the input text/alphabet and output just that
    particular results for the user. Total i got 10 database table, each table name
    is stated with the starting number i.e tableName1: 350v,
    tableName2: 360w,
    tableName3: 210a

    AND inside each table column contains i.e DOC_NO, DATE, REMARKS etc.
    DOC_NO
    Whereas ROWS : 350V000
    350V001
    350V002 ...(each table at least have 500
    files)etc

    Second part: Display results in table cells without using paged search
    results. I find that making paged search results form is very complicated.

    can ask me for my email and i will attach the codes to you. thanks


    alex132 Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139