Hi! All
I am trying to do some vbscript in xsl and i have written the code as
follows,
xmlns:fo="http://www.w3.org/1999/XSL/Format">
<xsl:output method="html" indent="yes"/>
<xsl:template name="Claimantmain" match="/">
<LINK REL="stylesheet" TYPE="text/css" HREF="sis.css"/>
<html>
<head>
<script language="VBScript" >
<![CDATA[
dim check
function setCheck(n)
check = n
end function
function getCheck()
return check
end function
]]>
</script>
</head>
<body>
<td width="18%" class="labels" align="left" ><a><xsl:attribute
name="href">vbscript:SetCheck('ABA-004') </xsl:attribute><xsl:value-of
select= "ClaimantNumber"/></a></td>
</body>
</html>
.
.
.
.
</xsl:stylesheet>
This gives me an error that vbscript is not defined.
Can somebody help?
Thanks in advance
Dipin Chellani
________________________________________________________________________
This email has been scanned for all viruses by the MessageLabs SkyScan
service. For more information on a proactive anti-virus service working
around the clock, around the globe, visit http://www.messagelabs.com
________________________________________________________________________
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
- Selecting Parent Nodes with Empty Children
- Hellstern, Manny - Fri, 5 Apr 2002 14:25:48 -0500 (EST)
- <Possible follow-ups>
- Hellstern, Manny - Fri, 5 Apr 2002 15:55:38 -0500 (EST)
- J.Pietschmann - Fri, 5 Apr 2002 16:29:05 -0500 (EST)
- Dipin Chellani - Fri, 5 Apr 2002 16:44:12 -0500 (EST) <=
- Matt Gushee - Fri, 5 Apr 2002 18:41:33 -0500 (EST)
- Hellstern, Manny - Mon, 8 Apr 2002 08:53:41 -0400 (EDT)
- ben - Mon, 8 Apr 2002 10:09:45 -0400 (EDT)
|
|