You are not logged in.

Controlpanel

At the moment there aren´t any members active..

Statistic

  • Members: 13113
  • Threads: 18186
  • Postings: 119693 (ø 46.07/day)
  • Greetings to our newest member: mislonly

w2d Premium-Support

Die Experten für web to date / shop to date

Facebook

max1512

Trainee

  • "max1512" is male
  • "max1512" started this thread

Posts: 72

Location: Cottbus

web/shop to date Version: w2d5/ w2d8

  • Send private message

1

Friday, February 19th 2010, 5:45pm

(ERLEDIGT) Suchfeld verändert und jetzt habe ich 4 Fehler

Hallo Leute.

Ich habe mein Suchfeld im Design Phi geändert, mit der Anleitung von Michael seiner Seite. So das ich Text im Suchfeld habe.

Jetzt probier ich das ganze Valide zu bekommen doch irgendwie komme ich nicht weiter. :(

Source code

1
2
3
4
5
6
7
8
9
10
11
<cc:if cond="&site.ftsfile">
<div id="search">
<input class="search" type="text" name="criteria" maxlength="30" title="Suchbegriff eingeben" 

value="Suchbegriff eingeben" 
onfocus="if(this.value=='Suchbegriff eingeben') (this.value=";)" onblur="if (this.value==") 

(this.value='Suchbegriff eingeben')" />
<input type="image" src="<cc:printpictureurl obj="pic.search">" /> 
</div> 
</cc:if>


Hier der Link http://www.waermepumpenfuchs.net

Gruß Max

Posts: 5,057

web/shop to date Version: 5-8.0

  • Send private message

2

Friday, February 19th 2010, 5:58pm

Probiere den Block:

Source code

1
2
3
4
5
<div id="search">
<form class="search" action="<cc:print value="&site.ftsfile">" method="get">
<input class="search" onfocus="if(this.value=='Ihr Suchbegriff'){this.value=''}" value="Ihr Suchbegriff" name="criteria" type="text" size="15" maxlength="30" /><input type="image" src="<cc:printpictureurl obj="pic.search">" alt="<cc:print value="&site.ressource.search">" />
</form>
</div>


Ich denke, Du siehst auch ein paar Unterschiede.

max1512

Trainee

  • "max1512" is male
  • "max1512" started this thread

Posts: 72

Location: Cottbus

web/shop to date Version: w2d5/ w2d8

  • Send private message

3

Friday, February 19th 2010, 6:22pm

Coole Sache.

Jetzt bin ich glücklich.

Vielen Dank Bernd.

Auf Cottbuser ist verlass. :wink:

Gruß Max