(from page http://domain.com/home/):
<form action="save"....
...'url' prop of Request.HTML ajax call in mootools event...
url: e.target.get('action')
FF, chrome return 'save' but IE returns 'home/save'
how can I force IE to return 'save'?
(from page http://domain.com/home/):
<form action="save"....
...'url' prop of Request.HTML ajax call in mootools event...
url: e.target.get('action')
FF, chrome return 'save' but IE returns 'home/save'
how can I force IE to return 'save'?