Store WDRM license with license response
how to store a license DRM by using this class
<head>
<script type="text/javascript">
function StoreLic()
{
var license = "<LICENSERESPONSE></LICENSERESPONSE>"
netobj.StoreLicense(license);
}
</script>
</head>
<body onLoad="StoreLicense();">
<object id="netobj"
classid="clsid:A9FC132B-096D-460B-B7D5-1DB0FAE0C062"></object>
You have received your license
</body>
</html>
////* The license response string is too large that's why i have not
posted it
WHENE I EXECUTE THIS USING INTERNET EXPLORER IT SAYS THAT ERROR ON LINE :
netobj.StoreLicense(license);
it does not understand the function that store the lisence
may i add some library to ASP .net page or somethings???
thanks for your helps !
No comments:
Post a Comment