Webdevelopment
Drupal
Betriebssysteme
Design
Sonstige
Mo., 06/08/2012 - 13:44
Body
http://stackoverflow.com/questions/5161184/firefox-sending-two-get-request-for-a-website
http://stackoverflow.com/questions/95715/what-causes-firefox-to-make-a-get-request-after-submitting-a-form-via-the-post-m
http://stackoverflow.com/questions/1903925/firefox-makes-two-http-requests
http://forums.mozillazine.org/viewtopic.php?f=25&t=2510861&p=12183425#p12183425
Solution 1
Schauen ob irgendwas an den a tags hängt an JS das das verursachen könnte, z.b "make whole table row clickable" Beispielsweise:- var href = $(this).find("a").attr("href");
- if (href) {
- window.location = href;
- }
Webdevelopment
Add new comment