Hi there,
I need to call an activeX object in my design studio app.
Since the code has to be in the document before it is parsed, I can not add it like
$('<script language="VBScript">...code...</script>').appendTo('header');
Maybe DS offers a way to add custom scripts?
Thanks,
Ben