Jump to content
php.lv forumi

Submit


cucumber

Recommended Posts

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
Link to comment
Share on other sites

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
Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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