C#中的javaScript 代码
请大家帮看一下我下面的代码存在什么问题?总不能正常显示。
string showString = "CurString ";
string url = "topFram.aspx?test= " + showString;
Response.Write( " <scriptlanguage=javascript> window.parent.topFrame.location.href= ' "+url+ " ' </script> ");
我的目的是想在框架topFrame中显示网页(如上面的url值),但url的变量在字符串中应怎么写?
------解决方案--------------------关注
------解决方案--------------------?变量名=值 就这样写吧