ID:2300360
 
Problem description:

I am attempting to make a small HTML screen that updates some values and allows you to change some things, pretty simple.. Although I want this screen to open in the background, so basically keeping it invisible until we show it, how would I go about doing this? HTML isn't my strong suit and Im not sure if BYOND can even do this.

Thanks!

You can simply add a browser element to the skin and keep it invisible. browse() the document to that element and it will not show until you tell the window it is in, or the element to be visible using winset().