I want to convert this html source as Vue. My customer provided this source and jar library file to me. Maybe I need to use <object>
tag
If I want to use <object>
tag to use jar file, 1) then how can I add a jar file to Vue.js? I think it will be not enough that just adding the jar library file to a specific directory. I know we can use java bridge like node java, But i don't know where I will locate it on Vue.js source. Or if I want to use the library then do I need to locate it to backend source?
Hot to use <object>
tag to get object like NX of 'Test01.html' in <template>
tag in vue.js? Can we normally use it like in normal html?
Can I get some information about converting html(javascript) to Vue.js?
Test01.html
<html>
<head>
<b>Client Test<br></b>
</head>
To use ActiveX as an object as an ID.
<object classid='clsid:ONE_UUID' id='NX'> </object>
<script language="javascript">
function isNDOK()
{
var ret01 = NX.isNDOK()
alert(ret01)
}
</script>
<body>
<form name="frm">
<APIs used when CS interlocking><br>
ND status: <input type="button" value="isNDOK" onClick="isNDOK()"><br>
</form>
</body>
</html>
without known where the NX class from its hard to help you. However you could try putting them into methods and including the javascript at the top of the vuejs script.