Ben senaryoyu şu var:
Bir site bana bazı verileri el bir php dosyası için bir istek gönderiyor. Bu istek için ben bir öğeyi seçerek am - burada bu bölümü için kodu:
<form action="?modul=transaktionen&subModul=monitor" method="post">
<input type="hidden" name="suchVal" value="1">
<input type="hidden" name="action" value="1">
<!-- A LOT OF STUFF INBETWEEN ... -->
<table>
<tr>
<td>
<input type="radio"
name="hostsARR[host][idGcomp]"
id="nod_331"
value="331">
</td>
<td>Some text which is really not important</td>
</tr>
<tr>
<td>
<input type="radio"
name="hostsARR[host][idGcomp]"
id="nod_332"
value="332">
</td>
<td>more text that is not important</td>
</tr>
</table>
<input type="submit" class="sendButton" name="edit" value="Show details">
</form>
Ben bu ürünün birini seçin ve düğmesine bastığınızda ve bu özellikleri ile bana isteği göndermek gerekir:
action 1
edit Show details
hostsARR[host][idGcomp] 332
It does that normally, but when I add javascript to it it gets totally messed up! It does not send the right request. What happens is that I do not get the hostsARR
. Everything else gets through. I added a script by frequency-decoder.com for pagination and for sorting. You can find the script here if you need a look at it: http://www.frequency-decoder.com/2007/10/19/client-side-table-pagination-script.
Basically my question is whether there are known Javascripts or bugs or whatever I don't know or am not capable of giving a name for that mess up POST (or other) requests?
Ben gerçekten bir tablo sıralama ya da daha doğrusu javascript ekleyerek bu ölçüde bir form öğesini değiştirmek neden bir sebep görmüyorum ciddi olarak bu beni deli ediyor.
Yardımlarınız için şimdiden thnx.
EDIT: isteği yerde çalışmıyor ANCAK IE ... bilmem nereye IE belki daha hoşgörülü?