Jump to content
php.lv forumi

Button tegs IE


Sangsom

Recommended Posts

Sveiki radas problema ar

 <button> 

tegu konkrēti IE. Chrome un Mozilla viss darbojas.

Tātad ir forma:

<form action="" method="POST">
  <button type="submit" name="checked" value="<?php echo $info[0]; ?>">
     <img src="images/checked.png" alt="">
  </button>
</form>

Doma ir tāda, ka nospiezot uz attēla/pogas ar

$_POST['checked'];

tiek nolasīta mainīga vērtība no

value="<?php echo $info[0]; ?>"

atribūta un tiek izmantotā tālāk DB un kodā, kā jau minēju Chrome un Mozilla tas strādā labi, taču IE 9 šajā gadījumā ar

$_POST['checked'];

tiek atgriezts

<img>

tegs, kas galīgi neder.. Vai ir kādi ieteikumi ko darīt šai situācijā? Paldies jau iepriekš.

Edited by Sangsom
Link to comment
Share on other sites

liec input type=submit un savu img norādi ar css kā background-image. vai hidden lauks arī der.

Paldies tavs ieteikums vedināja uz pareizo virzienu, hidden lauki mana gadījumā nederēja, bet beigās uztaisīju šādi:

<input type="submit" name="notchecked" value="<?php echo $info[0]; ?>" class="myButton" />

un ar css ieliku attēlu un noslēpu value. Paldies, tagad strādā visos brauzeros :)

Edited by Sangsom
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...