0
我已經創建主文件之外的另一個文件testW.html另一個HTML文件中調用工作燈適配器,我已經嘗試調用工作燈適配器在該文件中,但它不是工作: IBM工作燈 - 從
這裏是我的testW.html:
<html>
<head>
<script>window.$ = window.jQuery = WLJQ;</script>
<script type="text/javascript" data-dojo-config="isDebug: false, async: true, parseOnLoad: true, mblHideAddressBar: false" src="dojo/dojo.js"></script>
</head>
<body onload="WL.Client.init({})">
<h1>Hello</h1>
<button type="button" onclick="LoginWS();">Click Me!</button>
<script src="js/PushAppRealmChallengeHandler.js"></script>
<script src="js/initOptions.js"></script>
<script src="js/test2.js"></script>
<script src="js/configFb.js"></script>
<script src="js/messages.js"></script>
</body>
</html>
在這裏,LoginWS()是test2.js函數調用工作燈適配器,我已經嘗試調用它test2.html每一件事情是確定的,我怎麼叫它testW.html?
有其他的方式,如果我不喜歡教程多頁,我必須修改我的所有項目 – code
不幸?我沒有別的辦法來實現你想要的而不用編輯你的代碼。上面的解決方案是我推薦的唯一的東西。 – cnandreu