English 中文(简体)
IE6的杀 block器标记
原标题:Popup blocker markup bug on IE6

如p.net mvc 3, 则有两页。 它们包括标签、文字箱和降幅。 关于借记表的E6(关于成功提交新窗口必须开放,提交是“jax”员额行动)似乎贴现通知。 当通知出现在窗口顶端(或有时是在关闭通知之后),除下游名单外,所有内容都以表格形式消失。 部分内容出现在侧重于下调之后,然后点击其他内容必须放在的地方。

I m using jquery 1.5.2, jquery validate plugin and jquery.ajax.

Submit button:

<div class="button">
    <input type="submit" value="Sumbit" />
</div>

反馈:

    onSuccess: function (response) {
        var jsonResult = eval("(" + response.responseText + ")");
        hideStatusMessage();
        if (jsonResult.Success) {
            //StatusMessage is span that displays result of submit
            showStatusMessage(jsonResult.Message);
            redirectTo(jsonResult.RedirectTo);
        } else {
            // We got some error
            showStatusMessage(jsonResult.Message);
        }
    }

转移:

var redirectTo = function (urlString) {
    var params =
        "width=" + screen.width + ", height=" + screen.height +
        ", top=0, left=0, fullscreen=yes, location=no";
    var newWin = window.open(urlString,  _blank , params, false);
}
最佳回答

由于我可以看一看整个法典,我将坐下来。 我认为,该网页正试图将POST放在目前的位置上。 这种复读页,但并非完全。 这可能是你从文字箱中删除的内容。

如果情况如此,你将需要防止提交国在预计会出现这种人口时能够出任。 您可以通过打电话

问题回答

暂无回答




相关问题
CSS working only in Firefox

I am trying to create a search text-field like on the Apple website. The HTML looks like this: <div class="frm-search"> <div> <input class="btn" type="image" src="http://www....

image changed but appears the same in browser

I m writing a php script to crop an image. The script overwrites the old image with the new one, but when I reload the page (which is supposed to pickup the new image) I still see the old one. ...

Firefox background image horizontal centering oddity

I am building some basic HTML code for a CMS. One of the page-related options in the CMS is "background image" and "stretch page width / height to background image width / height." so that with large ...

Separator line in ASP.NET

I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!

热门标签