<html>
<head>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js" type="text/javascript"></script>
<script src="hello.php?method=jqueryProxy"></script>
</head>
<body>
<a href="javascript:jsonrpc.request('hello',['John'],function(r){alert('success:'+r)});">call Hello</a>
</body>
</html>
|