WebsiteBaker 2.13.8 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
global $TEXT;$return_value = " ";if(SHOW_SEARCH) { $return_value = '<div class="box">'; $return_value .= '<form action="'.WB_URL.'/search/index'.PAGE_EXTENSION.'" method="get" name="search" class="searchform" id="search">'; $return_value .= '<input type="text" name="string" size="22" class="boks" value="fill in your searchbla here..." onClick="if(this.value == 'fill in your searchbla here...') { this.value = ''; }" onBlur="if(this.value == '') { this.value = 'Fill in your searchbla here....'; }" /> '; $return_value .= '<input name="submit" type="submit" class="buttonq" value="'.$TEXT['SEARCH'].'" />'; $return_value .= '</form>'; $return_value .= '</div>';}return $return_value;
$return_value = ' some text and doublequote " " and singlequotes ' ' ';
$return_value = ' some text and doublequote " " and singlequotes \' \' ';
$return_value .= '<input type="text" name="string" size="22" class="boks" value="fill in your searchbla here..." onClick="if(this.value == \'fill in your searchbla here...\') { this.value = \'\'; }" onBlur="if(this.value == \'\') { this.value = \'Fill in your searchbla here....\'; }" /> '