Jump to content
Sign in to follow this  
Kingsley1997

Pass Data to HTML Document with htmlLoad

Recommended Posts

I'm fairly certain that this is not possible in Arma/Scripting, but just to be sure, is it possible to pass data into a HTML document from using htmlLoad?

_control htmlLoad "myDocument.html?var1=a&var2=b&var3=c";

Or rather load data from within the HTML document using JavaScript. Like an XHR request to get a JSON script or something?

Share this post


Link to post
Share on other sites

I'm fairly certain that this is not possible in Arma/Scripting, but just to be sure, is it possible to pass data into a HTML document from using htmlLoad?

_control htmlLoad "myDocument.html?var1=a&var2=b&var3=c";

Or rather load data from within the HTML document using JavaScript. Like an XHR request to get a JSON script or something?

https://forums.bistudio.com/topic/157999-dialogs-using-html/#entry2484180

 

Look at that. Maybe it could help.

 

AFAIK html documents are static and cannot perform any actions

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×