cotonti.com : Search form not working properly https://www.cotonti.com Laatste forum onderwerpen Cotonti en Mon, 22 Dec 2025 01:06:12 -0000 Kort http://www.cotonti.com/forums.php?m=posts&id=21915
Btw, the search plugin is being updated now :)]]>
Ma, 08 Mrt 2010 22:54:49 -0000
rayblo
<input class="textbox" type="text" name="sq" value="Zoek" onfocus="if (this.value == 'Search') {this.value = '';}" onblur="if (this.value == '') {this.value = 'Search';}" />
		<input class="button" type="submit" name="Submit" value="" />


It didn't show my search box]]>
Ma, 08 Mrt 2010 19:59:25 -0000
pieter
Added 1 minute later:

<form id="search" name="search" action="plug.php?e=search" method="post">
              <div class="cl">&nbsp;</div>
              <div class="fieldplace">
		<input type="hidden" name="a" value="search" />
		<input type="text" name="sq" value="" maxlength="40" />
		</div>
		<input type="submit" class="button" value="{PHP.L.Search}" />
              <div class="cl">&nbsp;</div>
            </form>


Added 1 minute later:

Or look here: http://www.cotonti.com/forums.php?m=posts&p=8817&highlight=SEARCH+INDEX#8817

Maybe try the search function at Cotonti. Here it works :-)]]>
Ma, 08 Mrt 2010 19:54:46 -0000
rayblo
In my skin on http://www.ikzoekwebruimte.info i use this code;

<form class="search" id="search" name="search" method="post" action="plug.php?e=search">
      <p>
        <input class="textbox" type="text" name="sq" value="Zoek" onfocus="if (this.value == 'Search') {this.value = '';}" onblur="if (this.value == '') {this.value = 'Search';}" />
		<input class="button" type="submit" name="Submit" value="" />
      </p>
    </form>

But it doesn't work with the search form.

Any advice?]]>
Ma, 08 Mrt 2010 19:50:10 -0000