English 中文(简体)
IE7 表格
原标题:IE7 Form Submit Doesn t Work

希望有人能够向我指出正确的方向——如果浏览器是E7,我有表格,而且出于某种双重理由,它没有提交。 IE8、9、“ Chrome”和“ Firefox”等所有工作都没有任何问题,因此我可以认为,它正在使用未经支持的《 Java》。 我认为这符合以下的法典。

$("#form_3next").click(function(){
$("#form_3action").val( next );
});
$("#form_3back").click(function(){
$("#form_3action").val( back );
});
$("#form_3finished").click(function(){
$("#form_3action").val( finished );
});

http://www.bristolstreet.co.uk/contact-us/"rel=“nofollow” http://www.bristolstreet.co.uk/contact-us/。 任何帮助都将受到高度赞赏。

Best Wishes Rachel

最佳回答

我看过你的网页,我找不到“前3next”或“form_3back”。 也许这是一个问题(IE可以摆脱最棘手的问题)。

问题回答

暂无回答




相关问题
jquery set div width fails in IE7

I have the following code and it works correctly in FF and IE8 but fails in IE 7 anyone have an idea or hack if ($("#midRight:contains( Quick Links )").length == 0) { $("#midCenter").css({ ...

Ie7 float right bug?

I have a div floated right. Inside that div are two other divs. The first div has a background color and when I refresh, it s "bleeding" into the second div. (Sometimes in front of it sometimes ...

IE errors with jQuery & timeout

In a jquery hover event I use the following code to drop down a menu: clearTimeout(hTimeout); $( #lowermenu ).queue( fx , []); $( #menucenter .current ).removeClass( current ); $(this).children( a )....

window.onbeforeunload not firing in child window

I want to bind a function to the beforeunload event of a child window in Javascript. I have the following code: newWind = window.open(settings.url, "Dialog", "width=" + settings.width + ",height=" + ...

My App s email shows up blank in IE7

My app sends out email to users (upon signup, welcome etc.) and they show up blank in IE. Fine in IE8, Firefox. The content-type for the email is set to html. The email has links. Any pointers on how ...

热门标签