问题描述
点击左边的a标签后,在右边的iframe中显示网页A_.Attributes.Add("onclick",string.Format("javascript:window.location.href("{0}");",iframe.Attributes["src"]=ServiceUrl,ServiceUrl));但是javascript:window.location.href直接跳转了在同一页了,怎么才能把页面显示在iframe中
解决方案
解决方案二:
给截个图看看
解决方案三:
"javascript:document.getElementById('iframeCont2').src='http://www.baidu.com'"iframeCont2为iframe的id属性值
解决方案四:
设置a标签的target="youriframename"
解决方案五:
加个target属性试试
解决方案六:
target设成framename
解决方案七:
正解+1引用2楼的回复:
"javascript:document.getElementById('iframeCont2').src='http://www.baidu.com'"iframeCont2为iframe的id属性值
时间: 2024-09-28 09:50:11