Maybe this is in the wrong section, but here goes. Does anyone have any ideas on how I could use a DM function, so send information into my OPEN browser without a refresh? I am currently trying differant things with jquery and DM browsers but the best I could come up with so far is to send a Topic() to DM from javascript, do whatever needs to be done, and update the Javascript using AJAX and a timer basically because I am unable to activate JS fucntions with DM on an allready opened browser without a refresh.... Sooo, if you can understand any of that mess... any other Ideas on how this could be done? One idea I had would be for all DM browsers to have a built in AJAX script with a DM procedure specifically for sending new commands to the browser, but that would require so cooperation from the devs if there is no other way to accomplish something like this. |
Copyright © 2025 BYOND Software.
All rights reserved.
With output(), you can execute Javascript functions on browser controls, syntax is the following:
An example (this assumes there's a browser control with the id "test":
And for the Javascript code:
For more info, this is all mentioned in the DM reference.