I want to access returned String from JavaScript in JScript
eg:
This will be javaScript part,this method gets the input from other javasript methods
function showerrors()
{
return "some error message;
}
in JScript
i wish to access like this
<%=showerrors()%>
Is i possible?
when i access this way the error generated is object expected.
Does any one know how to do it?
thank in advance
su
eg:
This will be javaScript part,this method gets the input from other javasript methods
function showerrors()
{
return "some error message;
}
in JScript
i wish to access like this
<%=showerrors()%>
Is i possible?
when i access this way the error generated is object expected.
Does any one know how to do it?
thank in advance
su