DEDECMS中,如何把field.title传给IFRAME中的“name”这个表格中?

用参数传递
IFRAME src="https://www.wendabaike.com/wiki/a.html?title={dede:field.title /}" /iframe
然后在iframe接到这个参数title赋值给name表的value
可以js获取
获取指定的URL参数值
URL:
参数:paramName URL参数
调用方法:getParam("name")
返回值:bainian
//1.
function getParam(paramName)
paramValuehttps://www.wendabaike.com/wiki/= "";
isFound = false;
【DEDECMS中,如何把field.title传给IFRAME中的“name”这个表格中?】if (this.location.search.indexOf("?") == 0this.location.search.indexOf("=")1)
arrSource = unescape(this.location.search).substring(1,this.location.search.length).split("");
i = 0;
while (iarrSource.length!isFound)
if (arrSource[i].indexOf("=")0)
if (arrSource[i].split("=")[0].toLowerCase==paramName.toLowerCase)
paramValue = https://www.wendabaike.com/wiki/arrSource[i].split("=")[1];
isFound = true;
i++;
return paramValue;


    以上关于本文的内容,仅作参考!温馨提示:如遇专业性较强的问题(如:疾病、健康、理财等),还请咨询专业人士给予相关指导!

    「辽宁龙网」www.liaoninglong.com小编还为您精选了以下内容,希望对您有所帮助: