Can you tell me what is wrong with this code, I am new to this and have no idea, I tried everything but I can not receive the data from the server.
the alert says [object Object], do you know what this means??:
<html>
<head>
<script type="text/javascript"
src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript">
var sUrl = "http://ops.epo.org/2.6.2/rest-
// LOOP THROUGH EACH FAMILY MEMBER AND DO STUFF!
alert(mValue)
});
}
});
</script>
</head>
<body>
</body>
</html>