即时交互性的一种实现思路

利用框架或者IFRAME引入分页面,在分页面的返回信息里利用SCRIPT控制PARENT窗口产生变化。
 If F_Type=1 or F_Type=2 then
  Response.write "<script>parent.Dvbbs_Composition.document.body.innerHTML+='[upload="&FileExt&"]"&ShwoFileName&"[/upload]<br>'</script>"
 Else
  Response.write "<script>parent.Dvbbs_Composition.document.body.innerHTML+='[upload="&FileExt&"]viewFile.asp?ID="&DownloadID&"[/upload]<br>'</script>"
 End If
posted @ 2006-04-07 22:41  湘西小刁民  阅读(180)  评论(0编辑  收藏  举报