Form Submission does not work in Internet Explorer - Joomla

梦想的初衷 提交于 2020-03-05 03:35:50

问题


I have seen some similar questions to mine , but most of them have some code related issue that prevents them from work... In my vase the form submit works well in safari, chrome , firefox But in the internet explorer version i click the submit button and it doesn't do anything. Initially i thought it might be a networking problem , or maybe an html problem ? But it doesn't make sense to detect a click and not do the action.

What could possible be the problem ? since the difference between browsers is basically the way they read the html right ?

I'm interested in learning more about this issue !

Thanks in advance !!!


回答1:


Fixed the problem by changing the <button> </button> tag to an <input type="submit"> maybe that's not a propper solution but it worked for me !!

Hope it helps someone!!



来源:https://stackoverflow.com/questions/59840795/form-submission-does-not-work-in-internet-explorer-joomla

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!