Jump to content
php.lv forumi

Recommended Posts

Posted (edited)

Ir lapa pilnigi valideta ar xhtml parseri, bet uz IE submiti nestrada, tas ir refresh notiek, bet skatoties ar php posta masiva nav submit pogas, isak sakot nevar palaist formu caur enter, ka var atrisinat sho problemu bez javascripta?

Edited by cucumber
Posted (edited)

paradi kodu, tapec ka man ideali strada tads kods:

<form ...>
...
<input type="submit" name="new-button" value="Press Me" />
</form>

Edited by dmitriy
Posted

dmitriy: atver Internet Explorerī noliec kursoru uz submit pogas un nospied Enter (un NE are PELI!!!). Nekas tur iedāli nestrādās.

Posted (edited)

Man kadas divainibas ir ar to.

Piem. sis kods strada:

<form action = "index.php"  method = "POST"  class = ""  id = ""  name = "" >

<input type="text" name="email" value="" /><br/>
<input type="text" name="location" value="" /><br/>

<input type="submit" name="new-comment" value="new-comment" /><br/>
</form>

<?php
print_r($_POST);
?>

 

bet sitais jau nestrada

 

<form action = "index.php"  method = "POST"  class = ""  id = ""  name = "" >

<input type="text" name="location" value="" /><br/>

<input type="submit" name="new-comment" value="new-comment" /><br/>
</form>

<?php
print_r($_POST);
?>

 

kaut kadas divainibas, ar vienu input field nestrada, bet ar diviem viss normali

 

p.s

ja ar TAB'u izveleties pogu, tad viss strada abos gadijumos

Edited by dmitriy
Posted

Ok, nepareizi atcerējos. Bija jāspiež Enter, kad atrodies input type="text" laukā. Kā pats redzi otrajā gadījumā nekas nestrādā kā vajag. Tik nez kāpēc pirmajā strādā... nezkāpēc biju domājis, ka IE vispār nesūta submit lauka vērtību, ja ar enter nosubmito.

  • 3 weeks later...
×
×
  • Create New...