Ben: Textfeld, das sich automatisch löscht

Beitrag lesen

Hi Volker,

nicht verzagen, du schaffst es. Ich kenne zwar den Rest des Scriptes nicht, aber ich würde es so probieren:

<?php
$info_box_contents = array();
// $info_box_contents[] = array('text' => BOX_HEADING_SEARCH);

new infoBoxHeading($info_box_contents, false, false);

$info_box_contents = array();
$info_box_contents[] = array('form' => tep_draw_form('quick_find', tep_href_link(FILENAME_ADVANCED_SEARCH_RESULT, '', 'NONSSL', false), 'get'),
'align' => 'center',
'text' => tep_draw_input_field('keywords', 'Suchbegriff', 'size="10" maxlength="30" onFocus="this.value=''" style="width: ' . (BOX_WIDTH-30) . 'px"') . ' ' . tep_hide_session_id() . tep_image_submit('button_quick_find.gif', BOX_HEADING_SEARCH) .'</b></a>');

new infoBox($info_box_contents);
?>
</td>
</tr>
<!-- search_eof //-->

Wenn das nicht geht, was hast du schon versucht und was kam dabei heraus?

Gruß
Ben