PassMark Logo
Home » Forum

Announcement

Collapse
No announcement yet.

I want put the inputfield on <td>inputfield<td/>

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

  • I want put the inputfield on <td>inputfield<td/>

    <body onload="if (document.getElementById('zoom_searchbox')) {document.getElementById('zoom_searchbox').focus() ;}">

    I found the inputfield put <body onload>

    but I want put the inputfield on <td>here</td>

    and the search button on other <td>search button icon</td>

    can I do this?????

  • #2
    The input field is NOT in body onload. What you are looking at is just a bit of Javascript which sets the focus to the input field. It is not the actual input field.

    You can define your own search form instead of the one generated by Zoom as described in the FAQ here:
    Q. How do I put search forms on pages besides the search page? (Or define my own search form?)

    There are also Advanced Template options available (see chapter 6.7 of the Users Guide).
    --Ray
    Wrensoft Web Software
    Sydney, Australia
    Zoom Search Engine

    Comment


    • #3
      but my web must JSP, don't use any server language, ex asp ,php.

      search must used in html field

      that 's ok????

      Comment


      • #4
        but my web must JSP, don't use any server language, ex asp ,php
        JSP is a server side language. "Java Server Pages" ?

        Did you read the FAQ linked to above?

        Comment


        • #5
          The Javascript I mentioned above is client-side scripting. It has nothing to do with the server-side. You may want to read up on differences between Javascript, JSP, and Java. None of them have much to do with the other, they are 3 different things.

          The other things I mentioned also have nothing to do with server-side languages.
          --Ray
          Wrensoft Web Software
          Sydney, Australia
          Zoom Search Engine

          Comment

          Working...
          X