url verdecken bei Formular onclick?!

Einklappen
X
 
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

  • url verdecken bei Formular onclick?!

    Servus,

    also ich weiss jetzt nicht ob das hier ins PHP Forum reinkommt oder eben ins Javascript Forum, aber hat an sich auch was mit PHP zu tun deswegen hier mein Post.
    Hab ne einfach Seite mit zwei option feldern diese sollen beim anklicken(also "onclick") die variable bzw das Value des Option feldes an ein php script, in diesem fall die gleiche seite(index.php) weitergeben...nur eben nicht so wie ich es jetzt gelöst hab denn da wird es ja in der URL übergeben :-(.

    hier der Code:
    PHP-Code:
    <html>

    <head>

    <title>Schrott or Not</title>
    </head>

    <body>
    <h1>Vote: <? echo$vote; ?></h1>

    <form method="POST" action="--WEBBOT-SELF--">
      
    1<input type="radio" value="1" name="1" onClick="self.location.href='index.php?vote=1'">
    2<input type="radio" value="2" name="1" onClick="self.location.href='index.php?vote=2'">
    </form>

    </body>

    </html>
    Danke schon mal für Eure Hilfe!
    mfg Tom

  • #2
    is wohl doch javascript...
    erstmal bekommt die form nen namen, und action da wo's hinsoll, und dann:
    onClick="javascript:document.FormName.submit()"
    eval(str_pad(aa|db,4,slarti^~äü_i_)." \"áú¾ïùû䶳Ðäýï©üèíþç£þé\"^~\"no bugs, only features\";");

    Kommentar


    • #3
      hey super danke!
      Dachte nicht das es soooo leicht ist *g* Naja war ja schon nah dran ;-).

      mfg Tom

      @slarti: danke nochmal !

      Kommentar


      • #4
        Original geschrieben von slarti
        is wohl doch javascript...
        so ist es ...

        *VERSCHIEB*
        INFO: Erst suchen, dann posten![color=red] | [/color]MANUAL(s): PHP | MySQL | HTML/JS/CSS[color=red] | [/color]NICE: GNOME Do | TESTS: Gästebuch[color=red] | [/color]IM: Jabber.org |


        Kommentar

        Lädt...
        X