<!--#include file="aspJSON1.19.asp" -->
<%
Set oJSON = New aspJSON
' 'Load JSON string
oJSON.loadJSON(Request.form())
' Get single value
Response.Write oJSON.data("firstName")
%>
I've this error :
loadJSON Error erreur '800a0001'
No data to load.
aspJSON1.19.asp, ligne 25
Hello, Thank you for this very helpfull library.
I have some problems to use it.
My ajax send :
And the file is getting data :
I've this error : loadJSON Error erreur '800a0001' No data to load. aspJSON1.19.asp, ligne 25
Thank you