# Node-Red page load question

**URL:** https://discourse.nodered.org/t/node-red-page-load-question/36581
**Category:** General
**Created:** [26 November 2020 18:54 UTC](https://discourse.nodered.org/t/node-red-page-load-question/36581 "2020-11-26T18:54:19Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![K9714](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/k9714/32/28434_2.png) [@K9714](https://discourse.nodered.org/u/K9714)
#### Post date: [26 November 2020 18:54 UTC](https://discourse.nodered.org/t/node-red-page-load-question/36581/1 "2020-11-26T18:54:19Z")

</div>

hi.  
I'm going to work after all the Node-Red pages are loaded.  
ex) similar to onload, Changing html tag values, etc.

Is there a function called after all node-red pages have been loaded?

---

<div class="post-metadata">

### Author: ![TotallyInformation](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/totallyinformation/32/31_2.png) [@TotallyInformation](https://discourse.nodered.org/u/TotallyInformation)
#### Post date: [26 November 2020 20:38 UTC](https://discourse.nodered.org/t/node-red-page-load-question/36581/2 "2020-11-26T20:38:32Z")

</div>

Not clear what you are trying to do. Which pages do you think need to load? Are you referring to a Dashboard or to the Node-RED Editor?

If you need a flow to only start once something else has, you either build the dependencies into the flow. Or, for lets say startup processing when you need some variables to initialise first, put the variable initialisation on the first tab so that it runs first. Then add a slight delay before your dependent flows start (using the inject node or a delay node).

---

<div class="post-metadata">

### Author: ![K9714](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/k9714/32/28434_2.png) [@K9714](https://discourse.nodered.org/u/K9714)
#### Post date: [26 November 2020 21:11 UTC](https://discourse.nodered.org/t/node-red-page-load-question/36581/3 "2020-11-26T21:11:05Z")

</div>

Adding script src to page template is in use.  
What you're trying to do now is try to change the values when the dashboard loads.  
Not loaded through nodes. Is there any way not to use node?

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/1X/d073cd938eafa2e558d7c2cd59003b3ef4963033.png) [@system](https://discourse.nodered.org/u/system)
#### Post date: [25 January 2021 21:11 UTC](https://discourse.nodered.org/t/node-red-page-load-question/36581/4 "2021-01-25T21:11:16Z")

</div>

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.
