I created the following code but I am getting an error that says:
Bad Sign-In Ticket Your ticket was not formatted correctly
I masked my application token and replaced the example below with ticket=1234
I masked my domain and replaced the example below with domain.quickbase.com
<html>
<head>
<script lang="javascript" src="
https://domain.quickbase.com/db/bj73kdqps?a=API_GenResultsTable&qid=28&jht=1&ticket=1234 ">
</script>
<style>
body {
color: #5e5e5e;
font: 13px "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
</style>
</head>
<body>
<script lang="javascript">
qdbWrite();
</script>
</body>
</html>