Displaying 1 result from an estimated 1 matches for "additemrow".
2005 Jul 04
4
form_remote_tag works on Firefox but not in IE
...mote_tag to render a partial (a new
row in a table). It works on Firefox but with IE 6 nothing happens when
I submit the form.
I''m running WEBrick on windows localhost.
Here is what I noticed :
* using Firefox:
127.0.0.1 - - [02/Jul/2005:14:35:35 W. Europe Daylight Time] "POST
/item/addItemRow HTTP/1.1" 200 267
- -> /item/addItemRow
* using IE :
127.0.0.1 - - [02/Jul/2005:14:35:50 W. Europe Daylight Time] "POST
/item/addItemRow HTTP/1.1" 200 267
http://127.0.0.1:3000/item/list -> /item/addItemRow
Does anybody knows why with IE it''s "http://127.0.0.1:3...