PassMark Logo
Home » Forum

Announcement

Collapse
No announcement yet.

Ability to change width of submit window for multiple words

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

  • Ability to change width of submit window for multiple words

    Is there a convenient way to widen the submit window so that multiple words can be seen without haveing to scroll the window?
    Cheers,
    John

  • #2
    The size of the data entry field is determined by the following HTML code,

    <input type="text" name="zoom_query" size="20" value="" class="zoom_searchbox" />

    This HTML code is normally generated by the Zoom script. So you could either,

    1/ Edit the script to create a custom version of the script. Which is probably not the next solution unless you are an expert scripter

    2/ Or turn off the automatic form creating in Zoom and add in your own HTML form. See section 5.7, "How do I modify the search form on the search page?", of the User guide for more details,
    http://www.wrensoft.com/ftp/zoom.pdf

    ------
    David

    Comment

    Working...
    X