In controller (imagesController) I have 'crop' action get and post. I am trying to send string in it but not working. I am using replace to load view in iFrame but how to post some parameter to it?
myIframe.location.replace('images/crop');
以上就是How to send parameter to action method from java script的详细内容,更多请关注web前端其它相关文章!