处理HTML表单响应

时间:2019-06-18 19:57:27

标签: html rest

我正在使用一种表单来对REST API进行API调用。每当提交表单时,它都会提示我下载包含我要查找结果的.json文件。我不知道如何使它不这样做。我想获取响应并将其传递给相应地更改HTML的JS函数。这是我的代码。

<form method="GET" action="https://creator.zoho.com/api/json/race-for-safety/view/All_Statuses" id="form">
    <input type="hidden" name="zc_ownername" value="********" />
    <input type="hidden" name="authtoken" value="**********" />
    <input type="hidden" name="scope" id="scope" value="creatorapi" />
    <input type="submit" value="List applications" />
</form>

0 个答案:

没有答案