以文本方式查看主题

-  中文XML论坛 - 专业的XML技术讨论区  (http://bbs.xml.org.cn/index.asp)
--  『 XSL/XSLT/XSL-FO/CSS 』  (http://bbs.xml.org.cn/list.asp?boardid=8)
----  求助!各位大虾帮忙啊!  (http://bbs.xml.org.cn/dispbbs.asp?boardid=8&rootid=&id=8985)


--  作者:菜籽
--  发布时间:7/26/2004 9:12:00 PM

--  求助!各位大虾帮忙啊!
String = "<html><head>test</head><body></body></html>"


怎么把这个String 对象转换成一个html页面啊?
各位大虾帮忙啊!小第不胜感激!


--  作者:sam
--  发布时间:7/28/2004 2:24:00 PM

--  
<script>
String = "<html><head><title>test</title></head><body></body></html>";
document.write(String);
</script>
--  作者:菜籽
--  发布时间:7/28/2004 3:49:00 PM

--  
谢谢sam,你太伟大了啊
--  作者:菜籽
--  发布时间:9/7/2004 1:13:00 PM

--  
<script>
var = "<html><head><title>test</title></head><body></body></html>";
document.write(String);
</script>
W 3 C h i n a ( since 2003 ) 旗 下 站 点
苏ICP备05006046号《全国人大常委会关于维护互联网安全的决定》《计算机信息网络国际联网安全保护管理办法》
31.250ms