LukeStone
3 years agoQrew Member
Re: Code Page execution
Hey,
You can use JS Modules to export/import code between pages.
JavaScript Modules (w3schools.com)
You would have to put the URL address of your application, with the table ID and page ID appended in the import function and add type="module" to your script tags in your HTML.
Code page (HTML):
<script type="module" src="https://mycompany.quickbase.com/db/?a=dbpage&pageID=[PAGE_ID]"></script>
You can use JS Modules to export/import code between pages.
JavaScript Modules (w3schools.com)
You would have to put the URL address of your application, with the table ID and page ID appended in the import function and add type="module" to your script tags in your HTML.
Code page (HTML):
<script type="module" src="https://mycompany.quickbase.com/db/