rayblo |
|
---|---|
Can anyone help me;
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? [b]www.dutchcotonti.com[/b]<br />
De plaats voor nederlandse ondersteuning voor Cotonti.<br /> The place for support for Cotonti in Dutch |
pieter |
|
---|---|
Look for this in the gameportalskin.
Added 1 minute later:
<form id="search" name="search" action="plug.php?e=search" method="post">
<div class="cl"> </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"> </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 :-) ... can we help you ...
|
rayblo |
|
---|---|
I tried that one Pieter but due to the ;
<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 [b]www.dutchcotonti.com[/b]<br />
De plaats voor nederlandse ondersteuning voor Cotonti.<br /> The place for support for Cotonti in Dutch |
Kort |
|
---|---|
SED.by - создание сайтов, разработка плагинов и тем для Котонти
|