Inita: input feld wirh 'Search now'

Hoi,

kann leider selber mein Problem nicht loesch =(

Ich habe:

<input type="text" id="cn" name="cn" value="Search now" onBlur="if(this.value=='')this.value='Search now'" onfocus="if(this.value=='Search now'){"this.value='';"}" class="srch" />
<input type="submit" id="searchsubmit" name="searchsubmit" value="&nbsp;" class="ok" />

Ich brauche:

wenn ich in input feld schreibe zB 'hund' und druecke submit, er sucht nach dem wort 'hund', aber wenn ich sofort submit drucke, dann steht da 'Search now' und er sucht das Wort 'Search now', aber ich will nicht, er muesste dann suchen einfach leertaste. Ich habe folgendes onclick, aber es geht irgendwie nicht :/

<input type="submit" onclick="if(smthn.value == 'search now'){ window.location = '?q=' } else { window.location = '?q='+smthn.value }" />

LG,
Inita

--
Don't forget to love yourself.
  1. Hello,

    unterbinde doch einfach das Absenden des Formulares wenn kein Suchtext eingegeben wurde - nutze den onsubmit-Eventhandler des Formulares und "return false" falls der Eintrag nicht zur Suche genutzt werden darf.

    MfG
    Rouven

    --
    -------------------
    Computer programming is tremendous fun. Like music, it is a skill that derives from an unknown blend of innate talent and constant practice. Like drawing, it can be shaped to a variety of ends: commercial, artistic, and pure entertainment. Programmers have a well-deserved reputation for working long hours but are rarely credited with being driven by creative fevers. Programmers talk about software development on weekends, vacations, and over meals not because they lack imagination, but because their imagination reveals worlds that others cannot see. -- Larry OBrien and Bruce Eckel in Thinking in C#
    1. Hoi,

      unterbinde doch einfach das Absenden des Formulares wenn kein Suchtext eingegeben wurde - nutze den onsubmit-Eventhandler des Formulares und "return false" falls der Eintrag nicht zur Suche genutzt werden darf.

      super, hats funktioniert =), jetzt sucht er auch '' nach einer leehrtaste, als ob da Search now ist in input field =)

      vielen vielen Dank =)

      LG,
      Inita

      --
      Don't forget to love yourself.
  2. Hallo,

    dir würde auch diese Eigenschaft nützlich sein <http://de.selfhtml.org/javascript/objekte/elements.htm#default_value >

    Gruß plan_B

    --
         *®*´¯`·.¸¸.·