gpt4 book ai didi

javascript - 带参数的窗口定位到另一个页面

转载 作者:行者123 更新时间:2023-11-28 05:35:24 24 4
gpt4 key购买 nike

string parameter = Request.QueryString["forum_id"];

ScriptManager.RegisterStartupScript(this, this.GetType(), "alert", "alert('Replied!Thank you.');window.location ='eforum_main.aspx?forum_id='+parameter;", true);

我尝试在重定向时添加参数但失败了,不知道我哪里做错了,我的页面在提交数据后没有重定向到该页面。

最佳答案

您没有在 ScriptManager 中正确使用参数字符串。

ScriptManager.RegisterStartupScript(this, this.GetType(), "alert", "alert('Replied!Thank you.');window.location ='eforum_main.aspx?forum_id=" + parameter + "';", true);

关于javascript - 带参数的窗口定位到另一个页面,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39406788/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com