如何将xlst value-of 结果传递给javascript函数
能不能在xlst 文件这样写
<body>
<xsl:for-each select="SYS">
<script languge="javascript>alert(" <xsl:value-of select="signal"/>") </script>
</xsl:for-each>
</body>
也就是说将xsl value of 返回的值传给alert或者其他javascript函数?
如需要阅读该回复,请登录或注册CSDN!
相关问答:
<form id="form1" runat="server">
<div>
<script type="text/javascript">
function oo(a){
document.getEleme ......
这个表单的数值不是固定的!当按下停止按钮的时候最终的数字才会停在上面!
我想把最后停下的数字传送传送到下一个ASP页面上去!
不想使用location.href="mnn.asp?action="+ok1这样的方式传送过去
......
var arrRoot =
[
["title1",
["arr1", "item", "some"],
["arr2", "item", "some"],
],
["title2&quo ......
发现csdn能防javascript脚本注入,但不理解原理,再试试
<script language="javascript" type="text/javascript">
......
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档 </title>
<style type=" ......